From 72eb592895c0b9688ef7d6af32dd3677bed15900 Mon Sep 17 00:00:00 2001 From: bluss Date: Mon, 21 Dec 2020 19:51:10 +0100 Subject: [PATCH] ndarray-rand 0.13.0 --- ndarray-rand/Cargo.toml | 4 ++-- ndarray-rand/README.md | 4 ++-- ndarray-rand/RELEASES.md | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ndarray-rand/Cargo.toml b/ndarray-rand/Cargo.toml index ee6fdaaec..a02b346aa 100644 --- a/ndarray-rand/Cargo.toml +++ b/ndarray-rand/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "ndarray-rand" -version = "0.12.0" +version = "0.13.0" edition = "2018" authors = ["bluss"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/rust-ndarray/ndarray" documentation = "https://docs.rs/ndarray-rand/" diff --git a/ndarray-rand/README.md b/ndarray-rand/README.md index 3e32d318c..0109e9732 100644 --- a/ndarray-rand/README.md +++ b/ndarray-rand/README.md @@ -26,9 +26,9 @@ fn main() { Dependencies ============ -``ndarray-rand`` depends on ``rand`` 0.7. +``ndarray-rand`` depends on ``rand``. -[`rand`](https://docs.rs/rand/0.7.0/rand/) and [`rand-distr`](https://docs.rs/rand_distr/0.3/) are +[`rand`](https://docs.rs/rand/) and [`rand-distr`](https://docs.rs/rand_distr/) are re-exported as sub-modules, `ndarray_rand::rand` and `ndarray_rand::rand_distr` respectively. Please rely on these submodules for guaranteed version compatibility. diff --git a/ndarray-rand/RELEASES.md b/ndarray-rand/RELEASES.md index ad0730608..0142831af 100644 --- a/ndarray-rand/RELEASES.md +++ b/ndarray-rand/RELEASES.md @@ -1,6 +1,13 @@ Recent Changes -------------- +- 0.13.0 + +- Require ndarray 0.14 (unchanged from previous version) +- Require rand 0.8 +- Require rand_distr 0.4 +- Fix methods `sample_axis` and `sample_axis_using` so that they can be used on array views too. + - 0.12.0 - Require ndarray 0.14