noamteyssier / crispr_screen

Efficient Differential Expression and Gene Aggregation for CRISPR screens.
https://noamteyssier.github.io/crispr_screen/
MIT License
6 stars 0 forks source link

Update polars requirement from 0.43.1 to 0.44.0 #169

Closed dependabot[bot] closed 14 hours ago

dependabot[bot] commented 1 week ago

Updates the requirements on polars to permit the latest version.

Release notes

Sourced from polars's releases.

Rust Polars 0.44.0

💥 Breaking changes

  • Purge arrow-rs support (#19312)

🚀 Performance improvements

  • Address inadvertent quadratic behaviour in expand_columns (#19469)
  • Move rolling_corr/cov to an actual implementation on Series (#19466)
  • Don't split par if cast to categorical (#19462)
  • Improve var/cov/corr performance (#19381)
  • Reduce memcopy in parquet (#19350)
  • Optimize array and list gather (#19327)
  • Add/fix unordered row decode, change unordered format (#19284)
  • Fast decision for Parquet dictionary encoding (#19256)
  • Make date_range / datetime_range ~10x faster for constant durations (#19216)
  • Batch utf8-validation in csv 18% / 25% on 1.9.0 (#19124)
  • Use two-pass algorithm for csv to ensure correctness and SIMDize more ~17% (#19088)
  • Use List's TotalEqKernel (#18984)
  • Improve rename performace for Lazy API (#18890)
  • Collapse cross-joins to faster joins (#18633)
  • Cache register plugin function (#18860)

✨ Enhancements

  • Implement nested Parquet writing for High-Precision Decimals (#19476)
  • Improve read_database typing (#19444)
  • Add IPC sink in new streaming engine (#19431)
  • Added escape_regex operation to the str namespace and as a global function (#19257)
  • Add SQL support for bit_count and bitwise &, |, and xor operators (#19114)
  • Add credential provider utility classes for AWS, GCP (#19297)
  • Support decoding Float16 in Parquet (#19278)
  • Experimental credential_provider argument for scan_parquet (#19271)
  • Allow DeltaTable input to scan_delta and read_delta (#19229)
  • Make FlightConsumer Send and support compressed data (#19262)
  • New quantile interpolation method & QUANTILE_DISC function in SQL (#19139)
  • Conserve Parquet SortingColumns for ints (#19251)
  • Low level flight interface (#19239)
  • Improved list arithmetic support (#19162)
  • Expose LTS CPU in show_versions() (#19193)
  • Check Python version when deserializing UDFs (#19175)
  • Quantile function in SQL (#18047)
  • Improve scalar strict message (#19117)
  • Add Series::{first, last, approx_n_unique} (#19093)
  • Allow for rolling_*_by to use index count as window (#19071)
  • Delay deserialization of python function until physical plan (#19069)
  • Add cum(_min/_max) for pl.Boolean (#19061)
  • Bitwise operations / aggregations (#18994)
  • Improved error message DSL -> IR resolving (#19032)
  • Add strict param to eager/lazy frame "rename" (#19017)

... (truncated)

Commits
  • 6a7d140 Rust Polars 0.44.0 (#19477)
  • d51b12c Python Polars 1.12.0 (#19475)
  • 40c7072 feat: Implement nested Parquet writing for High-Precision Decimals (#19476)
  • 687811d feat: Improve read_database typing (#19444)
  • dc47e92 fix: Include Array in to_physical (#19474)
  • f103fa8 fix: Don't panic in SQL temporal string check; raise suitable `ColumnNotFound...
  • 4ddae71 fix: Properly raise on mean_horizontal with wrong dtypes (#19472)
  • 98fcc3f fix: Make output dtype known for list.to_struct when fields are passed (#...
  • e26a229 feat(python): Respect include_index for pandas series (#19453)
  • 60d0721 fix: Address inadvertent quadratic behaviour in expand_columns (#19469)
  • 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 14 hours ago

Superseded by #172.