Polars: py-0.15.11 Release

Release date:
January 3, 2023
Previous version:
py-0.15.9 (released December 31, 2022)
Magnitude:
1,744 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in py-0.15.11

ritchie46
alexander-beedie
stinodego

Directory Browser for py-0.15.11

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

Release Notes Published

πŸš€ Performance improvements

  • ensure set_at_idx is O(1) (#5977)

✨ Enhancements

  • allow eq,ne,lt etc (#5995)
  • Improve Expr.is_between API (#5981)
  • large speedup for df.iterrows (~200-400%) (#5979)
  • updated default table format from "UTF8_FULL" to "UTF8_FULL_CONDENSED" (#5967)
  • Access rows as namedtuples (#5966)
  • Improve assert_frame_equal messages (#5962)

🐞 Bug fixes

  • make weekday tz-aware (#5989)
  • fix categorical in struct anyvalue issue (#5987)
  • fix invalid boolean simplification (#5976)
  • allow empty sort on any dtype (#5975)
  • properly deal with categoricals in streaming queries (#5974)

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