Skip to content

Releases: PyO3/rust-numpy

rust-numpy version 0.16.1

08 Mar 22:06
983514d
Compare
Choose a tag to compare

This release contains a bugfix to make this crate compatible again with PyO3's multiple-pymethods feature.

rust-numpy version 0.16.0

03 Mar 21:58
b9f01fa
Compare
Choose a tag to compare

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

09 Jan 04:17
ccd2c69
Compare
Choose a tag to compare

Mainly consisting of security fixes by @adamreichold. Thanks!

  • Make arrays produced via IntoPyArray, i.e. those owning Rust data, writeable (#235)
  • Fix thread-safety in internal API globals (#222)

rust-numpy version 0.15.0

06 Nov 12:09
29f2737
Compare
Choose a tag to compare

Also, this version includes some documentation fixes: #206, #210, and #214. Thanks!

rust-numpy version 0.14.1

15 Jul 01:10
5dbad31
Compare
Choose a tag to compare

rust-numpy version 0.14.0

12 Jul 13:22
ba6da60
Compare
Choose a tag to compare

rust-numpy version 0.13.2

12 Jun 07:12
Compare
Choose a tag to compare
  • Support ndarray 0.15

rust-numpy version 0.13.1

17 Mar 03:43
Compare
Choose a tag to compare
  • 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

25 Dec 05:00
112d2f3
Compare
Choose a tag to compare
  • 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

23 Dec 05:23
Compare
Choose a tag to compare
  • Use more restricted versions for PyO3 and ndarray