1.28.1
Python Polars 1.28.1
Changed 1
- Update pyo3 and numpy crates to version 0.24
Fixed 2
- Reading of reencoded categorical in Parquet
- Last thread in parquet predicate filter out of bounds
🐞 Bug fixes
- Reading of reencoded categorical in Parquet (#22436)
- Last thread in parquet predicate filter oob (#22429)
📖 Documentation
- Fix a few typos in the new "multiplexing" page (#22434)
- Add multiplexing page (#22426)
📦 Build system
- Update
pyo3andnumpycrates to version0.24(#22015)
🛠️ Other improvements
- Add test for
implode+over(#22437) - Fix CI by removing use_legacy_dataset (#22438)
- Only use pytorch index-url for
pytorchpackage (#22355)
Thank you to all our contributors for making this release possible! @bschoenmaeckers, @coastalwhite, @etiennebacher, @mcrumiller and @ritchie46