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

chore(deps): bump polars from 0.20.16 to 0.20.19 #102

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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 <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.20.16 to 0.20.19.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.20.16...py-0.20.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Superseded by #104.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/polars-0.20.19 branch April 15, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants