v1.5.18
sinaptik-ai/pandas-aiv1.5.18Jan 28, 2024by gventuri
AI Summary
The update focuses on improved functionality, adding a shortcut for DataFrame summarization, fixing logging issues, and adding support for the Google Gemini API.
Key Highlights
- Add df summarization shortcut
- Add support Google Gemini API
- Fix logging chart saving
- Refactor TypeVar for IResponseParser
New Features
- DataFrame summarization shortcut
- Google Gemini API support
Full Release Notes
## What's Changed * docs: update examples.md by @PavelAgurov in https://github.com/gventuri/pandas-ai/pull/887 * refactor: TypeVar for IResponseParser (#889) by @nautics889 in https://github.com/gventuri/pandas-ai/pull/890 * fix: logging chart saving only if code contains chart by @Lorenzobattistela in https://github.com/gventuri/pandas-ai/pull/897 * feat: add df summarization shortcut by @dudesparsh in https://github.com/gventuri/pandas-ai/pull/901 * fix: badge for "Open in Colab" by @devashishmamgain in https://github.com/gventuri/pandas-ai/pull/903 * feat: add support Google Gemini API in LLMs by @dudesparsh in https://github.com/gventuri/pandas-ai/pull/902 ## New Contributors * @PavelAgurov made their first contribution in https://github.com/gventuri/pandas-ai/pull/887 * @dudesparsh made their first contribution in https://github.com/gventuri/pandas-ai/pull/901 * @devashishmamgain made their first contribution in https://github.com/gventuri/pandas-ai/pull/903 **Full Changelog**: https://github.com/gventuri/pandas-ai/compare/v1.5.17...v1.5.18