v1.5.13

sinaptik-ai/pandas-aiv1.5.13Jan 2, 2024by gventuri

AI Summary

This update addresses edge cases in the skills decorator and fixes caching behavior when caching is disabled.

Key Highlights

  • Handle no args passed to skills decorator
  • Fix cache dir when 'enable_cache' is False

Full Release Notes

## What's Changed
* feat(skills): handle no args passed to decorator by @mspronesti in https://github.com/gventuri/pandas-ai/pull/843
* fix: cache dir when 'enable_cache' is False (#838) by @nautics889 in https://github.com/gventuri/pandas-ai/pull/845


**Full Changelog**: https://github.com/gventuri/pandas-ai/compare/v1.5.12...v1.5.13