File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " ndarray"
4- version = " 0.15.6 "
4+ version = " 0.16.0 "
55edition = " 2018"
66rust-version = " 1.64"
77authors = [
@@ -91,7 +91,7 @@ default-members = [
9191]
9292
9393[workspace .dependencies ]
94- ndarray = { version = " 0.15 " , path = " ." }
94+ ndarray = { version = " 0.16 " , path = " ." }
9595ndarray-rand = { path = " ndarray-rand" }
9696
9797num-integer = { version = " 0.1.39" , default-features = false }
Original file line number Diff line number Diff line change 11[package ]
22name = " ndarray-rand"
3- version = " 0.14 .0"
3+ version = " 0.15 .0"
44edition = " 2018"
55authors = [" bluss" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11Recent 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
You can’t perform that action at this time.
0 commit comments