avhz / RustQuant

Rust library for quantitative finance.
https://docs.rs/RustQuant
Apache License 2.0
969 stars 105 forks source link

build(deps): update polars requirement from 0.38.1 to 0.39.1 #214

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on polars to permit the latest version.

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

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 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 months ago

Superseded by #216.