Polars: py-0.17.7 Release

Release date:
April 22, 2023
Previous version:
py-0.17.6 (released April 21, 2023)
Magnitude:
1,160 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in py-0.17.7

alexander-beedie
ritchie46
stinodego
ayemjay
jonashaag
pgimalac
mzjp2

Directory Browser for py-0.17.7

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

  • remove false sharing in perfect hash table >2x (#8432)
  • further optimised conversions to python date/datetime (#8417)

✨ Enhancements

  • initial parametric/hypothesis Decimal dtype testing strategy (note: disabled by default) (#8430)
  • add Series support to pl.from_repr (#8429)
  • Allow %f in strptime format strings (#8404)

🐞 Bug fixes

  • raise upon invalid use of zero_copy_only (#8418)
  • respect dtype in anonymous list builder in case of… (#8428)
  • str.strptime error message: utf -> utc (#8422)

πŸ› οΈ Other improvements

  • initial parametric/hypothesis Decimal dtype testing strategy (note: disabled by default) (#8430)

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