v2.0.5
sinaptik-ai/pandas-aiv2.0.5Mar 8, 2024by gventuri
AI Summary
Improves build stability and data handling by fixing CI for Windows, adding number results to memory as strings, and fixing the Polars import.
Key Highlights
- Fix CI for Windows build
- Add number results to memory as strings
- Fix Polars import
- Filter code for pd.DataFrame redeclaration
New Features
- Windows CI fixes
- Memory handling improvements
- Code filtering
Full Release Notes
## What's Changed * update comparison operator by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/953 * build: fix ci for windows by @gventuri in https://github.com/Sinaptik-AI/pandas-ai/pull/1005 * fix: add number result to memory as string by @chengwaikoo in https://github.com/Sinaptik-AI/pandas-ai/pull/997 * fix: remove logger refs from SmartDataframe by @PavelAgurov in https://github.com/Sinaptik-AI/pandas-ai/pull/985 * chore(code_manager): filter code for redeclaration of pd.DataFrame fr… by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1003 * fix: import polars by @gventuri in https://github.com/Sinaptik-AI/pandas-ai/pull/1009 ## New Contributors * @chengwaikoo made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/997 **Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.3...v2.0.5