Skip to content

fix(deps): update rust crate numpy to 0.28#148

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/numpy-0.x
Open

fix(deps): update rust crate numpy to 0.28#148
renovate[bot] wants to merge 1 commit intomainfrom
renovate/numpy-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Type Update Change
numpy dependencies minor 0.210.28

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

PyO3/rust-numpy (numpy)

v0.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: PyO3/rust-numpy@v0.27.1...v0.28.0

v0.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: PyO3/rust-numpy@v0.27.0...v0.27.1

v0.27.0

Compare 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.0

Compare Source

Bumps to PyO3 0.26 and MSRV 1.74.

Thanks to @​Icxolu for the update!

v0.25.0: rust-numpy version 0.25.0

Compare 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.0

Compare 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.0

Compare Source

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.

v0.22.1: rust-numpy version 0.22.1

Compare 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.0

Compare 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: Branch creation - "after 07:00 before 20:00 every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `pyo3-ffi`.
    ... required by package `pyo3 v0.21.0`
    ... which satisfies dependency `pyo3 = "^0.21"` of package `mjai v0.2.1 (/tmp/renovate/repos/github/smly/mjai.app)`
versions that meet the requirements `=0.21.0` are: 0.21.0

package `pyo3-ffi` links to the native library `python`, but it conflicts with a previous package which links to `python` as well:
package `pyo3-ffi v0.28.2`
    ... which satisfies dependency `pyo3-ffi = "=0.28.2"` of package `pyo3 v0.28.2`
    ... which satisfies dependency `pyo3 = "^0.28.0"` of package `numpy v0.28.0`
    ... which satisfies dependency `numpy = "^0.28"` of package `mjai v0.2.1 (/tmp/renovate/repos/github/smly/mjai.app)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "python"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `pyo3-ffi` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from da10932 to 826c1cb Compare October 20, 2024 22:42
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 826c1cb to 5be23df Compare October 27, 2024 18:36
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from 1273d9b to 486ae4f Compare November 10, 2024 18:59
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from f629f96 to 2541504 Compare November 24, 2024 18:32
@renovate renovate bot changed the title fix(deps): update rust crate numpy to 0.22 fix(deps): update rust crate numpy to 0.23 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from 25b0f73 to 87c7ede Compare December 1, 2024 18:55
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from a2553b0 to 1334d6e Compare December 15, 2024 18:51
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from 35d455c to 56739ff Compare December 22, 2024 20:19
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 56739ff to 414e8c6 Compare December 29, 2024 19:40
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 414e8c6 to 3c4ca22 Compare January 5, 2025 19:56
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from 41fb1a1 to 208b05d Compare January 19, 2025 20:27
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 208b05d to c773b4b Compare January 26, 2025 21:02
@renovate renovate bot force-pushed the renovate/numpy-0.x branch 2 times, most recently from 76b8aa1 to 4e41d06 Compare February 23, 2025 17:09
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 4e41d06 to ea0c744 Compare March 14, 2025 02:38
@renovate renovate bot changed the title fix(deps): update rust crate numpy to 0.23 fix(deps): update rust crate numpy to 0.24 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from ea0c744 to b69c5e7 Compare May 18, 2025 15:24
@renovate renovate bot changed the title fix(deps): update rust crate numpy to 0.24 fix(deps): update rust crate numpy to 0.25 May 18, 2025
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from b69c5e7 to 9b502c2 Compare August 31, 2025 11:06
@renovate renovate bot changed the title fix(deps): update rust crate numpy to 0.25 fix(deps): update rust crate numpy to 0.26 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 9b502c2 to 6c2fc78 Compare October 23, 2025 17:36
@renovate renovate bot changed the title fix(deps): update rust crate numpy to 0.26 fix(deps): update rust crate numpy to 0.27 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/numpy-0.x branch from 6c2fc78 to ed1b375 Compare February 8, 2026 13:31
@renovate renovate bot changed the title fix(deps): update rust crate numpy to 0.27 fix(deps): update rust crate numpy to 0.28 Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants