Releases: PyO3/rust-numpy
Releases · PyO3/rust-numpy
rust-numpy version 0.16.1
This release contains a bugfix to make this crate compatible again with PyO3's multiple-pymethods
feature.
rust-numpy version 0.16.0
This release matches PyO3 version 0.16.0, adds support for object arrays, i.e. PyArray<PyObject, D>
, contains a large overhaul of the dtype-related API, i.e. PyArrayDescr
, by @aldanor and deprecates the npyiter
module in favour of ndarray's iteration facilities. Smaller fixes and improvements are listed in the complete changelog.
rust-numpy version 0.15.1
Mainly consisting of security fixes by @adamreichold. Thanks!
rust-numpy version 0.15.0
rust-numpy version 0.14.1
rust-numpy version 0.14.0
- v0.14
- Bump PyO3 to 0.14
- Fix conversion bug
rust-numpy version 0.13.2
- Support ndarray 0.15
rust-numpy version 0.13.1
- Allow ndarray
>=0.13, < 0.15
to work with Rust 1.41.1. - Add inner, dot, and einsum
- Add PyArray0
rust-numpy version 0.13.0
- Bump num-complex to 0.3
- Bump ndarray to 0.14
- Bump pyo3 to 0.13
- Drop support for Python 3.5 (as it is now end-of-life).
- Remove unused
python3
feature
rust-numpy version 0.12.2
- Use more restricted versions for PyO3 and ndarray