Skip to content

Commit b592995

Browse files
committed
Bump to ndarray 0.16 and ndarray-rand 0.15
1 parent 825e80b commit b592995

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.15.6"
4+
version = "0.16.0"
55
edition = "2018"
66
rust-version = "1.64"
77
authors = [
@@ -91,7 +91,7 @@ default-members = [
9191
]
9292

9393
[workspace.dependencies]
94-
ndarray = { version = "0.15", path = "." }
94+
ndarray = { version = "0.16", path = "." }
9595
ndarray-rand = { path = "ndarray-rand" }
9696

9797
num-integer = { version = "0.1.39", default-features = false }

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.14.0"
3+
version = "0.15.0"
44
edition = "2018"
55
authors = ["bluss"]
66
license = "MIT OR Apache-2.0"

ndarray-rand/RELEASES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Recent Changes
22
--------------
33

4+
- 0.15.0
5+
6+
- Require ndarray 0.16
7+
- Remove deprecated F32 by [@bluss](https://github.com/bluss) [#1409](https://github.com/rust-ndarray/ndarray/pull/1409)
8+
49
- 0.14.0
510

611
- Require ndarray 0.15

0 commit comments

Comments
 (0)