Skip to content

Commit 2a0733d

Browse files
committed
Do not recommend old crate versions as they have known issues.
1 parent 0efa2cd commit 2a0733d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,6 @@ Rust bindings for the NumPy C-API.
2323
- [numpy](https://numpy.org/) installed in your Python environments (e.g., via `pip install numpy`)
2424
- We recommend `numpy >= 1.16.0`, though older versions may work
2525

26-
**Note:**
27-
Starting from 0.3, rust-numpy migrated from rust-cpython to PyO3.
28-
If you want to use rust-cpython, use version 0.2.1 from crates.io.
29-
30-
31-
## Python 2 support
32-
Version 0.5.0 is the last version that supports Python 2.
33-
34-
If you want to compile this library with Python 2, please use 0.5.0 from crates.io.
35-
36-
In addition, you have to add a feature flag in `Cargo.toml` like
37-
``` toml
38-
[dependencies.numpy]
39-
version = "0.5.0"
40-
features = ["python2"]
41-
```
42-
43-
You can also automatically specify the Python version in `setup.py`,
44-
using [setuptools-rust](https://github.com/PyO3/setuptools-rust).
45-
4626

4727
## Dependency on ndarray
4828

0 commit comments

Comments
 (0)