File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndarray-parallel"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [" bluss" ]
5
5
license = " MIT/Apache-2.0"
6
6
Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ How to use with cargo::
49
49
Recent Changes (ndarray-parallel)
50
50
---------------------------------
51
51
52
+ - 0.7.0
53
+
54
+ - Upgrade for ndarray 0.11.0
55
+
52
56
- 0.6.0
53
57
54
58
- Upgrade for rayon 0.9.0 by @cuviper
Original file line number Diff line number Diff line change 92
92
//! });
93
93
//! }
94
94
//! ```
95
- #![ doc( html_root_url = "http://docs.rs/ndarray-parallel/0.4 /" ) ]
95
+ #![ doc( html_root_url = "http://docs.rs/ndarray-parallel/0.7 /" ) ]
96
96
97
97
98
98
pub extern crate ndarray;
You can’t perform that action at this time.
0 commit comments