v2.0.34
sinaptik-ai/pandas-aiv2.0.34Apr 17, 2024by gventuri
AI Summary
This release includes a new feature for Plotly visualization support in validators and multiple stability fixes for error handling and code execution pipelines.
Key Highlights
- Added Plotly support for output validators
- Fixed code cleaning error handling
- Fixed API response validation
- Fixed pipeline code execution
- New contributor: @oedokumaci, @ArslanSaleem
New Features
- Plotly support
Full Release Notes
## What's Changed * fix: Code cleaning error is not handled by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1114 * feat: add plotly support for output validators by @oedokumaci in https://github.com/Sinaptik-AI/pandas-ai/pull/1108 * fix: raise error if api response is not 200 by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1118 * fix: pipeline to run new code and update last generated code by @ArslanSaleem in https://github.com/Sinaptik-AI/pandas-ai/pull/1119 **Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.33...v2.0.34