pola-rs / pyo3-polars

Plugins/extension for Polars
MIT License
232 stars 38 forks source link

Switch to newer PyO3 0.21 APIs (Bound<> and friends) #82

Closed itamarst closed 2 months ago

itamarst commented 2 months ago

Fixes #81

Some of the work was already done, this removes usage of some of the deprecated APIs.