Update dependency numpy to v2.4.2 - autoclosed #149

Closed
renovate_bot wants to merge 1 commit from renovate/numpy-2.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
numpy (changelog) ==2.4.1 -> ==2.4.2 age confidence

Release Notes

numpy/numpy (numpy)

v2.4.2: 2.4.2 (Feb 1, 2026)

Compare Source

NumPy 2.4.2 Release Notes

The NumPy 2.4.2 is a patch release that fixes bugs discovered after the
2.4.1 release. Highlights are:

  • Fixes memory leaks
  • Updates OpenBLAS to fix hangs

This release supports Python versions 3.11-3.14

Contributors

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

  • Charles Harris
  • Daniel Tang +
  • Joren Hammudoglu
  • Kumar Aditya
  • Matti Picus
  • Nathan Goldbaum
  • Ralf Gommers
  • Sebastian Berg
  • Vikram Kumar +

Pull requests merged

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

  • #​30629: MAINT: Prepare 2.4.x for further development
  • #​30636: TYP: arange: accept datetime strings
  • #​30657: MAINT: avoid possible race condition by not touching os.environ...
  • #​30700: BUG: validate contraction axes in tensordot (#​30521)
  • #​30701: DOC: __array_namespace__info__: set_module not __module__ (#​30679)
  • #​30702: BUG: fix free-threaded PyObject layout in replace_scalar_type_names...
  • #​30703: TST: fix limited API example in tests for latest Cython
  • #​30709: BUG: Fix some bugs found via valgrind (#​30680)
  • #​30712: MAINT: replace ob_type access with Py_TYPE in PyArray_CheckExact
  • #​30713: BUG: Fixup the quantile promotion fixup
  • #​30736: BUG: fix thread safety of array_getbuffer (#​30667)
  • #​30737: backport scipy-openblas version change

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 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.4.1` -> `==2.4.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/numpy/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/numpy/2.4.1/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>numpy/numpy (numpy)</summary> ### [`v2.4.2`](https://github.com/numpy/numpy/releases/tag/v2.4.2): 2.4.2 (Feb 1, 2026) [Compare Source](https://github.com/numpy/numpy/compare/v2.4.1...v2.4.2) ### NumPy 2.4.2 Release Notes The NumPy 2.4.2 is a patch release that fixes bugs discovered after the 2.4.1 release. Highlights are: - Fixes memory leaks - Updates OpenBLAS to fix hangs This release supports Python versions 3.11-3.14 #### Contributors A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time. - Charles Harris - Daniel Tang + - Joren Hammudoglu - Kumar Aditya - Matti Picus - Nathan Goldbaum - Ralf Gommers - Sebastian Berg - Vikram Kumar + #### Pull requests merged A total of 12 pull requests were merged for this release. - [#&#8203;30629](https://github.com/numpy/numpy/pull/30629): MAINT: Prepare 2.4.x for further development - [#&#8203;30636](https://github.com/numpy/numpy/pull/30636): TYP: `arange`: accept datetime strings - [#&#8203;30657](https://github.com/numpy/numpy/pull/30657): MAINT: avoid possible race condition by not touching `os.environ`... - [#&#8203;30700](https://github.com/numpy/numpy/pull/30700): BUG: validate contraction axes in tensordot ([#&#8203;30521](https://github.com/numpy/numpy/issues/30521)) - [#&#8203;30701](https://github.com/numpy/numpy/pull/30701): DOC: \_\_array\_namespace\_\_info\_\_: set\_module not \_\_module\_\_ ([#&#8203;30679](https://github.com/numpy/numpy/issues/30679)) - [#&#8203;30702](https://github.com/numpy/numpy/pull/30702): BUG: fix free-threaded PyObject layout in replace\_scalar\_type\_names... - [#&#8203;30703](https://github.com/numpy/numpy/pull/30703): TST: fix limited API example in tests for latest Cython - [#&#8203;30709](https://github.com/numpy/numpy/pull/30709): BUG: Fix some bugs found via valgrind ([#&#8203;30680](https://github.com/numpy/numpy/issues/30680)) - [#&#8203;30712](https://github.com/numpy/numpy/pull/30712): MAINT: replace ob\_type access with Py\_TYPE in PyArray\_CheckExact - [#&#8203;30713](https://github.com/numpy/numpy/pull/30713): BUG: Fixup the quantile promotion fixup - [#&#8203;30736](https://github.com/numpy/numpy/pull/30736): BUG: fix thread safety of `array_getbuffer` ([#&#8203;30667](https://github.com/numpy/numpy/issues/30667)) - [#&#8203;30737](https://github.com/numpy/numpy/pull/30737): backport scipy-openblas version change </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4xMCIsInVwZGF0ZWRJblZlciI6IjQyLjE5LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency numpy to v2.4.2
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/vulnerability-scan Pipeline failed
ci/woodpecker/pull_request_metadata/lint Pipeline was successful
ci/woodpecker/pull_request_metadata/vulnerability-scan Pipeline failed
ci/woodpecker/pull_request_closed/vulnerability-scan Pipeline failed
ci/woodpecker/pull_request_closed/lint Pipeline was successful
c75ec991bc
renovate_bot scheduled this pull request to auto merge when all checks succeed 2026-02-24 20:35:42 -08:00
renovate_bot changed title from Update dependency numpy to v2.4.2 to Update dependency numpy to v2.4.2 - autoclosed 2026-02-24 20:48:34 -08:00
renovate_bot closed this pull request 2026-02-24 20:48:34 -08:00
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
Required
Details
ci/woodpecker/pr/vulnerability-scan Pipeline failed
Required
Details
ci/woodpecker/pull_request_metadata/lint Pipeline was successful
ci/woodpecker/pull_request_metadata/vulnerability-scan Pipeline failed
ci/woodpecker/pull_request_closed/vulnerability-scan Pipeline failed
ci/woodpecker/pull_request_closed/lint Pipeline was successful

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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
buckbanzai/seattlecitylight-mastodon-bot!149
No description provided.