ndarray-linalg
ndarray-linalg copied to clipboard
Bump rand version 0.8.3 -> 0.9.0
Currently, I'm working on a vector database project, building specialized hash index for featured data. To generate a locality sensitive hash, I have to import ndarray-linalg as a dependency. However, I'm using rand_chacha in a large portion of code already, so the rand crate version has to be 0.9.0.
Blocked by https://github.com/rust-num/num-complex/pull/144 and https://github.com/rust-math/cauchy/pull/12