Skip to content

chore(deps): update dependency numpy to v2.4.4#153

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/numpy-2.x
Open

chore(deps): update dependency numpy to v2.4.4#153
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/numpy-2.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux bot commented Feb 21, 2026

This PR contains the following updates:

Package Change Age Confidence
numpy (changelog) ==2.4.1==2.4.4 age confidence

Release Notes

numpy/numpy (numpy)

v2.4.4: 2.4.4 (Mar 29, 2026)

Compare Source

NumPy 2.4.4 Release Notes

The NumPy 2.4.4 is a patch release that fixes bugs discovered after the 2.4.3
release. It should finally close issue #​30816, the OpenBLAS threading problem
on ARM.

This release supports Python versions 3.11-3.14

Contributors

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

  • Charles Harris
  • Daniel Haag +
  • Denis Prokopenko +
  • Harshith J +
  • Koki Watanabe
  • Marten van Kerkwijk
  • Matti Picus
  • Nathan Goldbaum

Pull requests merged

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

v2.4.3: 2.4.3 (Mar 9, 2026)

Compare Source

NumPy 2.4.3 Release Notes

The NumPy 2.4.3 is a patch release that fixes bugs discovered after the
2.4.2 release. The most user visible fix may be a threading fix for
OpenBLAS on ARM, closing issue #​30816.

This release supports Python versions 3.11-3.14

Contributors

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

  • Antareep Sarkar +
  • Charles Harris
  • Joren Hammudoglu
  • Matthieu Darbois
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Pieter Eendebak
  • Sebastian Berg
  • Warren Weckesser
  • stratakis +

Pull requests merged

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

  • #​30759: MAINT: Prepare 2.4.x for further development
  • #​30827: BUG: Fix some leaks found via LeakSanitizer (#​30756)
  • #​30841: MAINT: Synchronize 2.4.x submodules with main
  • #​30849: TYP: matlib: missing extended precision imports
  • #​30850: BUG: Fix weak hash function in np.isin(). (#​30840)
  • #​30921: BUG: fix infinite recursion in np.ma.flatten_structured_array...
  • #​30922: BUG: Fix buffer overrun in CPU baseline validation (#​30877)
  • #​30923: BUG: Fix busdaycalendar's handling of a bool array weekmask....
  • #​30924: BUG: Fix reference leaks and NULL pointer dereferences (#​30908)
  • #​30925: MAINT: fix two minor issues noticed when touching the C API setup
  • #​30955: ENH: Test .kind not .char in np.testing.assert_equal (#​30879)
  • #​30957: BUG: fix type issues in uses if PyDataType macros
  • #​30958: MAINT: Don't use vulture 2.15, it has false positives
  • #​30973: MAINT: update openblas (#​30961)

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: 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/numpy-2.x branch from d985ebf to 349a5fb Compare March 9, 2026 12:04
@red-hat-konflux red-hat-konflux bot changed the title Update dependency numpy to v2.4.2 Update dependency numpy to v2.4.3 Mar 9, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/numpy-2.x branch from 349a5fb to 3bf7b09 Compare March 10, 2026 00:14
@red-hat-konflux red-hat-konflux bot changed the title Update dependency numpy to v2.4.3 chore(deps): update dependency numpy to v2.4.3 Mar 10, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update dependency numpy to v2.4.3 chore(deps): update dependency numpy to v2.4.4 Mar 29, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/numpy-2.x branch from 3bf7b09 to e05ebb7 Compare March 29, 2026 16:14
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