Skip to content

Releases: PyO3/rust-numpy

v0.29.0

Choose a tag to compare

@Icxolu Icxolu released this 13 Jun 09:22
4ef0102

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.29.0

v0.28.0

Choose a tag to compare

@Icxolu Icxolu released this 08 Feb 12:45
7a5844b

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.28.0

v0.27.1

Choose a tag to compare

@Icxolu Icxolu released this 02 Dec 18:37

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0

Choose a tag to compare

@Icxolu Icxolu released this 23 Oct 16:02

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

rust-numpy version 0.26.0

Choose a tag to compare

@davidhewitt davidhewitt released this 30 Aug 09:18
c1727fb

Bumps to PyO3 0.26 and MSRV 1.74.

Thanks to @Icxolu for the update!

rust-numpy version 0.25.0

Choose a tag to compare

@davidhewitt davidhewitt released this 18 May 13:56
66c7935

This release bumps the PyO3 dependency to 0.25.0.

Thank you to @bschoenmaeckers and @mejrs for the update!

rust-numpy version 0.24.0

Choose a tag to compare

@davidhewitt davidhewitt released this 13 Mar 21:52
de578c9

This release bumps the PyO3 dependency to 0.24.0.

It also adds support for the free-threaded build of Python 3.13+.

Thank you to @bschoenmaeckers, @tuxu, @davidhewitt, @Icxolu and @ngoldbaum for the improvements!

rust-numpy version 0.23.0

Choose a tag to compare

@davidhewitt davidhewitt released this 28 Nov 21:50
71ceb4c

This release bumps PyO3 to 0.23.0. As part of this change many trait bounds have changed to require the new IntoPyObject trait, and types implementing the Element trait are now required to be Sync.

Additionally, the rustc-hash dependency has been bumped to 2 and the nalgebra optional dependency has had the accepted range widened to allow version 0.33.

Thank you to @Icxolu, @kli6891 and @jonaspleyer for the improvements.

rust-numpy version 0.22.1

Choose a tag to compare

@davidhewitt davidhewitt released this 30 Oct 06:45

This release fixes support for 32-bit Windows, and adds PyReadWriteArray::make_nonwriteable.

Thanks to @jakelishman for the improvements!

rust-numpy version 0.22.0

Choose a tag to compare

@davidhewitt davidhewitt released this 11 Oct 14:41

This long-overdue release bumps PyO3 version to 0.22.0, bringing Python 3.13 support. Also included is support for numpy 2.0 as well as ndarray 0.16.

Thank you to the long list of contributors who made this happen, including:

@adamreichold
@aMarcireau
@bschoenmaeckers
@davidhewitt
@euanwm
@itamarst
@JRRudy1
@maffoo
@magnusuMET