We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d89cb5 commit 0f9ada5Copy full SHA for 0f9ada5
ndarray-rand/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-rand"
3
-version = "0.10.0"
+version = "0.11.0"
4
edition = "2018"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
ndarray-rand/RELEASES.md
@@ -1,6 +1,11 @@
Recent Changes
--------------
+- 0.11.0
+
+ - Require ndarray 0.13
7
+ - Require rand 0.7 (unchanged from previous version)
8
9
- 0.10.0
10
11
- Require `rand` 0.7
0 commit comments