File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " ndarray"
4
- version = " 0.15.6 "
4
+ version = " 0.16.0 "
5
5
edition = " 2018"
6
6
rust-version = " 1.64"
7
7
authors = [
@@ -91,7 +91,7 @@ default-members = [
91
91
]
92
92
93
93
[workspace .dependencies ]
94
- ndarray = { version = " 0.15 " , path = " ." }
94
+ ndarray = { version = " 0.16 " , path = " ." }
95
95
ndarray-rand = { path = " ndarray-rand" }
96
96
97
97
num-integer = { version = " 0.1.39" , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndarray-rand"
3
- version = " 0.14 .0"
3
+ version = " 0.15 .0"
4
4
edition = " 2018"
5
5
authors = [" bluss" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
Recent Changes
2
2
--------------
3
3
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
+
4
9
- 0.14.0
5
10
6
11
- Require ndarray 0.15
You can’t perform that action at this time.
0 commit comments