Skip to content

Commit 72eb592

Browse files
committed
ndarray-rand 0.13.0
1 parent 2dfa40f commit 72eb592

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

ndarray-rand/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "ndarray-rand"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2018"
55
authors = ["bluss"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77

88
repository = "https://github.com/rust-ndarray/ndarray"
99
documentation = "https://docs.rs/ndarray-rand/"

ndarray-rand/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ fn main() {
2626
Dependencies
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
3232
re-exported as sub-modules, `ndarray_rand::rand` and `ndarray_rand::rand_distr` respectively.
3333
Please rely on these submodules for guaranteed version compatibility.
3434

ndarray-rand/RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Recent 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

0 commit comments

Comments
 (0)