Polars: py-0.20.10 Release

Release date:
February 19, 2024
Previous version:
py-0.20.9 (released February 16, 2024)
Magnitude:
497 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

15 Commits in this Release

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

Top Contributors in py-0.20.10

stinodego
alexander-beedie
nameexhaustion
ritchie46
c-peters
CBell045

Directory Browser for py-0.20.10

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

Release Notes Published

⚠️ Deprecations

  • Add allow_copy parameter to DataFrame.to_numpy (#14569)

πŸš€ Performance improvements

  • Avoid loading pandas in from_arrow when array has 0 chunks (#14562)

✨ Enhancements

  • Warn on inefficient use of map_elements for additional string functions (#14565)
  • Add allow_copy parameter to DataFrame.to_numpy (#14569)
  • Improve read_database interop with sqlalchemy Session and various Result objects (#14557)
  • Warn on inefficient use of map_elements for temporal attributes/methods (#14529)

🐞 Bug fixes

  • Semi-join and multiple keys outer-join did not respect POLARS_MAX_THREADS (#14571)
  • Correct sorted flag of chunked gather (#14570)

πŸ“– Documentation

  • Fix typo of "Cartesian" product (#14585)
  • Mention in contributing guide that PR titles should start with an uppercase letter (#14584)
  • Fix markdown newline for rendering function description in VSCode (#14567)

πŸ› οΈ Other improvements

  • Refactor code coverage workflow (#14563)
  • Disable status from code coverage (#14545)

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