nyx-space / nyx

Nyx is a high fidelity, fast, reliable and validated astrodynamics toolkit library written in Rust and available in Python
https://nyxspace.com
GNU Affero General Public License v3.0
196 stars 20 forks source link

Update polars requirement from 0.43.1 to 0.44.1 #373

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Updates the requirements on polars to permit the latest version.

Release notes

Sourced from polars's releases.

Rust Polars 0.44.1

🐞 Bug fixes

  • Incorrect gather for FixedSizeList with outer validity but no inner validities (#19489)
  • Make Duration parsing fallible and not panic (#19490)

📖 Documentation

  • Fix various instances of repeated words in docs and comments (#19516)

📦 Build system

  • Fix some feature flag issues (#19512)
  • Bump Rust toolchain to nightly-2024-10-28 (#19492)

🛠️ Other improvements

  • Add CI benchmark on merge (#19518)
  • Skip client check with env var (#19517)
  • Rename ComputeNode::spawn parameters (#19514)
  • Enable new_streaming feature by default (#19502)
  • Add groupby partitioning and parallel groupby finishing to new-streaming engine (#19451)
  • Improve makefile build commands (#19498)
  • Reduce Vec allocations in new-streaming parquet source (#19493)

Thank you to all our contributors for making this release possible! @​alexander-beedie, @​coastalwhite, @​nameexhaustion, @​orlp, @​ritchie46 and @​stinodego

Commits
  • 18fbf52 Rust Polars 0.44.1 (#19519)
  • cfc78a0 chore: Add CI benchmark on merge (#19518)
  • a1e41b1 docs(python): Add credential provider section and examples to user guide (#19...
  • f4bc1d6 fix: Incorrect gather for FixedSizeList with outer validity but no inner vali...
  • abe5139 docs: Fix various instances of repeated words in docs and comments (#19516)
  • 7a23e07 refactor: Skip client check with env var (#19517)
  • 5c3e83c refactor(rust): Rename ComputeNode::spawn parameters (#19514)
  • 1c1574a build(rust): Fix some feature flag issues (#19512)
  • f64fe8a refactor(rust): Enable new_streaming feature by default (#19502)
  • 00b4d61 refactor(rust): Add groupby partitioning and parallel groupby finishing to ne...
  • 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 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)
dependabot[bot] commented 3 weeks ago

Superseded by #374.