File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ndarray-slice"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44rust-version = " 1.65.0"
55edition = " 2021"
66authors = [
" Rouven Spreckels <[email protected] >" ]
@@ -36,8 +36,8 @@ all-features = true
3636rustdoc-args = [" --cfg" , " docsrs" ]
3737
3838[dependencies ]
39- ndarray = { version = " 0.15.6 " , default-features = false }
40- stacker = { version = " 0.1.15 " , optional = true }
39+ ndarray = { version = " 0.16.1 " , default-features = false }
40+ stacker = { version = " 0.1.17 " , optional = true }
4141rayon = { version = " 1.10.0" , optional = true }
4242
4343[dev-dependencies ]
Original file line number Diff line number Diff line change 1+ # Version 0.4.0 (2024-09-14)
2+
3+ * Bump dependencies.
4+
15# Version 0.3.1 (2024-06-13)
26
37 * Spill recursion stack over to heap if necessary.
You can’t perform that action at this time.
0 commit comments