Polars: py-0.17.4 Release

Release date:
April 17, 2023
Previous version:
py-0.17.3 (released April 15, 2023)
Magnitude:
1,131 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

18 Commits in this Release

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

Top Contributors in py-0.17.4

ritchie46
MarcoGorelli
zundertj
alexander-beedie
zaynetro
stinodego

Directory Browser for py-0.17.4

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

  • add specialized boolean aggregation for min/max (#8294)

✨ Enhancements

  • preserve time zone in combine (#8263)

🐞 Bug fixes

  • pass name to struct construction in aggregation (#8299)
  • improve nested list construction (#8278)
  • Truncate long column name in glimpse (#8281)
  • Fix DataFrame.sum returning empty column names (#8283)
  • always sort in top_k fast path (#8275)
  • don't use fast paths for sorted join if there are … (#8272)

πŸ› οΈ Other improvements

  • use concat_owned_array_unchecked when possible (#8274)

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