Support for rand 0.10

Open
#1,590 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
55/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust
Domain
build-system

Research direction

Locate the dependency declarations and usages of rand, rand_distr, and small_rng in the repository. Check the existing test suite while updating compatibility for rand 0.10.1 and rand_distr 0.6; done means the project builds and its tests pass without relying on the removed feature.

Written by the indexing model from the issue text.

Description

Hi! Would it be possible to add support for rand version 0.10? Currently, the latest version seems to be 0.10.1. Investigating this a bit, it seems that at least rand_distr would need to be updated to 0.6 as well. Also, the feature small_rng seems to have been removed.

There's also a PR for ndarray-stats for bumping rand version in that crate.

Dominant language
Rust
Stars
4.3k
Forks
391
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

All issues in rust-ndarray/ndarray

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.