Polars: py-0.16.11 Release

Release date:
March 5, 2023
Previous version:
py-0.16.10 (released March 3, 2023)
Magnitude:
913 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in py-0.16.11

ritchie46
s-banach
alexander-beedie

Directory Browser for py-0.16.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

  • optimize str.replace_all (#7353)
  • optimize str.replace ~2x improvement (#7347)
  • ensure utf8 apply preallocates memory (#7345)

✨ Enhancements

  • make LazyFrame.explode streamable. (#7341)
  • allow import of dtype groups from the top-level to improve discovery (#7339)

🐞 Bug fixes

  • make decimal types opt-in (#7348)
  • fix chunk_sizes in threading apply (#7351)
  • don't panic when writing NullArray values to python row tuple (#7346)

πŸ› οΈ Other improvements

  • add write_excel API docs link (#7338)

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