Skip to content

Commit

Permalink
ndarray-rand 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Dec 21, 2020
1 parent 2dfa40f commit 72eb592
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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/"
Expand Down
4 changes: 2 additions & 2 deletions ndarray-rand/README.md
Expand Up @@ -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.

Expand Down
7 changes: 7 additions & 0 deletions 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
Expand Down

0 comments on commit 72eb592

Please sign in to comment.