Commit 9ce8eee
authored
fix(deps): Update dependency numpy to v2.4.2 (#370)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [numpy](https://redirect.github.com/numpy/numpy) ([changelog](https://numpy.org/doc/stable/release)) | patch | `==2.4.1` -> `==2.4.2` |
---
### Release Notes
<details>
<summary>numpy/numpy (numpy)</summary>
### [`v2.4.2`](https://redirect.github.com/numpy/numpy/releases/tag/v2.4.2): 2.4.2 (Feb 1, 2026)
[Compare Source](https://redirect.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.
- [#​30629](https://redirect.github.com/numpy/numpy/pull/30629): MAINT: Prepare 2.4.x for further development
- [#​30636](https://redirect.github.com/numpy/numpy/pull/30636): TYP: `arange`: accept datetime strings
- [#​30657](https://redirect.github.com/numpy/numpy/pull/30657): MAINT: avoid possible race condition by not touching `os.environ`...
- [#​30700](https://redirect.github.com/numpy/numpy/pull/30700): BUG: validate contraction axes in tensordot ([#​30521](https://redirect.github.com/numpy/numpy/issues/30521))
- [#​30701](https://redirect.github.com/numpy/numpy/pull/30701): DOC: \__array_namespace\_\_info\_\_: set_module not \__module\_\_ ([#​30679](https://redirect.github.com/numpy/numpy/issues/30679))
- [#​30702](https://redirect.github.com/numpy/numpy/pull/30702): BUG: fix free-threaded PyObject layout in replace_scalar_type_names...
- [#​30703](https://redirect.github.com/numpy/numpy/pull/30703): TST: fix limited API example in tests for latest Cython
- [#​30709](https://redirect.github.com/numpy/numpy/pull/30709): BUG: Fix some bugs found via valgrind ([#​30680](https://redirect.github.com/numpy/numpy/issues/30680))
- [#​30712](https://redirect.github.com/numpy/numpy/pull/30712): MAINT: replace ob_type access with Py_TYPE in PyArray_CheckExact
- [#​30713](https://redirect.github.com/numpy/numpy/pull/30713): BUG: Fixup the quantile promotion fixup
- [#​30736](https://redirect.github.com/numpy/numpy/pull/30736): BUG: fix thread safety of `array_getbuffer` ([#​30667](https://redirect.github.com/numpy/numpy/issues/30667))
- [#​30737](https://redirect.github.com/numpy/numpy/pull/30737): backport scipy-openblas version change
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent e2c6fe7 commit 9ce8eee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments