py-1.27.1
📦 polarsView on GitHub →
✨ 1 features🐛 5 fixes🔧 1 symbols
Summary
This release focuses on stability and correctness, fixing several bugs related to joins, caching, JSON writing, and deadlocks, alongside an enhancement to expression autocomplete in interactive environments.
✨ New Features
- Improved expression autocomplete for IPython, Jupyter, and Marimo.
🐛 Bug Fixes
- Fixed incorrect condition on empty inner join fast path.
- Implemented fallback predicate filter for min=max with is_in.
- Prevented panic for LruCachedFunc when size=0.
- Fixed issue where masked out list values were incorrectly written to json.
- Resolved deadlock in streaming distributor.
🔧 Affected Symbols
LruCachedFunc