1.35.2
Python Polars 1.35.2
Fixed 4
- Fix incorrect drop_nans() result when used in group_by() / over()
- Fix handling Null dtype in ApplyExpr on group_by
- Fix assertion panic on group_by
- Fix wide-table join performance regression
- Fix incorrect
drop_nans()result when used ingroup_by()/over()(https://github.com/pola-rs/polars/pull/25146) - Fix handling
Nulldtype inApplyExprongroup_by(https://github.com/pola-rs/polars/pull/25077) - Fix assertion panic on
group_by(https://github.com/pola-rs/polars/pull/25179) - Fix Wide-table join performance regression (https://github.com/pola-rs/polars/pull/25222)
Thank you to all our contributors for making this release possible! @coastalwhite, @kdn36, @nameexhaustion and @ritchie46