skimpy
skimpy copied to clipboard
Bump polars from 0.20.10 to 0.20.14
Bumps polars from 0.20.10 to 0.20.14.
Release notes
Sourced from polars's releases.
Python Polars 0.20.14
๐ Highlights
- Streaming outer joins (#14828)
โ ๏ธ Deprecations
- Deprecate
overwrite_schemaparameter forDataFrame.write_delta(#14879)๐ Performance improvements
- improve join-asof materialization (#14884)
- Optimize chunked-id gather for binaryviews (#14878)
- rework scalar filter kernels (#14865)
- Reduce size of optional join-indexes (#14856)
- Streaming outer joins (#14828)
- Set sorted flag for
cum_counton columns (#14849)โจ Enhancements
- Sort decimal fields (#14649)
- Revert addition of
__slots__to Polars classes (#14857)- Add
fastexceltoshow_versions(#14869)- try-improve concurrency tuner (#14827)
- Streaming outer joins (#14828)
- Set sorted flag for
cum_counton columns (#14849)- support use of KรนzuDB via
pl.read_database(#14822)- Ensure binview types are rle-encoded in parquet write (#14818)
- Disable timeouts (#14809)
- cleanup spill disks in process (#14807)
- Implement compression and skipping for binview IPC (#14789)
๐ Bug fixes
- Fix
DataFrame.min/maxfor decimals (#14890)- Assert chunks are equal after physical cast to prevent OOB (#14873)
- not all cpu feature flag tests were mocked (#14864)
- Remove custom
__reduce__implementation onDataTypeobject (#14778)- Allow non-strict construction / initialization of Enum columns (#14728)
- Fix streaming parquet limit (#14783)
๐ Documentation
- Update contributing link (#14882)
- update to use
ambiguousinstead ofuse_earliest(#14820)- Seperate
asoffrom join strategy, change parameter fromstrategytohowin user guide (#14793)๐ ๏ธ Other improvements
- Pin PyPI publish action to commit (#14896)
... (truncated)
Commits
25d0a2fci(python): Pin PyPI publish action to commit (#14896)3cf4897fix: FixDataFrame.min/maxfor decimals (#14890)4e521e8docs: Update contributing link (#14882)195ef78python polars 0.20.14 (#14886)d9708b6chore: reactivate argminmax simd (#14679)d562759feat: Sort decimal fields (#14649)72a6f89perf: improve join-asof materialization (#14884)ac0131aperf: Optimize chunked-id gather for binaryviews (#14878)6a244effeat(rust)!: ImportNamedFromindf!macro (#14860)6a181f2depr(python): Deprecateoverwrite_schemaparameter for `DataFrame.write_del...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)