py-1.35.2
📦 polarsView on GitHub →
🐛 4 fixes🔧 4 symbols
Summary
This release focuses on stability and performance, primarily addressing several bugs related to group_by operations and fixing a wide-table join performance regression.
🐛 Bug Fixes
- Fixed incorrect result from drop_nans() when used in group_by() / over().
- Fixed handling of Null dtype in ApplyExpr on group_by.
- Fixed assertion panic occurring on group_by operations.
- Fixed performance regression observed during Wide-table joins.
🔧 Affected Symbols
drop_nans()group_by()over()ApplyExpr