sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.79k stars 58 forks source link

Bump Polars Version to 0.34 #83

Closed abstractqqq closed 9 months ago

abstractqqq commented 10 months ago

Is your feature request related to a problem? Please describe. Faer right now doesn't work with Polars 0.34. We should update it and make sure nothing breaks and the tests still pass.

Describe the solution you'd like

polars = { version = "0.34", optional = true, features = ["lazy"] }

and see if existing functions still work.

Describe alternatives you've considered NA

Additional context NA

Thanks in advance

sarah-ek commented 9 months ago

updated to 0.34 in the latest release (0.15.0)