lucas/ci-images
Archived
1
Fork 0

chore(deps): update dependency numpy to v2.3.5 #330

Open
renovate-bot wants to merge 1 commit from renovate/numpy-2.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
numpy (changelog) ==2.3.4 -> ==2.3.5 age confidence

Release Notes

numpy/numpy (numpy)

v2.3.5: 2.3.5 (Nov 16, 2025)

Compare Source

NumPy 2.3.5 Release Notes

The NumPy 2.3.5 release is a patch release split between a number of maintenance
updates and bug fixes. This release supports Python versions 3.11-3.14.

Contributors

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

  • Aaron Kollasch +
  • Charles Harris
  • Joren Hammudoglu
  • Matti Picus
  • Nathan Goldbaum
  • Rafael Laboissière +
  • Sayed Awad
  • Sebastian Berg
  • Warren Weckesser
  • Yasir Ashfaq +

Pull requests merged

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

  • #​29979: MAINT: Prepare 2.3.x for further development
  • #​30026: SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor...
  • #​30029: MAINT: Backport write_release.py
  • #​30041: TYP: Various typing updates
  • #​30059: BUG: Fix np.strings.slice if stop=None or start and stop >= len...
  • #​30063: BUG: Fix np.strings.slice if start > stop
  • #​30076: BUG: avoid negating INT_MIN in PyArray_Round implementation (#​30071)
  • #​30090: BUG: Fix resize when it contains references (#​29970)
  • #​30129: BLD: update scipy-openblas, use -Dpkg_config_path (#​30049)
  • #​30130: BUG: Avoid compilation error of wrapper file generated with SWIG...
  • #​30157: BLD: use scipy-openblas 0.3.30.7 (#​30132)
  • #​30158: DOC: Remove nonexistent order parameter docs of ma.asanyarray...
  • #​30185: BUG: Fix check of PyMem_Calloc return value. (#​30176)
  • #​30217: DOC: fix links for newly rebuilt numpy-tutorials site
  • #​30218: BUG: Fix build on s390x with clang (#​30214)
  • #​30237: ENH: Make FPE blas check a runtime check for all apple arm systems

Configuration

📅 Schedule: 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 becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [numpy](https://github.com/numpy/numpy) ([changelog](https://numpy.org/doc/stable/release)) | `==2.3.4` -> `==2.3.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/numpy/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/numpy/2.3.4/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>numpy/numpy (numpy)</summary> ### [`v2.3.5`](https://github.com/numpy/numpy/releases/tag/v2.3.5): 2.3.5 (Nov 16, 2025) [Compare Source](https://github.com/numpy/numpy/compare/v2.3.4...v2.3.5) ### NumPy 2.3.5 Release Notes The NumPy 2.3.5 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. #### Contributors A total of 10 people contributed to this release. People with a "+" by their names contributed a patch for the first time. - Aaron Kollasch + - Charles Harris - Joren Hammudoglu - Matti Picus - Nathan Goldbaum - Rafael Laboissière + - Sayed Awad - Sebastian Berg - Warren Weckesser - Yasir Ashfaq + #### Pull requests merged A total of 16 pull requests were merged for this release. - [#&#8203;29979](https://github.com/numpy/numpy/pull/29979): MAINT: Prepare 2.3.x for further development - [#&#8203;30026](https://github.com/numpy/numpy/pull/30026): SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor... - [#&#8203;30029](https://github.com/numpy/numpy/pull/30029): MAINT: Backport write\_release.py - [#&#8203;30041](https://github.com/numpy/numpy/pull/30041): TYP: Various typing updates - [#&#8203;30059](https://github.com/numpy/numpy/pull/30059): BUG: Fix np.strings.slice if stop=None or start and stop >= len... - [#&#8203;30063](https://github.com/numpy/numpy/pull/30063): BUG: Fix np.strings.slice if start > stop - [#&#8203;30076](https://github.com/numpy/numpy/pull/30076): BUG: avoid negating INT\_MIN in PyArray\_Round implementation ([#&#8203;30071](https://github.com/numpy/numpy/issues/30071)) - [#&#8203;30090](https://github.com/numpy/numpy/pull/30090): BUG: Fix resize when it contains references ([#&#8203;29970](https://github.com/numpy/numpy/issues/29970)) - [#&#8203;30129](https://github.com/numpy/numpy/pull/30129): BLD: update scipy-openblas, use -Dpkg\_config\_path ([#&#8203;30049](https://github.com/numpy/numpy/issues/30049)) - [#&#8203;30130](https://github.com/numpy/numpy/pull/30130): BUG: Avoid compilation error of wrapper file generated with SWIG... - [#&#8203;30157](https://github.com/numpy/numpy/pull/30157): BLD: use scipy-openblas 0.3.30.7 ([#&#8203;30132](https://github.com/numpy/numpy/issues/30132)) - [#&#8203;30158](https://github.com/numpy/numpy/pull/30158): DOC: Remove nonexistent `order` parameter docs of `ma.asanyarray`... - [#&#8203;30185](https://github.com/numpy/numpy/pull/30185): BUG: Fix check of PyMem\_Calloc return value. ([#&#8203;30176](https://github.com/numpy/numpy/issues/30176)) - [#&#8203;30217](https://github.com/numpy/numpy/pull/30217): DOC: fix links for newly rebuilt numpy-tutorials site - [#&#8203;30218](https://github.com/numpy/numpy/pull/30218): BUG: Fix build on s390x with clang ([#&#8203;30214](https://github.com/numpy/numpy/issues/30214)) - [#&#8203;30237](https://github.com/numpy/numpy/pull/30237): ENH: Make FPE blas check a runtime check for all apple arm systems </details> --- ### Configuration 📅 **Schedule**: 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My43IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
repo.archive.pull.nocomment
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lucas/ci-images!330
No description provided.