1.8.1
Python Polars 1.8.1
Changed 3
- Cache register plugin function
- Make with_column_unchecked take Column
- Keep scalar in more places
Fixed 4
- Properly calculate duration units
- Check values in strict cast Int to Time
- Fix typo in DuplicateError error message
- Properly merge live- and dead columns in prefiltered
🚀 Performance improvements
- Cache register plugin function (#18860)
🐞 Bug fixes
- Properly calculate duration units (#18869)
- Check values in strict cast Int to Time (#18854)
- Fix typo in DuplicateError error message (#18855)
- Properly merge live- and dead columns in prefiltered (#18862)
📖 Documentation
- Fix minor rogue apostrophes (#18865)
🛠️ Other improvements
- Make
with_column_uncheckedtakeColumn(#18863) - Keep scalar in more places (#18775)
Thank you to all our contributors for making this release possible! @MarcoGorelli, @coastalwhite, @mcrumiller, @ritchie46 and @rodrigogiraoserrao