rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.63k stars 307 forks source link

Increase MSRV to Rust 1.64 and bump some internal dependencies #1404

Closed bluss closed 4 months ago

bluss commented 4 months ago

To Prepare for 0.16. Using Rust 1.64 as MSRV is still quite careful I think.

PyO3 is 1.63, which inspires us to push towards old versions. But we need the workspace = true feature for sane organization, which is Rust 1.64.