mozilla / jetstream

This machine kills superstition. 💨
https://experimenter.info/jetstream/jetstream
Mozilla Public License 2.0
22 stars 18 forks source link

Bump polars from 1.0.0 to 1.1.0 #2081

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps polars from 1.0.0 to 1.1.0.

Release notes

Sourced from polars's releases.

Python Polars 1.1.0

🚀 Performance improvements

  • Keep more parallelism when CSE plan cache hits (#17463)
  • Batch parquet primitive decoding (#17462)
  • Respect allow_threading in some more operators (#17450)
  • Parallelize parquet metadata deserialization (#17399)
  • Use underlying fileno for Python files when possible (#17315)
  • Add future arg to Series.to_arrow (#17371)

✨ Enhancements

  • Add "future" versioning (#17421)
  • Apply slice pushdown immediately to in-memory frames (#17459)
  • Support writing hive partitioned parquet (#17324)
  • Add right join support (#17441)
  • Support hive partitioning in scan_ipc (#17434)
  • Improve error message when passing string key to Series.__getitem__ (#17408)

🐞 Bug fixes

  • Handle DB cursor descriptions that contain more fields than the DBAPI2 standard (#17468)
  • Fix decimal dyn float supertype (#17464)
  • Verify the integrity of pandas column names before implied string conversion (#17433)
  • Don't rechunk on phys_repr (#17461)
  • Harden alchemy session for old sqlalchemy versions (#17366)
  • Fix swapping rename schema (#17458)
  • Make boolean reads consistent across all read_excel engines (#17448)
  • Raise on oob decimal precision (#17445)
  • Fix handling of TextIOWrapper in write_csv (#17328)
  • Support sa session (#17435)
  • Fix from_pandas for string columns with missing values (#17397)
  • Fix a global variable table-discovery edge case for the SQL interface (#17400)
  • Don't allow json inference method to be chunked/streaming (#17396)
  • Set literal nesting to 0 (#17392)
  • Fix scanning cloud paths with spaces (#17379)
  • Fix slice length no longer allowing None (#17372)
  • Fix typo in SchemaError exception message (#17350)
  • Raise proper error for mismatching parquet schema instead of panicking (#17321)

📖 Documentation

  • Add examples for scanning hive datasets to user guide (#17431)
  • Update partition_by docstring to match new behavior (#17394)
  • Update GroupBy.__iter__ docstring to match new behavior (#17383)

📦 Build system

  • Add support for NumPy 2.0 (#17384)

... (truncated)

Commits
  • a191a09 python Polars 1.1.0 (#17471)
  • ad836bd feat: add "future" versioning (#17421)
  • e7915d8 fix(python): Handle DB cursor descriptions that contain more fields than the ...
  • a9fb237 fix: Fix decimal dyn float supertype (#17464)
  • 2c1836b perf: Keep more parallelism when CSE plan cache hits (#17463)
  • c256a02 fix(python): Verify the integrity of pandas column names before implied strin...
  • 200c6a4 feat: Apply slice pushdown immediately to in-memory frames (#17459)
  • 909f08f perf: Batch parquet primitive decoding (#17462)
  • 89489b7 fix: Don't rechunk on phys_repr (#17461)
  • 03a769d fix(python): Harden alchemy session for old sqlalchemy versions (#17366)
  • 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)