ndarray-linalg icon indicating copy to clipboard operation
ndarray-linalg copied to clipboard

Bump rand version 0.8.3 -> 0.9.0

Open Y-jiji opened this issue 9 months ago • 1 comments

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.

Y-jiji avatar Apr 22 '25 00:04 Y-jiji

Blocked by https://github.com/rust-num/num-complex/pull/144 and https://github.com/rust-math/cauchy/pull/12

Dirreke avatar Jun 06 '25 14:06 Dirreke