rust-ndarray / ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK binding
Other
368 stars 67 forks source link

Version conflict with ndarray 0.16.0 #380

Open Silzinc opened 1 month ago

Silzinc commented 1 month ago

Hello. As it seems, using ndarray 0.16.0 (latest now) breaks some implementations in ndarray-linalg, such as ndarray_linalg::solve::Inverse (see picture below using rust-analyzer diagnostic). I don't know if it was planned to solve it already but I put it here. Thank you in advance for solving this !

image

Dependencies :

[dependencies]
nalgebra = "0.33.0"
ndarray = "0.16.0"
ndarray-linalg = "0.16.0"
num-traits = "0.2.19"
rand = "0.8.5"
shigedangao commented 1 week ago

@termoshtt it seems that you are the owner of the crate. Would it be possible to take a bit of time to bump the crate ? :smile: