v1.5.16

sinaptik-ai/pandas-aiv1.5.16Jan 17, 2024by gventuri

AI Summary

Improvements include better SQL connector handling, new integration tests, a helper for fine-tuning cost calculation, and a fix for query rephrasing logic.

Key Highlights

  • Fix SQL connector usage
  • Add integration testing
  • Add cost calculation helper
  • Fix query rephrasing

New Features

  • Integration testing
  • Cost calculation helper

Full Release Notes

## What's Changed
* fix(sql): use only added tables of connector by @ArslanSaleem in https://github.com/gventuri/pandas-ai/pull/869
* feat/integration_testing test cases created by @milind-sinaptik in https://github.com/gventuri/pandas-ai/pull/873
* feat(helpers): add gpt-3.5-turbo-1106 fine-tuned for cost calculation by @mspronesti in https://github.com/gventuri/pandas-ai/pull/876
* fix: rephrase query by @Pranab1011 in https://github.com/gventuri/pandas-ai/pull/872

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

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