Skip to content

[Infra] Update dependency numpy to ~=2.5.0#247

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/numpy-2.x
Open

[Infra] Update dependency numpy to ~=2.5.0#247
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/numpy-2.x

Conversation

@renovate

@renovate renovate Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
numpy (changelog) ~=2.2.6~=2.5.0 age confidence
numpy (changelog) ~=2.4.4~=2.5.0 age confidence

Release Notes

numpy/numpy (numpy)

v2.5.0

Compare Source

v2.4.6

Compare Source

v2.4.5: (May 15, 2026)

Compare Source

NumPy 2.4.5 Release Notes

NumPy 2.4.5 is a patch release that fixes bugs discovered after the 2.4.4
release, has some typing improvements, and maintains infrastructure.

This release supports Python versions 3.11-3.14

Contributors

A total of 17 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

  • Aleksei Nikiforov
  • Anarion Zuo +
  • Ankit Ahlawat
  • Breno Favaretto +
  • Charles Harris
  • Igor Krivenko +
  • Ijtihed Kilani +
  • Joren Hammudoglu
  • Maarten Baert +
  • Matti Picus
  • Nathan Goldbaum
  • Praneeth Kodumagulla +
  • Ralf Gommers
  • RoomWithOutRoof +
  • Sebastian Berg
  • Warren Weckesser
  • div +
Pull requests merged

A total of 28 pull requests were merged for this release.

  • #​31093: MAINT: Prepare 2.4.x for further development
  • #​31182: TYP: fix np.shape assignability issue for python lists (#​31171)
  • #​31197: ENH: Return rank 0 for empty matrices in matrix_rank (#​30422)
  • #​31198: CI/BUG: add native jobs for s390x, fix bug in pack_inner...
  • #​31199: BUG: f2py map complex_long_double to NPY_CLONGDOUBLE
  • #​31205: MAINT: f2py: Stop setting re._MAXCACHE to 50.
  • #​31206: BUG: fix heap buffer overflow in timedelta to string casts
  • #​31207: MAINT: Rename ppc64le and s390x workflow (#​31121)
  • #​31208: BUG: Fix matvec/vecmat in-place aliasing (out=input produces...
  • #​31209: TYP: tile: accept numpy scalars and arrays as second argument...
  • #​31211: DEP: Undo deprecation for np.dtype() signature used by old pickles...
  • #​31212: REV: Manual revert of float16 svml use (#​31178)
  • #​31222: TYP: ix_ fix for boolean and non-1d input (#​31218)
  • #​31329: BUG: incorrect temp elision for new-style (NEP 43) user-defined...
  • #​31330: TYP: fix sliding_window_view axis parameter typing
  • #​31335: BUG: Prevent deadlock due to downstream importing NumPy in dlopen...
  • #​31336: BUG: Fix segfault in nditer.multi_index when __getitem__ raises...
  • #​31338: TYP: Fix ruff lint error
  • #​31357: BUG: fix memory leak in np.zeros when fill-zero loop raises (#​31320)
  • #​31358: BUG: np.einsum() fails with a 0-dimensional out argument and...
  • #​31379: BUG: Fix signed overflow issue in npy_gcd for INT_MIN on s390x...
  • #​31383: CI: remove Cirrus CI FreeBSD job (#​31380)
  • #​31390: BUILD: newer MKL uses so.3
  • #​31391: BLD/MAINT: improve support for Intel LLVM compilers
  • #​31401: BUG: Avoid UB in safe[add,sub,mul] helpers (#​31396)
  • #​31402: BUG: exclude __pycache__ directories from wheels (#​31397)
  • #​31404: TYP: _NestedSequence type parameter default to work around...
  • #​31426: TYP: Fix DTypeLike runtime type-checker support (#​31425)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 these updates 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

renovate Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: uv.lock
Command failed: uv lock --upgrade-package numpy --upgrade-package numpy
Using CPython 3.12.3 interpreter at: /usr/bin/python3.12
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version == '3.11.*'):
  ╰─▶ Because only numpy{python_full_version >= '3.11'}<=2.5.0 is available
      and the requested Python version (>=3.10.12, !=3.11.0, !=3.11.1,
      !=3.11.2, !=3.11.3, <3.15) does not satisfy Python>=3.12, we can
      conclude that numpy{python_full_version >= '3.11'}>=2.5.0 cannot be
      used.
      And because your project depends on numpy{python_full_version >=
      '3.11'}>=2.5.0, we can conclude that your project's requirements are
      unsatisfiable.

hint: While the active Python version is 3.12, the resolution failed for other Python versions supported by your project. Consider limiting your project's supported Python versions using `requires-python`.

@renovate renovate Bot force-pushed the renovate/numpy-2.x branch from af4a0ce to ec1ce0f Compare May 19, 2026 03:43
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.5 [Infra] Update dependency numpy to ~=2.4.6 May 19, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch from ec1ce0f to 48662ea Compare May 21, 2026 23:50
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 [Infra] Update dependency numpy to ~=2.4.6 - autoclosed May 23, 2026
@renovate renovate Bot closed this May 23, 2026
@renovate renovate Bot deleted the renovate/numpy-2.x branch May 23, 2026 18:10
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 - autoclosed [Infra] Update dependency numpy to ~=2.4.6 May 23, 2026
@renovate renovate Bot reopened this May 23, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch 5 times, most recently from e5db9fe to f948a71 Compare May 26, 2026 09:00
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 [Infra] Update dependency numpy to ~=2.4.6 - autoclosed May 26, 2026
@renovate renovate Bot closed this May 26, 2026
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 - autoclosed [Infra] Update dependency numpy to ~=2.4.6 May 27, 2026
@renovate renovate Bot reopened this May 27, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch 2 times, most recently from f948a71 to 8280184 Compare May 27, 2026 00:16
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 [Infra] Update dependency numpy to ~=2.4.6 - autoclosed May 27, 2026
@renovate renovate Bot closed this May 27, 2026
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 - autoclosed [Infra] Update dependency numpy to ~=2.4.6 May 27, 2026
@renovate renovate Bot reopened this May 27, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch 5 times, most recently from 45a7724 to 2ba7565 Compare June 1, 2026 15:21
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 [Infra] Update dependency numpy to ~=2.4.6 - autoclosed Jun 9, 2026
@renovate renovate Bot closed this Jun 9, 2026
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 - autoclosed [Infra] Update dependency numpy to ~=2.4.6 Jun 9, 2026
@renovate renovate Bot reopened this Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch from 2ba7565 to b7a7e49 Compare June 9, 2026 13:43
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 [Infra] Update dependency numpy to ~=2.4.6 - autoclosed Jun 17, 2026
@renovate renovate Bot closed this Jun 17, 2026
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 - autoclosed [Infra] Update dependency numpy to ~=2.4.6 Jun 17, 2026
@renovate renovate Bot reopened this Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch 3 times, most recently from 428607b to a4cb8f1 Compare June 21, 2026 22:54
@renovate renovate Bot changed the title [Infra] Update dependency numpy to ~=2.4.6 [Infra] Update dependency numpy to ~=2.5.0 Jun 21, 2026
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch 2 times, most recently from 7cb5321 to f36429f Compare June 22, 2026 15:23
@renovate renovate Bot force-pushed the renovate/numpy-2.x branch from f36429f to 5c85874 Compare June 22, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants