statrs-dev / statrs

Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
546 stars 78 forks source link

nalgebra v0.27 (dependency of statrs) is going to get rejected by a future version of rust #188

Closed robinpaul85 closed 2 months ago

robinpaul85 commented 1 year ago

One of the dependencies of statrs, nalgebra v0.27.1 is going to be rejected by a future version of rust. Can you please use a more recent version of nalgebra?

With cargo version 1.68.0, I am getting the following message:

warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.27.1

y9c commented 1 year ago

https://github.com/statrs-dev/statrs/pull/187

This RP might fix it

YeungOnion commented 2 months ago

187 was merged, closing