v0.32.0 #2379
cosmicBboy
started this conversation in
General
v0.32.0
#2379
Replies: 1 comment
-
|
This one is also included (as part of one of my PRs): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
⭐️ Highlights: Add support for
narwhalsbackendIn this release, we're adding support for a
narwhalsbackend that supports thepolars,ibisandpyspark-sqlschema APIs. To enable it, install thenarwhalsextra with the support framework of your choice:Then enable with an environment variable:
export PANDERA_USE_NARWHALS_BACKEND=TrueOr configure programmatically:
See the docs for more information.
What's Changed
coerce_dtypeby @Dev-iL in refactor(polars): preserve input frame kind incoerce_dtype#2317Timeas a cross-engine semantic dtype by @deepyaman in chore: addTimeas a cross-engine semantic dtype #2323check_typesdecorator does not handleSchemaErrors(plural) #2325) by @SAY-5 in fix: handle SchemaErrors in check_types Union fallback (#2325) #2326rename_columnsto work as long as final columns are unique by @AchillesTurtle in feat: allowrename_columnsto work as long as final columns are unique #2373New Contributors
rename_columnsto work as long as final columns are unique #2373Full Changelog: v0.31.1...v0.32.0
This discussion was created from the release v0.32.0.
Beta Was this translation helpful? Give feedback.
All reactions