py-1.28.1

pola-rs/polarspy-1.28.1Apr 27, 2025by github-actions[bot]

AI Summary

A maintenance release focusing on bug fixes for categorical re-encoding in Parquet and parquet predicate filtering, along with documentation updates for the new multiplexing feature.

Key Highlights

  • Fix categorical re-encoding in Parquet
  • Fix parquet predicate filter out-of-bounds error
  • Add multiplexing page to documentation

Full Release Notes

## 🐞 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 `pyo3` and `numpy` crates to version `0.24` (#22015)

## 🛠️ Other improvements

- Add test for `implode` + `over` (#22437)
- Fix CI by removing use\_legacy\_dataset (#22438)
- Only use pytorch index-url for `pytorch` package (#22355)

Thank you to all our contributors for making this release possible!
@bschoenmaeckers, @coastalwhite, @etiennebacher, @mcrumiller and @ritchie46