Skip to content

chore: bump polars from 1.41.2 to 1.42.0#664

Merged
max-sixty merged 1 commit into
mainfrom
dependabot/pip/polars-1.42.0
Jun 24, 2026
Merged

chore: bump polars from 1.41.2 to 1.42.0#664
max-sixty merged 1 commit into
mainfrom
dependabot/pip/polars-1.42.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps polars from 1.41.2 to 1.42.0.

Release notes

Sourced from polars's releases.

Python Polars 1.42.0

💥 Breaking changes

  • Deprecate casts from string to temporal dtypes (#28056)

⚠️ Deprecations

  • Deprecate casts from string to temporal dtypes (#28056)

🚀 Performance improvements

  • Add bytes-based concurrency control for cloud IO (#27924)
  • Stop flushing multiplexer on phase change (#28013)
  • Prevent empty chunks from triggering copy in rechunk (#27953)
  • Improve performance of struct unnest inside list eval on streaming (#27905)
  • Eliminate filters with contradictory predicates (#27775)

✨ Enhancements

  • Deprecate casts from string to temporal dtypes (#28056)
  • Add naive out-of-core spilling to Polars (#27998)
  • Add experimental strict mode (#28023)
  • Optimize non-negative len and null_count comparisons (#28002)
  • Optimize len and null_count comparisons (#27727)
  • Support SQL's implicit JOIN syntax (#27890)
  • Add Expr.is_sorted (#26708)
  • Add suggestions in wrong api usage or mismatched column names (#27954)
  • Add external object_store support for non-native schemes (#27871)
  • Skip Delta files and parquet row groups using per-field struct statistics (#27887)
  • Improve IR sortedness detection for with_row_index and explode (#27875)
  • Add DataFrame.is_sorted() (#27870)
  • Expose fixed-size rolling window expressions in Python visitor (#27108)
  • Fix SchemaError using lazy HConcat->Sink (#27770)
  • Add tiered multi-file parquet metadata resolver (#27720)
  • Cache and shuffle DNS for cloud object_store (#27659)

🐞 Bug fixes

  • Add a deprecation warning for .explode() without empty_as_null argument (#28040)
  • Fix select(len()) incorrectly returned 0 when using scan_iceberg with pyiceberg as reader override (#28044)
  • Ensure slice expr always observes input order (#28041)
  • Fix projection pushdown with row index out of order (#28043)
  • Fix cross-join predicates not applied when using sink_* functions (#28042)
  • Grammar corrections (recommend to → recommend, allows to → allows using) (#28038)
  • Ensure optimisations aren't omitted by cached IR nodes (#28004)
  • Computed GROUP keys in SQL projections (#27989)
  • Handle empty DataFrames in dt.truncate and dt.round (#26120)
  • Address join alias state leakage in SQL CTEs (#27985)
  • Support scanning file:// URIs with percent-encoded paths (#27876)
  • Lower SQL [NOT] IN (subquery) to semi/anti join (#27888)

... (truncated)

Commits
  • 5e9cf5c feat(rust): Expose IRFunctionExpr::Fused in the python node visitor (#27889)
  • a65aa6e chore: Add AI agent disclsoure (#28064)
  • b5dcfb4 Python Polars 1.42.0 (#28046)
  • d60ecb0 depr: Deprecate casts from string to temporal dtypes (#28056)
  • bdf2e55 fix(rust): Fix qcut panic and incorrect bins on NaN input (#28020)
  • a5fc297 fix(rust): Remove TrustedLen from Scan (#28055)
  • 0b85847 fix: Add a deprecation warning for .exclude() without empty_as_null argum...
  • 78c2b03 perf: Add bytes-based concurrency control for cloud IO (#27924)
  • ca50072 fix: Fix select(len()) incorrectly returned 0 when using scan_iceberg wit...
  • c68d105 fix: Ensure slice expr always observes input order (#28041)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [polars](https://github.com/pola-rs/polars) from 1.41.2 to 1.42.0.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.41.2...py-1.42.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2026
@max-sixty max-sixty merged commit ec2c5e4 into main Jun 24, 2026
7 checks passed
@max-sixty max-sixty deleted the dependabot/pip/polars-1.42.0 branch June 24, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant