Skip to content

Commit 4bc94f5

Browse files
authored
fix(deps): Update dependency numpy to v2.3.3 (#322)
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.3.2` -> `==2.3.3` | --- ### Release Notes <details> <summary>numpy/numpy (numpy)</summary> ### [`v2.3.3`](https://redirect.github.com/numpy/numpy/releases/tag/v2.3.3): 2.3.3 (Sep 9, 2025) [Compare Source](https://redirect.github.com/numpy/numpy/compare/v2.3.2...v2.3.3) ### NumPy 2.3.3 Release Notes The NumPy 2.3.3 release is a patch release split between a number of maintenance updates and bug fixes. This release supports Python versions 3.11-3.14. Note that the 3.14.0 final is currently expected in Oct, 2025. This release is based on 3.14.0rc2. #### Contributors A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time. - Aleksandr A. Voyt + - Bernard Roesler + - Charles Harris - Hunter Hogan + - Joren Hammudoglu - Maanas Arora - Matti Picus - Nathan Goldbaum - Raghuveer Devulapalli - Sanjay Kumar Sakamuri Kamalakar + - Tobias Markus + - Warren Weckesser - Zebreus + #### Pull requests merged A total of 23 pull requests were merged for this release. - [#&#8203;29440](https://redirect.github.com/numpy/numpy/pull/29440): MAINT: Prepare 2.3.x for further development. - [#&#8203;29446](https://redirect.github.com/numpy/numpy/pull/29446): BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR... - [#&#8203;29447](https://redirect.github.com/numpy/numpy/pull/29447): BLD: allow targeting webassembly without emscripten - [#&#8203;29460](https://redirect.github.com/numpy/numpy/pull/29460): MAINT: Backport write_release.py - [#&#8203;29473](https://redirect.github.com/numpy/numpy/pull/29473): MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2 - [#&#8203;29500](https://redirect.github.com/numpy/numpy/pull/29500): BUG: Always return a real dtype from linalg.cond ([gh-18304](https://redirect.github.com/numpy/numpy/issues/18304)) ([#&#8203;29333](https://redirect.github.com/numpy/numpy/issues/29333)) - [#&#8203;29501](https://redirect.github.com/numpy/numpy/pull/29501): MAINT: Add .file entry to all .s SVML files - [#&#8203;29556](https://redirect.github.com/numpy/numpy/pull/29556): BUG: Casting from one timedelta64 to another didn't handle NAT. - [#&#8203;29562](https://redirect.github.com/numpy/numpy/pull/29562): BLD: update vendored Meson to 1.8.3 \[wheel build] - [#&#8203;29563](https://redirect.github.com/numpy/numpy/pull/29563): BUG: Fix metadata not roundtripping when pickling datetime ([#&#8203;29555](https://redirect.github.com/numpy/numpy/issues/29555)) - [#&#8203;29587](https://redirect.github.com/numpy/numpy/pull/29587): TST: update link and version for Intel SDE download - [#&#8203;29593](https://redirect.github.com/numpy/numpy/pull/29593): TYP: add `sorted` kwarg to `unique` - [#&#8203;29672](https://redirect.github.com/numpy/numpy/pull/29672): MAINT: Update pythoncapi-compat from main. - [#&#8203;29673](https://redirect.github.com/numpy/numpy/pull/29673): MAINT: Update cibuildwheel. - [#&#8203;29674](https://redirect.github.com/numpy/numpy/pull/29674): MAINT: Fix typo in wheels.yml - [#&#8203;29683](https://redirect.github.com/numpy/numpy/pull/29683): BUG, BLD: Correct regex for ppc64 VSX3/VSX4 feature detection - [#&#8203;29684](https://redirect.github.com/numpy/numpy/pull/29684): TYP: ndarray.fill() takes no keyword arguments - [#&#8203;29685](https://redirect.github.com/numpy/numpy/pull/29685): BUG: avoid thread-unsafe refcount check in temp elision - [#&#8203;29687](https://redirect.github.com/numpy/numpy/pull/29687): CI: replace comment-hider action in mypy_primer workflow - [#&#8203;29689](https://redirect.github.com/numpy/numpy/pull/29689): BLD: Add missing \<unordered_map> include - [#&#8203;29691](https://redirect.github.com/numpy/numpy/pull/29691): BUG: use correct input dtype in flatiter assignment - [#&#8203;29700](https://redirect.github.com/numpy/numpy/pull/29700): TYP: fix np.bool method declarations - [#&#8203;29701](https://redirect.github.com/numpy/numpy/pull/29701): BUG: Correct ambiguous logic for s390x CPU feature detection </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 845f5b2 commit 4bc94f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"iniconfig==2.1.0",
1919
"Jinja2==3.1.6",
2020
"MarkupSafe==3.0.2",
21-
"numpy==2.3.2",
21+
"numpy==2.3.3",
2222
"packaging==24.2",
2323
"pandas==2.3.2",
2424
"pluggy==1.6.0",

0 commit comments

Comments
 (0)