py-0.14.26
版本发布时间: 2022-11-06 21:55:39
pola-rs/polars最新发布版本:py-1.8.2(2024-09-25 04:10:38)
✨ 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
- Fix dependencies on memory allocator (#5426)
- Better docstring for keep_name (#5378) (#5421)
Thank you to all our contributors for making this release possible! @CalOmnie, @alexander-beedie, @ghuls, @ritchie46, @slonik-az, @stinodego and @universalmind303