⭐️ Highlight
Pandera now supports Pyspark 4 🚀
What's Changed
- refactor(pyspark): restructure pyspark components by @ELC in #2007
- add support for pyspark 4 by @cosmicBboy in #2193
- Decouple import dependencies for io serialization formats by @cosmicBboy in #2195
- Use
get_annotationsinstead of direct__annotations__access by @amerberg in #2196 - Re-implement improvements to str_length check by @cosmicBboy in #2198
- Support the
Decimaldata type in the Ibis engine by @deepyaman in #2194 - Update .git-blame-ignore-revs to add Ruff refactor by @deepyaman in #2199
- Avoid full materialization of levels in failing MultiIndex validations by @amerberg in #2187
- schema descriptor should raise AttributeError if build_schema_ is not implemented by @amerberg in #2197
New Contributors
Full Changelog: v0.27.1...v0.28.0