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): bump polars from 0.37.0 to 0.39.1 #950

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps polars from 0.37.0 to 0.39.1.

Release notes

Sourced from polars's releases.

Rust Polars 0.39.1

🚀 Performance improvements

  • Fix regression that led to using only a single thread (#15667)

✨ Enhancements

🐞 Bug fixes

  • Ensure profile of simple-projection only take own runtime (#15671)
  • Panic if invalid array in object (#15664)
  • Ensure 'CachedSchema' doesn't get synced between plans (#15661)
  • group_by multiple null columns produce phantom row (#15659)
  • rolling_* aggs were behaving as if they return scalars in group-by (#15657)
  • Correct the unsoundness slice range of arr.min/max (#15654)
  • list.mean fast path shouldn't produce NaN (#15652)
  • Fix Display implementation of Duration (#15647)

📖 Documentation

  • Fix typo in legacy install instructions (#15662)
  • Include prelude import in the example (#15633)

🛠️ Other improvements

  • Remove the remaining usage of deprecated numpy crate APIs (#15668)
  • make Duration.is_constant_duration less strict for non-timezone-aware case (#15639)
  • Fix some typos in comments (#15665)
  • remove unnecessary unsafe in list mean/sum (#15660)

Thank you to all our contributors for making this release possible! @​MarcoGorelli, @​Priyansh4444, @​StevenMia, @​itamarst, @​mcrumiller, @​orlp, @​reswqa, @​ritchie46 and @​stinodego

Rust Polars 0.39.0

🏆 Highlights

💥 Breaking changes

  • rename memmap -> memory_map as like Python (#15642)
  • pref(rust!, python): Unify sort with SortOptions and SortMultipleOptions (#15590)
  • Update the argument name from dims to dimensions in reshape (#15561)
  • Allow specifying Hive schema in read/scan_parquet (#15434)
  • Raise error when schema_overrides contains nonexistent column name (#15290)
  • Rename Chunk to RecordBatch (#15298)
  • Refactor AnyValue supertype logic (#15280)
  • Rename group_by_rolling to rolling and improve related error messages (#14765)

... (truncated)

Commits
  • 5e68541 rust polars 0.39.1 (#15676)
  • 3d100a8 python polars 0.20.21 (#15673)
  • 1e7fa8e feat: add ewm_mean_by (#15638)
  • 8ef2e21 fix: Ensure profile of simple-projection only take own runtime (#15671)
  • 19f0939 perf: Fix regression that led to using only a single thread (#15667)
  • 08b048d chore(rust): Remove the remaining usage of deprecated numpy crate APIs (#15...
  • 6e1620b chore: make Duration.is_constant_duration less strict for non-timezone-aware ...
  • 1faf932 fix: Panic if invalid array in object (#15664)
  • 2eb575b fix: Ensure 'CachedSchema' doesn't get synced between plans (#15661)
  • f800001 docs(python): Add missing deprecation warning to DataFrame.replace (#15612)
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ⚙️ dependencies updates for dependencies label Apr 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

Superseded by #951.

@dependabot dependabot bot closed this Apr 17, 2024
@dependabot dependabot bot deleted the dependabot/cargo/polars-0.39.1 branch April 17, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ dependencies updates for dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants