Bump rand version 0.8.3 -> 0.9.0

Open
#397 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust
Domain
data

Research direction

Start by locating the dependency declarations for rand and related crates in the repository, then check how the requested version interacts with rand_chacha and the existing ndarray-linalg setup. Run the project's test suite after updating the declarations; done means the dependency resolves at rand 0.9.0 without breaking tests.

Written by the indexing model from the issue text.

Description

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.

Dominant language
Rust
Stars
452
Forks
95
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from rust-ndarray/ndarray-linalg

All issues in rust-ndarray/ndarray-linalg

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.