Skip to content

Commit d43ecd7

Browse files
committed
ndarray-rand 0.7.0
1 parent 53d6407 commit d43ecd7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ndarray-rand/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-rand"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

ndarray-rand/README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ ndarray-rand
44
Recent Changes
55
--------------
66

7+
- 0.7.0
8+
9+
- Require ndarray 0.11
10+
- Require rand 0.4
11+
712
- 0.6.1
813

914
- Clean up implementation of ``Array::random`` by @v-shmyhlo

0 commit comments

Comments
 (0)