v2.0.32
sinaptik-ai/pandas-aiv2.0.32Apr 11, 2024by gventuri
AI Summary
Introduces table relations, base64 plotting, and series serialization support while fixing SQL query trimming and config bugs.
Key Highlights
- Base64 plot support
- Table relations feature
- Series serializer support
New Features
- Allow base64 plot
- Add table relations
- Support series in response serializer
Full Release Notes
## What's Changed * fix(sql_query): trim semicolon from the end before cleaning by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1096 * feat(plot): allow base64 plot by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1100 * fix: config llm None by @oedokumaci in https://github.com/Sinaptik-AI/pandas-ai/pull/1097 * feat add table relations by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1094 * feat: support series in response serializer by @oedokumaci in https://github.com/Sinaptik-AI/pandas-ai/pull/1099 ## New Contributors * @oedokumaci made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1097 **Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.30...v2.0.32