File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Dependencies
28
28
29
29
`` ndarray-rand `` depends on `` rand `` 0.7.
30
30
31
- [ ` rand ` ] ( https://docs.rs/rand/0.7.0/rand/ ) and [ ` rand-distr ` ] ( https://docs.rs/rand_distr/0.2.1/rand_distr / ) are
31
+ [ ` rand ` ] ( https://docs.rs/rand/0.7.0/rand/ ) and [ ` rand-distr ` ] ( https://docs.rs/rand_distr/0.3 / ) are
32
32
re-exported as sub-modules, ` ndarray_rand::rand ` and ` ndarray_rand::rand_distr ` respectively.
33
33
Please rely on these submodules for guaranteed version compatibility.
34
34
@@ -41,15 +41,7 @@ necessary trait).
41
41
Recent changes
42
42
==============
43
43
44
- 0.10.0
45
- ------
46
-
47
- - Require ` rand ` 0.7
48
- - Require Rust 1.32 or later
49
- - Re-export ` rand ` as a submodule, ` ndarray_rand::rand `
50
- - Re-export ` rand-distr ` as a submodule, ` ndarray_rand::rand_distr `
51
-
52
- Check _ [ Changelogs] ( https://github.com/rust-ndarray/ndarray/ndarray-rand/RELEASES.md ) _ to see
44
+ Check _ [ RELEASES.md] ( https://github.com/rust-ndarray/ndarray/blob/master/ndarray-rand/RELEASES.md ) _ to see
53
45
the changes introduced in previous releases.
54
46
55
47
You can’t perform that action at this time.
0 commit comments