Build: Bump polars from 1.30.0 to 1.36.1 by dependabot[bot] · Pull Request #284 · Fokko/iceberg-python
Bumps polars from 1.30.0 to 1.36.1.
Release notes
Sourced from polars's releases.
Python Polars 1.36.1
🚀 Performance improvements
- Tune partitioned sink_parquet cloud performance (#25687)
✨ Enhancements
🐞 Bug fixes
- Don't invalidate node in cluster-with-columns (#25714)
- Move
boto3extra from s3fs in dev requirements (#25667)- Add missing type stubs for
bin_slice,bin_head, andbin_tail(#25697)- Binary slice methods missing from Series and docs (#25683)
- Mix-up of variable_name/value_name in unpivot (#25685)
- Invalid usage of
drop_firstinto_dummieswhen nulls present (#25435)📖 Documentation
- Fix typos in Excel and Pandas migration guides (#25709)
- Add "right" to
howoptions injoin()docstrings (#25678)🛠️ Other improvements
- Move Object
litfix earlier in the function (#25713)- Remove unused decimal file (#25701)
- Move
boto3extra from s3fs in dev requirements (#25667)- Upgrade to latest version of
sqlparser-rs(#25673)- Update slab to version without RUSTSEC (#25686)
- Fix typo (#25684)
Thank you to all our contributors for making this release possible!
@AndreaBozzo,@Kevin-Patyk,@alexander-beedie,@dsprenkels,@jamesfricker,@mcrumiller,@nameexhaustion,@orlpand@ritchie46Python Polars 1.36.0
🏆 Highlights
- Add Extension types (#25322)
✨ Enhancements
- Add SQL support for the QUALIFY clause (#25652)
- Add bin.slice(), bin.head(), and bin.tail() methods (#25647)
- Add SQL syntax support for CROSS JOIN UNNEST(col) (#25623)
- Add separate env var to log tracked metrics (#25586)
- Expose fields for generating physical plan visualization data (#25562)
- Allow pl.Object in pivot value (#25533)
- Minor improvement for as_struct repr (#25529)
- Temporal quantile in rolling context (#25479)
... (truncated)
Commits
2a151c1Python Polars 1.36.1 (#25715)b394b2dfix: Don't invalidate node in cluster-with-columns (#25714)e5baff4refactor: Move Objectlitfix earlier in the function (#25713)ee79be3docs: Fix typos in Excel and Pandas migration guides (#25709)0150a18chore: Remove unused decimal file (#25701)9dd724bfix(python): Removeboto3extra from s3fs (#25667)d8cdf89feat: Allow creation ofObjectliteral (#25690)3069957fix(python): Add missing type stubs forbin_slice,bin_head, and `bin_tai...729e575chore: Upgrade to latest version ofsqlparser-rs(#25673)b83a259chore: Update slab to version without RUSTSEC (#25686)- 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)