Skip to content

Commit 7e12778

Browse files
committed
Remove the rayon feature and the whole features in Cargo.toml
1 parent e0607b7 commit 7e12778

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
@@ -6,6 +6,7 @@
66
- `PyArray::new` is now `unsafe`, as it produces uninitialized arrays ([#220](https://github.com/PyO3/rust-numpy/pull/220))
77
- Fix thread-safety in internal API globals ([#222](https://github.com/PyO3/rust-numpy/pull/222))
88
- Make arrays produced via `IntoPyArray`, i.e. those owning Rust data, writeable ([#235](https://github.com/PyO3/rust-numpy/pull/235))
9+
- `ndarray/rayon` feature is now removed, and directly specifying the feature via `ndarray` dependency is recommended ([#250](https://github.com/PyO3/rust-numpy/pull/250))
910

1011
- v0.15.0
1112
- [Remove resolver from Cargo.toml](https://github.com/PyO3/rust-numpy/pull/202)

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)