Python Polars 0.17.7
github-actions
released this
22 Apr 20:08
·
5688 commits
to refs/heads/main
since this release
π 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 topl.from_repr
(#8429) - Allow
%f
instrptime
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