File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndarray-rand"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
edition = " 2018"
5
5
authors = [" bluss" ]
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
8
8
repository = " https://github.com/rust-ndarray/ndarray"
9
9
documentation = " https://docs.rs/ndarray-rand/"
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ fn main() {
26
26
Dependencies
27
27
============
28
28
29
- `` ndarray-rand `` depends on `` rand `` 0.7 .
29
+ `` ndarray-rand `` depends on `` rand `` .
30
30
31
- [ ` rand ` ] ( https://docs.rs/rand/0.7.0/rand/ ) and [ ` rand-distr ` ] ( https://docs.rs/rand_distr/0.3 / ) are
31
+ [ ` rand ` ] ( https://docs.rs/rand/ ) and [ ` rand-distr ` ] ( https://docs.rs/rand_distr/ ) 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
Original file line number Diff line number Diff line change 1
1
Recent Changes
2
2
--------------
3
3
4
+ - 0.13.0
5
+
6
+ - Require ndarray 0.14 (unchanged from previous version)
7
+ - Require rand 0.8
8
+ - Require rand_distr 0.4
9
+ - Fix methods ` sample_axis ` and ` sample_axis_using ` so that they can be used on array views too.
10
+
4
11
- 0.12.0
5
12
6
13
- Require ndarray 0.14
You can’t perform that action at this time.
0 commit comments