v2.0.40

sinaptik-ai/pandas-aiv2.0.40May 14, 2024by gventuri

AI Summary

This release addresses a bug in the code extraction logic by adding a specific check to ensure only Python code is processed.

Key Highlights

  • Added Python code validation check
  • New contributor: @adamingas

Full Release Notes

## What's Changed
* fix:Introduce `_is_python_code` check into `_extract_code` by @adamingas in https://github.com/Sinaptik-AI/pandas-ai/pull/1140

## New Contributors
* @adamingas made their first contribution in https://github.com/Sinaptik-AI/pandas-ai/pull/1140

**Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.39...v2.0.40