Python Polars 0.14.26
✨ Enhancements
- build_info() provides detailed information how polars was built (#5423)
- add missing
width
property toLazyFrame
(#5431) - enhanced
Series.dot
method and related interop (#5428) - allow regex and wildcard in groupby (#5425)
- support
DataFrame
init from generators (#5424) - support
Series
init from generator (#5411)
🐞 Bug fixes
- fix freeze/stall when writing more than 2^31 string values to parquet (#5366)
- properly handle json with unclosed strings (#5427)
- fix null poisoning in rank operation (#5417)
- correct expr::diff dtype for temporal columns (#5416)
- fix cse for nested caches (#5412)
- don't set sorted flag in argsort (#5410)
🛠️ Other improvements
Thank you to all our contributors for making this release possible!
@CalOmnie, @alexander-beedie, @ghuls, @ritchie46, @slonik-az, @stinodego and @universalmind303