Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ndarray-rand to rand 0.8 #867

Merged
merged 3 commits into from Dec 21, 2020
Merged

Update ndarray-rand to rand 0.8 #867

merged 3 commits into from Dec 21, 2020

Conversation

bluss
Copy link
Member

@bluss bluss commented Dec 21, 2020

  • Update rand/rand_distr
  • Also fix unintentional restrictions on the sample methods (now they can be used with views)

Also edit docs and links in docs. Remove some instances of versioned
links (we can't have too many places where we need to update the version
for each new version of rand).

Update ndarray-rand quickcheck after rand update

(quickcheck is still on rand 0.7, but the rest of the crate uses rand 0.8)

Update numeric-tests to rand 0.8
The RandomExt methods for sampling were unintentionally restricted to
owned arrays only (like the original random constructors). Now the
methods which can also apply to array views.
@bluss bluss merged commit d237595 into master Dec 21, 2020
@bluss bluss deleted the update-rand branch December 21, 2020 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant