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.16 to 0.20.19 #102

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps polars from 0.20.16 to 0.20.19.

Release notes

Sourced from polars's releases.

Python Polars 0.20.19

๐Ÿš€ Performance improvements

  • Replace std::thread spawn with tokio block_in_place (#15517)
  • speed up offset_by when a single offset is passed (#15493)
  • Avoid allocation in the hot path for struct JSON serialization (#15449)

โœจ Enhancements

  • Support list group-by of non numeric lists (#15540)
  • add business_day_count function (#15512)
  • Add SQL support for MEDIAN aggfunc (#15519)
  • Implement string, boolean and binary dtype in top_k (#15488)
  • Add SQL support for TRUNCATE TABLE command (#15513)
  • Add SQL support for GREATEST and LEAST (#15511)
  • Allow specifying Hive schema in read/scan_parquet (#15434)
  • Implements agg_list for NullChunked (#15439)

๐Ÿž Bug fixes

  • dot product of two integer series is cast to float (#15502)
  • Resolve function names and prune all aliases. (#15522)
  • Pass skip_rows_after_header to pyarrow csv reader (#15533)
  • No longer error when schema_overrides contains nonexistent columns (#15528)
  • list.get should take validity into account (#15516)
  • block decimal in streaming (#15520)
  • group_by partitioned with literal Series panic (#15487)
  • Initialize validity for GroupsProxy::Slice windows (#15509)
  • Fix struct name resolving (#15507)
  • pow return type evaluation (#15506)
  • Address issue with read_database draining iter_batches early (#15504)
  • Allow selectors inside frame-level .filter() (#15445)
  • Don't prune alias in AnonymousFunction subtree (#15453)
  • Raise if pass a negative n into clear (#15432)
  • Fix deadlock in async parquet scan (#15440)

๐Ÿ“– Documentation

  • Update leftover references of by parameter to group_by in DataFrame/LazyFrame.upsample/group_by_dynamic/rolling (#15527)
  • Add make docs command, DataType docs/layout tweak, minor README updates (#15386)
  • Add example for Series.list.median. (#15451)

๐Ÿ› ๏ธ Other improvements

  • Remove unused code paths in read_parquet (#15532)
  • Organize utils for I/O functionality (#15529)
  • Remove private DataFrame._read classmethods (#15521)
  • Move dedicated inference code out of io.database executor module (#15526)
  • Add unstable warning to hive_schema functionality (#15508)

... (truncated)

Commits
  • 5d82f0d python polars 0.20.19 (#15541)
  • ad45545 fix(python): dot product of two integer series is cast to float (#15502)
  • a8c9738 feat: Support list group-by of non numeric lists (#15540)
  • 2a42096 feat: add business_day_count function (#15512)
  • dcee934 fix: Resolve function names and prune all aliases. (#15522)
  • c211fad fix(python): Pass skip_rows_after_header to pyarrow csv reader (#15533)
  • cb5dd44 refactor(python): Remove unused code paths in read_parquet (#15532)
  • 38bd8f2 fix(python): No longer error when schema_overrides contains nonexistent col...
  • 548050c feat: Add SQL support for MEDIAN aggfunc (#15519)
  • 9c73063 feat: Implement string, boolean and binary dtype in top_k (#15488)
  • 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 5 months ago

Superseded by #104.