argmin-rs / argmin

Numerical optimization in pure Rust
http://argmin-rs.org
Apache License 2.0
992 stars 78 forks source link

Builds with ndarray backend <0.15 and using ndarray-linalg fail #509

Closed stefan-k closed 1 month ago

stefan-k commented 1 month ago

Due to this, all builds using the ndarray backend <0.15 and using the ndarray-linalg feature fail, and it seems they will continue to fail forever. Therefore support for older ndarray backends (at least when using the *-linalg feature) should be and will be removed.

stefan-k commented 1 month ago

Fixed in #504