We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43ecd7 commit bda4c0dCopy full SHA for bda4c0d
parallel/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-parallel"
3
-version = "0.6.0"
+version = "0.7.0"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
parallel/README.rst
@@ -49,6 +49,10 @@ How to use with cargo::
49
Recent Changes (ndarray-parallel)
50
---------------------------------
51
52
+- 0.7.0
53
+
54
+ - Upgrade for ndarray 0.11.0
55
56
- 0.6.0
57
58
- Upgrade for rayon 0.9.0 by @cuviper
parallel/src/lib.rs
@@ -92,7 +92,7 @@
92
//! });
93
//! }
94
//! ```
95
-#![doc(html_root_url = "http://docs.rs/ndarray-parallel/0.4/")]
+#![doc(html_root_url = "http://docs.rs/ndarray-parallel/0.7/")]
96
97
98
pub extern crate ndarray;
0 commit comments