We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d6407 commit d43ecd7Copy full SHA for d43ecd7
ndarray-rand/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-rand"
3
-version = "0.6.1"
+version = "0.7.0"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
ndarray-rand/README.rst
@@ -4,6 +4,11 @@ ndarray-rand
Recent Changes
--------------
7
+- 0.7.0
8
+
9
+ - Require ndarray 0.11
10
+ - Require rand 0.4
11
12
- 0.6.1
13
14
- Clean up implementation of ``Array::random`` by @v-shmyhlo
0 commit comments