Skip to content

Commit 550d403

Browse files
committed
MAINT: Remove parallel subdirectory
This crate was deprecated after ndarray 0.13, replaced by rayon support directly in ndarray. See ./src/parallel for the new code.
1 parent 8d51c45 commit 550d403

File tree

15 files changed

+1
-1445
lines changed

15 files changed

+1
-1445
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docs = ["approx", "serde", "rayon"]
7171
debug = true
7272

7373
[workspace]
74-
members = ["parallel", "ndarray-rand", "serialization-tests", "blas-tests"]
74+
members = ["ndarray-rand", "serialization-tests", "blas-tests"]
7575
exclude = ["numeric-tests"]
7676

7777
[package.metadata.release]

parallel/Cargo.toml

Lines changed: 0 additions & 31 deletions
This file was deleted.

parallel/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

parallel/LICENSE-MIT

Lines changed: 0 additions & 27 deletions
This file was deleted.

parallel/README.rst

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)