-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 4bc94f5
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.
- [#​29440](https://redirect.github.com/numpy/numpy/pull/29440): MAINT: Prepare 2.3.x for further development.
- [#​29446](https://redirect.github.com/numpy/numpy/pull/29446): BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR...
- [#​29447](https://redirect.github.com/numpy/numpy/pull/29447): BLD: allow targeting webassembly without emscripten
- [#​29460](https://redirect.github.com/numpy/numpy/pull/29460): MAINT: Backport write_release.py
- [#​29473](https://redirect.github.com/numpy/numpy/pull/29473): MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2
- [#​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)) ([#​29333](https://redirect.github.com/numpy/numpy/issues/29333))
- [#​29501](https://redirect.github.com/numpy/numpy/pull/29501): MAINT: Add .file entry to all .s SVML files
- [#​29556](https://redirect.github.com/numpy/numpy/pull/29556): BUG: Casting from one timedelta64 to another didn't handle NAT.
- [#​29562](https://redirect.github.com/numpy/numpy/pull/29562): BLD: update vendored Meson to 1.8.3 \[wheel build]
- [#​29563](https://redirect.github.com/numpy/numpy/pull/29563): BUG: Fix metadata not roundtripping when pickling datetime ([#​29555](https://redirect.github.com/numpy/numpy/issues/29555))
- [#​29587](https://redirect.github.com/numpy/numpy/pull/29587): TST: update link and version for Intel SDE download
- [#​29593](https://redirect.github.com/numpy/numpy/pull/29593): TYP: add `sorted` kwarg to `unique`
- [#​29672](https://redirect.github.com/numpy/numpy/pull/29672): MAINT: Update pythoncapi-compat from main.
- [#​29673](https://redirect.github.com/numpy/numpy/pull/29673): MAINT: Update cibuildwheel.
- [#​29674](https://redirect.github.com/numpy/numpy/pull/29674): MAINT: Fix typo in wheels.yml
- [#​29683](https://redirect.github.com/numpy/numpy/pull/29683): BUG, BLD: Correct regex for ppc64 VSX3/VSX4 feature detection
- [#​29684](https://redirect.github.com/numpy/numpy/pull/29684): TYP: ndarray.fill() takes no keyword arguments
- [#​29685](https://redirect.github.com/numpy/numpy/pull/29685): BUG: avoid thread-unsafe refcount check in temp elision
- [#​29687](https://redirect.github.com/numpy/numpy/pull/29687): CI: replace comment-hider action in mypy_primer workflow
- [#​29689](https://redirect.github.com/numpy/numpy/pull/29689): BLD: Add missing \<unordered_map> include
- [#​29691](https://redirect.github.com/numpy/numpy/pull/29691): BUG: use correct input dtype in flatiter assignment
- [#​29700](https://redirect.github.com/numpy/numpy/pull/29700): TYP: fix np.bool method declarations
- [#​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 4bc94f5Copy full SHA for 4bc94f5
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: setup.py
+1-1Lines changed: 1 addition & 1 deletion
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