Skip to content

Releases: sinaptik-ai/pandas-ai

v0.2.7

08 May 09:25

Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

07 May 23:08

Choose a tag to compare

What's Changed

  • fix: LLMs are now aware of the current date by @gventuri in #45
  • refactor: make the auto correction mechanism more stable by @gventuri
  • fix remove imports from code generated by @gventuri
  • move pylint config from .pylintrc file to pyproject.toml by @HenriqueAJNB in #69
  • feat: changed from built-in unittest to pytest framework by @HenriqueAJNB in #67
  • Add: Issues & PR template by @ambujpawar in #76
  • Fix contributing guildelines by @ambujpawar in #80

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

06 May 14:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.5

v0.2.3

05 May 23:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

03 May 15:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.2.0...v0.2.2

v0.2.0

02 May 22:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.1.1...v.0.2.0

v0.1.1

01 May 00:29

Choose a tag to compare

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

v0.1.0

30 Apr 09:41
7883c74

Choose a tag to compare

Merge pull request #10 from FillerFree/add_ci

Add CI