Polars: py-0.14.26 Release

Release date:
November 6, 2022
Previous version:
py-0.14.25 (released November 2, 2022)
Magnitude:
2,562 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

17 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored November 3, 2022
Authored November 6, 2022

Top Contributors in py-0.14.26

alexander-beedie
ritchie46
stinodego
universalmind303
slonik-az
ghuls
CalOmnie

Directory Browser for py-0.14.26

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

✨ Enhancements

  • build_info() provides detailed information how polars was built (#5423)
  • add missing width property to LazyFrame (#5431)
  • enhanced Series.dot method and related interop (#5428)
  • allow regex and wildcard in groupby (#5425)
  • support DataFrame init from generators (#5424)
  • support Series init from generator (#5411)

🐞 Bug fixes

  • fix freeze/stall when writing more than 2^31 string values to parquet (#5366)
  • properly handle json with unclosed strings (#5427)
  • fix null poisoning in rank operation (#5417)
  • correct expr::diff dtype for temporal columns (#5416)
  • fix cse for nested caches (#5412)
  • don't set sorted flag in argsort (#5410)

πŸ› οΈ Other improvements

  • Fix dependencies on memory allocator (#5426)
  • Better docstring for keep_name (#5378) (#5421)

Thank you to all our contributors for making this release possible! @CalOmnie, @alexander-beedie, @ghuls, @ritchie46, @slonik-az, @stinodego and @universalmind303