Bump numpy from 2.3.4 to 2.3.5
Open
Number: #676
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 3
Association: Unknown
Comments: 3
Created:
November 21, 2025 at 01:05 AM UTC
(7 months ago)
(7 months ago)
Updated:
November 23, 2025 at 05:01 PM UTC
(7 months ago)
(7 months ago)
Labels:
dependencies python
dependencies python
Description:
Bumps numpy from 2.3.4 to 2.3.5.
Release notes
Sourced from numpy's releases.
2.3.5 (Nov 16, 2025)
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
orderparameter docs ofma.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
Commits
c3d60fcMerge pull request #30238 from charris/prepare-2.3.511451faREL: Prepare for the NumPy 2.3.5 releaseeab5bd4Merge pull request #30237 from charris/backport-301027cea31aFixup merge of multiarraymodule.cb898173Update numpy/_core/src/common/blas_utils.hf755483Report FPE ignoring in matmul inshow_runtime()c47116fMove test to Pythonbd7b93fooops, needs to be a calloc of course.83a1517Guard for HAVE_CBLAS and always compile the helpersab680efENH: Make FPE blas check a runtime check for all arm systems- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 11230991 |
| UUID: | 3649772096 |
| Node ID: | PR_kwDOCfrzfs60uf4r |
| Host: | GitHub |
| Repository: | learning-process/parallel_programming_course |