v1.5.14

sinaptik-ai/pandas-aiv1.5.14Jan 11, 2024by gventuri

AI Summary

The release includes various maintenance tasks, such as relaxing dependency versions, adding documentation, and fixing bugs in SQL generation and code shadowing.

Key Highlights

  • Relaxing sqlalchemy versions
  • Add Sanity Check in code generation
  • Refactor shadowing in SmartDatalake
  • Add parquet example

New Features

  • Parquet example

Full Release Notes

## What's Changed
* fixed spelling by @Aaryanverma in https://github.com/gventuri/pandas-ai/pull/846
* (refactor): built-in shadowing in SmartDatalake by @nautics889 in https://github.com/gventuri/pandas-ai/pull/848
* (chore): minor PR template updates by @nautics889 in https://github.com/gventuri/pandas-ai/pull/847
* docs: documentation for langchain.py by @kartheekyakkala in https://github.com/gventuri/pandas-ai/pull/849
* Update huggingface_text_gen.py by @kartheekyakkala in https://github.com/gventuri/pandas-ai/pull/850
* chore: relaxing sqlalchemy versions to include 2.x. by @leehanchung in https://github.com/gventuri/pandas-ai/pull/859
* chore(direct_sql): Add Sanity Check in code generation by @ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/864
* add parquet example to pandas-ai by @tanersekmen in https://github.com/gventuri/pandas-ai/pull/855

## New Contributors
* @Aaryanverma made their first contribution in https://github.com/gventuri/pandas-ai/pull/846
* @kartheekyakkala made their first contribution in https://github.com/gventuri/pandas-ai/pull/849
* @tanersekmen made their first contribution in https://github.com/gventuri/pandas-ai/pull/855

**Full Changelog**: https://github.com/gventuri/pandas-ai/compare/v1.5.13...v1.5.14