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

Commits on Dec 21, 2020

  1. rand: Update ndarray-rand to rand 0.8

    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
    bluss committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    37e4070 View commit details
    Browse the repository at this point in the history
  2. FEAT: Let RandomExt methods apply to array views if possible (sample)

    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 committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2dfa40f View commit details
    Browse the repository at this point in the history
  3. ndarray-rand 0.13.0

    bluss committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    72eb592 View commit details
    Browse the repository at this point in the history