v1.5.17

sinaptik-ai/pandas-aiv1.5.17Jan 20, 2024by gventuri

AI Summary

This release improves code execution handling and project infrastructure by restructuring tests, adding a Makefile, and fixing a bug related to chart formatting.

Key Highlights

  • Fix parsing of called functions
  • Fix open charts return on format plot
  • Add Makefile
  • Restructure tests

Full Release Notes

## What's Changed
* fix(code manager): parsing of called functions by @mspronesti in https://github.com/gventuri/pandas-ai/pull/883
* fix open charts return on format plot by @lhlong in https://github.com/gventuri/pandas-ai/pull/881
* feat(project): add Makefile, re-lint project, restructure tests by @mspronesti in https://github.com/gventuri/pandas-ai/pull/884

## New Contributors
* @lhlong made their first contribution in https://github.com/gventuri/pandas-ai/pull/881

**Full Changelog**: https://github.com/gventuri/pandas-ai/compare/v1.5.16...v1.5.17