-
-
Notifications
You must be signed in to change notification settings - Fork 489
Closed
Description
Motivation
rand_distr depends on rand, but nothing else here depends on rand_distr. Although rand_distr must reflect changes in rand::distributions (or rand::distr - #1381), it is a mistake to co-version these code-bases: a few breaking changes to rand are the only thing preventing us from making a new release of rand_distr (overdue).
There is some motivation for co-versioning the other crates in this repository: rand_core, rand_chacha, rand_pcg and rand all have inter-dependencies. The same is not true for rand_distr.
Further, it is usually very clear whether an issue relates to rand_distr or other parts of rand.
Plan
There are two obvious approaches:
- Copy
rand_distrcode to a new repo. Adjust theranddependency to the last released version, reverting a few breaking changes (Uniform::newreturning aResult, ...?). Plan the next release. - Wait until the next stable
randrelease (slightly less work).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels