py-1.17.1
pola-rs/polarspy-1.17.1Dec 9, 2024by github-actions[bot]
AI Summary
A minor bug fix release addressing panics in LazyFrame `select(len())` and `scratch.is_empty()` operations.
Key Highlights
- Fix panic in select(len())
- Fix panic in LazyFrame.scratch.is_empty()
Full Release Notes
## 🐞 Bug fixes - Fix incorrect lazy `select(len())` with some select orderings (#20222) - Fix assertion panic on LazyFrame `scratch.is_empty()` (#20219) Thank you to all our contributors for making this release possible! @nameexhaustion and @ritchie46