Skip to content

Release v0.20.0: Pyarrow dtype support

Compare
Choose a tag to compare
@cosmicBboy cosmicBboy released this 26 Jun 16:58
· 40 commits to main since this release
a041e06

⭐️ Highlights

  • Pandera now supports pyarrow datatypes in the pandera validation engine! Big shoutout to @aaravind100 for the heavy lifting here.
  • Added compatibility for numpy v2.
  • Add compatibility for polars v1
  • pandera.SchemaModel is now deprecated, use pandera.DataFrameModel instead.

What's Changed

New Contributors

Full Changelog: v0.19.2...v0.20.0