fix(deps): update dependency pandera to ==0.31.*#236
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
9eef49b to
9aebd0d
Compare
9aebd0d to
024228c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.19.*→==0.31.*Release Notes
pandera-dev/pandera (pandera)
v0.31.1Compare Source
What's Changed
Full Changelog: unionai-oss/pandera@v0.31.0...v0.31.1
v0.31.0: : Validate Xarray DataArray, Dataset, and DataTreeCompare Source
⭐️ Highlights
This is the release for all of you geospatial and multidimensional array-handling folks out there.
xarraysupportPandera now provides full support for
xarray🚀Write a
DatasetSchemawith the object-based APIOr a
DatasetModelwith the class-based API:First-class
geopandassupportThis release also adds first-class
GeoDataFrameSchemaandGeoDataFrameModelAPIs forgeopandas: https://pandera.readthedocs.io/en/latest/geopandas.htmlWhat's Changed
New Contributors
Full Changelog: unionai-oss/pandera@v0.30.1...v0.31.0
v0.30.1Compare Source
What's Changed
New Contributors
Full Changelog: unionai-oss/pandera@v0.30.0...v0.30.1
v0.30.0: : Support Pandas >=3 🐼Compare Source
⭐️ Highlight
Pandera now supports Pandas >= 3!
What's Changed
pre-commitwithprekand fix existing violations by @Dev-iL in unionai-oss#2225orderingparameter from polarsCategoricalby @Dev-iL in unionai-oss#2226New Contributors
Full Changelog: unionai-oss/pandera@v0.29.0...v0.30.0
v0.29.0: Release 0.29.0: support list, dict, and tuple of dataframesCompare Source
⭐️ Highlight
Pandera now supports collection types containing dataframes, shoutout to @garethellis0 with an amazing first contribution!
What's Changed
New Contributors
Full Changelog: unionai-oss/pandera@v0.28.1...v0.29.0
v0.28.1: : Fix regressions in Check behaviorCompare Source
What's Changed
Full Changelog: unionai-oss/pandera@v0.28.0...v0.28.1
v0.28.0: Release 0.28.0: Add support for Pyspark 4Compare Source
⭐️ Highlight
Pandera now supports Pyspark 4 🚀
What's Changed
get_annotationsinstead of direct__annotations__access by @amerberg in unionai-oss#2196Decimaldata type in the Ibis engine by @deepyaman in unionai-oss#2194New Contributors
Full Changelog: unionai-oss/pandera@v0.27.1...v0.28.0
v0.27.1: : bugfix related to numpy==2.4.0Compare Source
What's Changed
Full Changelog: unionai-oss/pandera@v0.27.0...v0.27.1
v0.27.0: : Support Python 3.14Compare Source
⭐️ Highlight
Pandera now supports Python 3.14! We also dropped support for Python 3.9
What's Changed
scipy-stubsby @jorenham in unionai-oss#2121SPARK_LOCAL_IPto127.0.0.1if not set. by @cosmicBboy in unionai-oss#2123failure_casesincheck_column_values_are_uniqueby @MikeEvansLarah in unionai-oss#2120check_nullablechecks for Ibis backend by @deepyaman in unionai-oss#2149nameargument tomemtables by @deepyaman in unionai-oss#2162drop_invalid_rowsfor the Ibis backend by @deepyaman in unionai-oss#2151pyupgradeandisortby @deepyaman in unionai-oss#2171New Contributors
Full Changelog: unionai-oss/pandera@v0.26.1...v0.27.0
v0.26.1: : Multi-index,@check_typesBugfixesCompare Source
What's Changed
New Contributors
Full Changelog: unionai-oss/pandera@v0.26.0...v0.26.1
v0.26.0: : Add support for Python 3.13Compare Source
⭐️ Highlight
📣 Pandera now supports Python 3.13! Now go forth and use bare forward reference types to your hearts content 🤗
What's Changed
pyupgradehook and target Python version by @deepyaman in unionai-oss#2093Literalimports fromtyping_extensionsby @deepyaman in unionai-oss#2100.git-blame-ignore-revsto avoid bulk changes by @deepyaman in unionai-oss#2101strictparser by @deepyaman in unionai-oss#2096New Contributors
Full Changelog: unionai-oss/pandera@v0.25.0...v0.26.0
v0.25.0: : 🦩 Support Ibis table validationCompare Source
⭐️ Highlight
Pandera now supports Ibis 🦩! You can now validate data on all available ibis backends using the
pandera.ibismodule.In-memory table example:
Sqlite example:
What does this mean?
This release unlocks in database validation in some of the most widely used data platforms, including PostGres, Snowflake, BigQuery, MySQL, and more ✨. It means that you can validate data at scale, on your database/data framework of your choice, before fetching it for downstream analysis/modeling work.
Naturally, this also means that you can develop your schemas locally on a
duckdborsqlitebackend and then use the same schemas in production on a remote database likepostgres.Learn more about the integration here.
What's Changed
polarsdue to test failure in CI by @deepyaman in unionai-oss#2011event_loopremoved in pytest-asyncio 1.0 by @deepyaman in unionai-oss#2014pre-commiton all files to fix linter issues by @deepyaman in unionai-oss#2063regexoption and add additional checks by @deepyaman in unionai-oss#2061format_vectorized_error_messageto properly format nested pyarrow failed cases by @AndrejIring in unionai-oss#2036New Contributors
Full Changelog: unionai-oss/pandera@v0.24.0...v0.25.0
v0.24.0Compare Source
✨ Highlights ✨
Import
pandera.pandasto define schemas forpandasobjects🚨 Breaking Change
pandera==0.24.0has dropped the dependency onpandasandnumpyand has introduced apandasextra. This will break any users who relied onpandasas a the transitive dependency ofpanderato installpandas. To remediate this, do the following:Install
pandasexplicitly or use thepandasextraChange your import to
pandera.pandasAll pandas-specific symbols that were exposed by the top-level
panderamodule are now defined in thepandera.pandasmodule.Importing
pandera as pafor defining pandas schemas will still be available but will raise a warning. This will raise anImportErrorin 5 minor releases (0.29.0).What's Changed
pandera[pandas]extra by @cosmicBboy in unionai-oss#1926add_missing_columnsby @ksolarski in unionai-oss#1962update_index,update_indexesandrename_indexesby @kdheepak in unionai-oss#1989polars_versiondocstring referencedmodinnotpolarsby @TobiasDummschat in unionai-oss#1998New Contributors
Full Changelog: unionai-oss/pandera@v0.23.1...v0.24.0
v0.23.1Compare Source
What's Changed
New Contributors
Special shoutout to the new contributors!
Full Changelog: unionai-oss/pandera@v0.23.0...v0.23.1
v0.23.0: : Improve pydantic compatibility, addjson_normalize, bugfixesCompare Source
What's Changed
New Contributors
Full Changelog: unionai-oss/pandera@v0.22.1...v0.23.0
v0.22.1: : Fixcheck_inputdecorator regressionCompare Source
What's Changed
Full Changelog: unionai-oss/pandera@v0.22.0...v0.22.1
v0.22.0: : Improve validation runtime performance by 4xCompare Source
⭐️ Highlight
In this release, dependencies on
multimethodandwraptwere removed and optimizations were made to speed up validation performance by up to 4x (depending on the validation rules. For simple cases speedup is ~4x see here).What's Changed
New Contributors
Full Changelog: unionai-oss/pandera@v0.21.1...v0.22.0
v0.21.1: : Type bugfixes and regression fixesCompare Source
What's Changed
New Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.