File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ndarray-rand"
3- version = " 0.12 .0"
3+ version = " 0.13 .0"
44edition = " 2018"
55authors = [" bluss" ]
6- license = " MIT/ Apache-2.0"
6+ license = " MIT OR Apache-2.0"
77
88repository = " https://github.com/rust-ndarray/ndarray"
99documentation = " https://docs.rs/ndarray-rand/"
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ fn main() {
2626Dependencies
2727============
2828
29- `` ndarray-rand `` depends on `` rand `` 0.7 .
29+ `` ndarray-rand `` depends on `` rand `` .
3030
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
3232re-exported as sub-modules, ` ndarray_rand::rand ` and ` ndarray_rand::rand_distr ` respectively.
3333Please rely on these submodules for guaranteed version compatibility.
3434
Original file line number Diff line number Diff line change 11Recent Changes
22--------------
33
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+
411- 0.12.0
512
613 - Require ndarray 0.14
You can’t perform that action at this time.
0 commit comments