Skip to content

Commit 406b24e

Browse files
kngwyuadamreichold
authored andcommitted
Remove the rayon feature and the whole features in Cargo.toml
1 parent 9548c5b commit 406b24e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Support object arrays ([#216](https://github.com/PyO3/rust-numpy/pull/216))
55
- Support borrowing arrays that are part of other Python objects via `PyArray::borrow_from_array` ([#230](https://github.com/PyO3/rust-numpy/pull/216))
66
- `PyArray::new` is now `unsafe`, as it produces uninitialized arrays ([#220](https://github.com/PyO3/rust-numpy/pull/220))
7+
- `rayon` feature is now removed, and directly specifying the feature via `ndarray` dependency is recommended ([#250](https://github.com/PyO3/rust-numpy/pull/250))
78

89
- v0.15.1
910
- Make arrays produced via `IntoPyArray`, i.e. those owning Rust data, writeable ([#235](https://github.com/PyO3/rust-numpy/pull/235))

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ pyo3 = { version = "0.15", default-features = false }
2525
[dev-dependencies]
2626
pyo3 = { version = "0.15", features = ["auto-initialize"] }
2727

28-
[features]
29-
default = []
30-
rayon = ["ndarray/rayon"]
31-
3228
[workspace]
3329
members = ["examples/*"]

0 commit comments

Comments
 (0)