We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d14222 commit 0e77047Copy full SHA for 0e77047
parallel/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-parallel"
3
-version = "0.8.0"
+version = "0.9.0"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
parallel/README.rst
@@ -49,7 +49,7 @@ How to use with cargo::
49
Recent Changes (ndarray-parallel)
50
---------------------------------
51
52
-- 0.9.0 (not yet released)
+- 0.9.0
53
54
- Upgrade for ndarray 0.12.0
55
parallel/src/lib.rs
@@ -92,7 +92,7 @@
92
//! });
93
//! }
94
//! ```
95
-#![doc(html_root_url = "http://docs.rs/ndarray-parallel/0.7/")]
+#![doc(html_root_url = "http://docs.rs/ndarray-parallel/0.9/")]
96
97
98
pub extern crate ndarray;
0 commit comments