Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-13 | 2.6 kB | |
v0.26.0_ Add support for Python 3.13 source code.tar.gz | 2025-08-13 | 541.1 kB | |
v0.26.0_ Add support for Python 3.13 source code.zip | 2025-08-13 | 724.6 kB | |
Totals: 3 Items | 1.3 MB | 0 |
⭐️ Highlight
📣 Pandera now supports Python 3.13! Now go forth and use bare forward reference types to your hearts content 🤗
What's Changed
- Enh/future annotations py3.13 by @cosmicBboy in https://github.com/unionai-oss/pandera/pull/1980
- fix pyspark check registration by @cosmicBboy in https://github.com/unionai-oss/pandera/pull/2087
- remove top-level pandera init import warning by @cosmicBboy in https://github.com/unionai-oss/pandera/pull/2088
- Bugfix 2075: Polar dataframe default values - fill_nan AND fill_null for float columns by @cmsommerville in https://github.com/unionai-oss/pandera/pull/2076
- Remove pylint by @cosmicBboy in https://github.com/unionai-oss/pandera/pull/2086
- Upgrade
pyupgrade
hook and target Python version by @deepyaman in https://github.com/unionai-oss/pandera/pull/2093 - Fix passing an empty column list to check duplicates by @rush4ratio in https://github.com/unionai-oss/pandera/pull/2092
- Replace
Literal
imports fromtyping_extensions
by @deepyaman in https://github.com/unionai-oss/pandera/pull/2100 - Add
.git-blame-ignore-revs
to avoid bulk changes by @deepyaman in https://github.com/unionai-oss/pandera/pull/2101 - limit polars version on Mac OS by @amerberg in https://github.com/unionai-oss/pandera/pull/2105
- delete monthly downloads, not available by @cosmicBboy in https://github.com/unionai-oss/pandera/pull/2112
- Implement parser machinery and the
strict
parser by @deepyaman in https://github.com/unionai-oss/pandera/pull/2096 - Support checking joint uniqueness of table columns by @deepyaman in https://github.com/unionai-oss/pandera/pull/2097
- Reimplement pandas MultiIndex backend without inheriting from DataFrame backend by @amerberg in https://github.com/unionai-oss/pandera/pull/2103
- fix(doc): clarify check_fn signature by @Farley-Chen in https://github.com/unionai-oss/pandera/pull/2107
- Fix missing tests core directory by @rush4ratio in https://github.com/unionai-oss/pandera/pull/2102
- fix polars Categorical bug by @cosmicBboy in https://github.com/unionai-oss/pandera/pull/2113
New Contributors
- @cmsommerville made their first contribution in https://github.com/unionai-oss/pandera/pull/2076
- @rush4ratio made their first contribution in https://github.com/unionai-oss/pandera/pull/2092
- @Farley-Chen made their first contribution in https://github.com/unionai-oss/pandera/pull/2107
Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.25.0...v0.26.0