Skip to content

Commit 26d1bc0

Browse files
committed
ndarray-rand 0.12.0
1 parent fec35f7 commit 26d1bc0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ndarray-rand/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-rand"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2018"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"
@@ -15,7 +15,7 @@ keywords = ["multidimensional", "matrix", "rand", "ndarray"]
1515

1616
[dependencies]
1717
ndarray = { version = "0.14", path = ".." }
18-
rand_distr = "0.2.1"
18+
rand_distr = "0.3.0"
1919
quickcheck = { version = "0.9", default-features = false, optional = true }
2020

2121
[dependencies.rand]

ndarray-rand/RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Recent Changes
22
--------------
33

4+
- 0.12.0
5+
6+
- Require ndarray 0.14
7+
- Require rand 0.7 (unchanged from previous version)
8+
- Require rand_distr 0.3
9+
410
- 0.11.0
511

612
- Require ndarray 0.13

0 commit comments

Comments
 (0)