Releases: Sinaptik-AI/pandas-ai
Releases · Sinaptik-AI/pandas-ai
v0.2.3
What's Changed
- Add Starcoder LLM by @gventuri
- Fix example by @Lorenzobattistela in #29
- Fix English typos in docstrings by @AndreaPi in #40
- ignore .DS_Store by @avelino in #44
- interpret json when llm returns json code by @avelino in #33
- Small refactorings by @HenriqueAJNB in #34
- isort added to pre-commit (CI/CD) by @HenriqueAJNB in #36
New Contributors
- @Lorenzobattistela made their first contribution in #29
- @AndreaPi made their first contribution in #40
- @avelino made their first contribution in #44
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Added show_code feature by @johnson-52197 #19
- Fix conversational answer function by @yzaparto in #25
New Contributors
- @johnson-52197 made their first contribution in #19
Full Changelog: v.0.2.0...v0.2.2
v0.2.0
What's Changed
- Add support for charts by @gventuri #24
- Add retry on error by @yzaparto in #16
- Add docstrings by @dSupertramp in #20
New Contributors
- @yzaparto made their first contribution in #16
- @dSupertramp made their first contribution in #20
Full Changelog: v.0.1.1...v.0.2.0
v0.1.1
What's Changed
- Add support for GPT-4
- Add
enforce_privacy
flag to prevent PandasAI from passing data to third party LLMs - Add linting
- Add tests
- Add CI
Full Changelog: v0.1.0...v.0.1.1