fix(deps): update rust crate numpy to 0.29 - #148
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
October 20, 2024 22:42
da10932 to
826c1cb
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
October 27, 2024 18:36
826c1cb to
5be23df
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
November 10, 2024 18:59
1273d9b to
486ae4f
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
November 24, 2024 18:32
f629f96 to
2541504
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
December 1, 2024 18:55
25b0f73 to
87c7ede
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
December 15, 2024 18:51
a2553b0 to
1334d6e
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
December 22, 2024 20:19
35d455c to
56739ff
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
December 29, 2024 19:40
56739ff to
414e8c6
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
January 5, 2025 19:56
414e8c6 to
3c4ca22
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
January 19, 2025 20:27
41fb1a1 to
208b05d
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
January 26, 2025 21:02
208b05d to
c773b4b
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
2 times, most recently
from
February 23, 2025 17:09
76b8aa1 to
4e41d06
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
March 14, 2025 02:38
4e41d06 to
ea0c744
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
May 18, 2025 15:24
ea0c744 to
b69c5e7
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
August 31, 2025 11:06
b69c5e7 to
9b502c2
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
October 23, 2025 17:36
9b502c2 to
6c2fc78
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
February 8, 2026 13:31
6c2fc78 to
ed1b375
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
April 25, 2026 08:48
ed1b375 to
14ae38b
Compare
renovate
Bot
force-pushed
the
renovate/numpy-0.x
branch
from
June 13, 2026 13:56
14ae38b to
2d0889e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.21→0.29Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
PyO3/rust-numpy (numpy)
v0.29.0Compare Source
What's Changed
New Contributors
Full Changelog: PyO3/rust-numpy@v0.28.0...v0.29.0
v0.28.0Compare Source
What's Changed
extension-modulefeature from docs and examples by @Icxolu in #519readonlyandreadwriteby @jakelishman in #524as_sliceby @jakelishman in #525numpyto 0.28.0 by @Icxolu in #531New Contributors
Full Changelog: PyO3/rust-numpy@v0.27.1...v0.28.0
v0.27.1Compare Source
What's Changed
New Contributors
Full Changelog: PyO3/rust-numpy@v0.27.0...v0.27.1
v0.27.0Compare Source
What's Changed
New Contributors
Full Changelog: PyO3/rust-numpy@v0.26.0...v0.27.0
v0.26.0: rust-numpy version 0.26.0Compare Source
Bumps to PyO3 0.26 and MSRV 1.74.
Thanks to @Icxolu for the update!
v0.25.0: rust-numpy version 0.25.0Compare Source
This release bumps the PyO3 dependency to 0.25.0.
Thank you to @bschoenmaeckers and @mejrs for the update!
v0.24.0: rust-numpy version 0.24.0Compare Source
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!
v0.23.0: rust-numpy version 0.23.0Compare Source
This release bumps PyO3 to 0.23.0. As part of this change many trait bounds have changed to require the new
IntoPyObjecttrait, and types implementing theElementtrait are now required to beSync.Additionally, the
rustc-hashdependency has been bumped to 2 and thenalgebraoptional dependency has had the accepted range widened to allow version 0.33.Thank you to @Icxolu, @kli6891 and @jonaspleyer for the improvements.
v0.22.1: rust-numpy version 0.22.1Compare Source
This release fixes support for 32-bit Windows, and adds
PyReadWriteArray::make_nonwriteable.Thanks to @jakelishman for the improvements!
v0.22.0: rust-numpy version 0.22.0Compare Source
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
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.