chore(deps): bump numpy from 2.2.6 to 2.3.0
Bumps numpy from 2.2.6 to 2.3.0.
Release notes
Sourced from numpy's releases.
v2.3.0 (June 7, 2025)
NumPy 2.3.0 Release Notes
The NumPy 2.3.0 release continues the work to improve free threaded Python support and annotations together with the usual set of bug fixes. It is unusual in the number of expired deprecations, code modernizations, and style cleanups. The latter may not be visible to users, but is important for code maintenance over the long term. Note that we have also upgraded from manylinux2014 to manylinux_2_28.
Users running on a Mac having an M4 cpu might see various warnings about invalid values and such. The warnings are a known problem with Accelerate. They are annoying, but otherwise harmless. Apple promises to fix them.
This release supports Python versions 3.11-3.13, Python 3.14 will be supported when it is released.
Highlights
- Interactive examples in the NumPy documentation.
- Building NumPy with OpenMP Parallelization.
- Preliminary support for Windows on ARM.
- Improved support for free threaded Python.
- Improved annotations.
New functions
New function
numpy.strings.sliceThe new function
numpy.strings.slicewas added, which implements fast native slicing of string arrays. It supports the full slicing API including negative slice offsets and steps.(gh-27789)
Deprecations
The
numpy.typing.mypy_pluginhas been deprecated in favor of platform-agnostic static type inference. Please removenumpy.typing.mypy_pluginfrom thepluginssection of your mypy configuration. If this change results in new errors being reported, kindly open an issue.(gh-28129)
The
numpy.typing.NBitBasetype has been deprecated and will be removed in a future version.This type was previously intended to be used as a generic upper
... (truncated)
Commits
0532af4Merge pull request #29136 from charris/prepare-2.3.09d394e3REL: Prepare for the NumPy 2.3.0 release [wheel build]1e103cdMerge pull request #29132 from charris/fix-gcc15-compile75a2e27MAINT: Fix for segfaults with GCC 1588874a8Merge pull request #29118 from charris/backport-2911102f4838MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs4ec55c5Merge pull request #29116 from charris/test-vs2022d522ac2MAINT: Use vs2022 in NumPy 2.3.x [wheel build]a33c0e0Merge pull request #29100 from charris/backport-29092e60b75fTYP: add missingintegerimport and remove the unnecessary ones (#89)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)