Skip to content

Commit bda4c0d

Browse files
committed
ndarray-parallel 0.7.0
1 parent d43ecd7 commit bda4c0d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

parallel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-parallel"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

parallel/README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ How to use with cargo::
4949
Recent Changes (ndarray-parallel)
5050
---------------------------------
5151

52+
- 0.7.0
53+
54+
- Upgrade for ndarray 0.11.0
55+
5256
- 0.6.0
5357

5458
- Upgrade for rayon 0.9.0 by @cuviper

parallel/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
//! });
9393
//! }
9494
//! ```
95-
#![doc(html_root_url = "http://docs.rs/ndarray-parallel/0.4/")]
95+
#![doc(html_root_url = "http://docs.rs/ndarray-parallel/0.7/")]
9696

9797

9898
pub extern crate ndarray;

0 commit comments

Comments
 (0)