paucablop / chemotools

Integrate your chemometric tools with the scikit-learn API πŸ§ͺ πŸ€–
https://paucablop.github.io/chemotools/
MIT License
45 stars 6 forks source link

chore(deps): bump polars from 0.20.7 to 0.20.11 #89

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps polars from 0.20.7 to 0.20.11.

Release notes

Sourced from polars's releases.

Python Polars 0.20.11

πŸ† Highlights

  • fast path for COUNT(*) queries (#14574)

⚠️ Deprecations

  • Deprecate passing time_unit=None to Datetime constructor (#14708)
  • Rename Expr.meta.write_json/Expr.from_json to Expr.meta.serialize/Expr.deserialize (#14490)
  • Deprecate default value for ignore_nulls for ewm methods (#14663)
  • Deprecate DataFrame/LazyFrame.approx_n_unique (#14594)

πŸš€ Performance improvements

  • 2-3x speedup in creating literals/Series of type Date (#14716)
  • fix accidental quadratic utf8 validation in parquet (#14705)
  • Add __slots__ to most Polars classes (#13236)
  • fast path for COUNT(*) queries (#14574)
  • Elide the total order wrapper for non-(float/option) types (#14648)
  • add utf8-validation fast paths for utf8view (#14644)
  • don't reassign chunks back to df owner (#14633)
  • If there are many small chunks in write_parquet(), convert to a single chunk (#14484) (#14487)
  • Polars thread pool was not used properly in various functions (#14583)

✨ Enhancements

  • Change default for maximum number of Series items printed to 10 to match DataFrame (#14703)
  • Change default number of rows printed in Notebooks for DataFrame/Series to 10 (#14536)
  • Infer values columns in DataFrame.pivot when values is None (#14477)
  • fast path for COUNT(*) queries (#14574)
  • let rolling accept index_column of type UInt32 or UInt64 (#14669)
  • Treat float -0.0 == 0.0 and -NaN == NaN in group-by, joins and unique (#14617)
  • Improve consistency of dtype inference from Python types (#14600)
  • Properly cache object-stores (#14598)

🐞 Bug fixes

  • Fix parallel strategy for LazyFrame not being applied (#14696)
  • Block slice pushdown past non-literal projections or when the projection doesn't contain any columns from the input (#14684)
  • Fix number of rows printed in DataFrame/Series repr (edge cases) (#14548)
  • Fix contention panics in file gc threads (#14690)
  • Fix feature combination (#14688)
  • Only push predicates depending on the subset columns past unique() (#14668)
  • Properly handle a single empty RecordBatch in from_arrow (#14683)
  • More accurate type hints for binary file-like inputs (#14674)
  • Reading RLE_DICTIONARY-encoded parquet incorrectly coalesced NULL to empty string in some cases (#14670)
  • use correct flooring division/modulo operator in literal optimizer and const_lhs <> series ops (#14671)
  • Enable is_in for string in categorical/enum (#14576)
  • Fixes a read_database issue loading specific datetime types from SQL Server backends (#14627)
  • Polars thread pool was not used properly in various functions (#14583)

... (truncated)

Commits
  • 9bb0cf0 fix: fix utf8 validation (#14724)
  • b4ed30b ci: Limit CMake threads to fix crash compiling libz-ng-sys on macOS (#14715)
  • 63e3fdc docs(python): Improve some DataType docstrings (#14719)
  • 431dfe9 perf(python): 2-3x speedup in creating literals/Series of type Date (#14716)
  • 925f61a feat: Change default for maximum number of Series items printed to 10 to matc...
  • 60a3c3e depr(python): Deprecate passing time_unit=None to Datetime constructor (#...
  • 2dd2e4b python polars 0.20.11 (#14710)
  • bdcbf1a depr(python): Rename Expr.meta.write_json/Expr.from_json to `Expr.meta.seri...
  • 493da8b perf: fix accidental quadratic utf8 validation in parquet (#14705)
  • ab169a5 fix: Fix parallel strategy for LazyFrame not being applied (#14696)
  • 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 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 6 months ago

Superseded by #90.