Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update polars-io requirement from 0.44.2 to 0.46.0 #222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Updates the requirements on polars-io to permit the latest version.

Release notes

Sourced from polars-io's releases.

Rust Polars 0.46.0

🏆 Highlights

💥 Breaking changes

  • Support writing partitioned parquet to cloud (#20590)

🚀 Performance improvements

  • Use BitmapBuilder in yet more places (#20868)
  • Make an owned version of append (#20800)
  • Use BitmapBuilder in a lot more places (#20776)
  • Extend functionality on BitmapBuilder and use in Growables (#20754)
  • Specialize first/last agg for simple types in new-streaming engine (#20728)
  • Improve state caching and parallelism of window functions (#20689)
  • Broadcast without materialization in concat_arr (#20681)
  • Cache rolling groups (#20675)
  • Use downcast_ref instead of dtype equality in <dyn SeriesTrait as AsRef<ChunkedArray<T>> (#20664)
  • Fix performance regression for DataFrame serialization/pickling (#20641)
  • Make Parquet verify_dict_indices SIMD (#20623)
  • Move to zlib-rs by default and use zstd::with_buffer (#20614)
  • Skip filter expansion in eager (#20586)
  • Use AtomicWaker in async engine task joiner (#20604)
  • Move morsel distribution to the computational async engine (#20600)
  • Improve unique pred-pd (#20569)
  • Collapse expanded filters in eager (#20493)
  • Remove predicate from IR::DataFrame (#20492)
  • Add proper distributor to new-streaming parquet reader (#20372)
  • Use different binview dedup strategy depending on chunks ratio (#20451)
  • Generalize the arg_sort fast path onto Column (#20437)
  • Dedup binviews up front (#20449)
  • Re-enable common subplan elim for new-streaming engine (#20443)
  • Don't collect all LHS arrays in gather (#20441)
  • Remove prepare_series for gather kernels (#20439)
  • Don't always take all data buffers when gathering views (#20435)
  • Order observability optimizations (#20396)
  • Purge ChunkedArray Metadata (#20371)
  • Drop probe tables in parallel in new-streaming equi-join (#20373)
  • Explicit transpose in new-streaming equi-join finalize (#20363)
  • Cache dtype on ExprIR (#20331)

✨ Enhancements

  • Expose descending and nulls last in window order-by (#20919)
  • Add linear_space (#20678)
  • Implement df.unique() on new-streaming engine (#20875)
  • Add unique operations for Decimal dtype (#20855)
  • Add NDJson sink for the new streaming engine (#20805)

... (truncated)

Commits
  • f298ace Polars Rust 0.46.0 (#20925)
  • b5494bc test: Add tests for already resolved issues (#20921)
  • 14c673e chore: Fix the verify_dict_indices codegen (#20920)
  • 64a01e7 feat: Expose descending and nulls last in window order-by (#20919)
  • 2352c1e fix(python): Don't consume c_stream as iterable (#20899)
  • 000abb0 refactor: Add ProjectionContext in projection pushdown opt (#20918)
  • 2eb0109 fix(python): Validate pl.Array shape argument types (#20915)
  • c7243bc fix: Fix from_numpy returning Null dtype for empty 1D numpy array (#20907)
  • 6d7eade fix(python): Consider the original dtypes when selecting columns in `write_ex...
  • 8552f60 fix(python): Handle boolean comparisons in Iceberg predicate pushdown (#18199)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [polars-io](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@rs-0.44.2...rs-0.46.0)

---
updated-dependencies:
- dependency-name: polars-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants