NumPy 2.1.3 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.2 release. This release also adds support
for free threaded Python 3.13 on Windows.
The Python versions supported by this release are 3.10-3.13.
Improvements
Fixed a number of issues around promotion for string ufuncs with
StringDType arguments. Mixing StringDType and the fixed-width DTypes
using the string ufuncs should now generate much more uniform
results.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/google/turbinia/network/alerts).
Bumps the pip group with 2 updates in the / directory: numpy and zipp.
Updates
numpy
from 2.1.2 to 2.1.3Release notes
Sourced from numpy's releases.
... (truncated)
Commits
98464cc
Merge pull request #27690 from charris/prepare-2.1.3cbda85b
REL: Prepare for the NumPy 2.1.3 release [wheel build]daa8699
Merge pull request #27672 from charris/backport-27666614ca19
Merge pull request #27673 from charris/backport-27636e6b02d7
DOC: add release note54fd729
BUG: substantially simplify and fix issue with justification promotera90fe7c
BUG: fix more issues with string ufunc promotiona121864
BUG: fixes for StringDType/unicode promotersf055fb9
BUG: Fix a reference count leak in npy_find_descr_for_scalar.5895c02
Merge pull request #27669 from charris/backport-27663Updates
zipp
from 3.20.2 to 3.21.0Changelog
Sourced from zipp's changelog.
Commits
45b7f67
Finalize71ddd8d
Skipzipfile.Path.exists
python/cpython#126576
9a2705e
Merge https://github.com/jaraco/skeleton5c34e69
Use extend for proper workaround.ee027f6
Merge https://github.com/jaraco/skeleton750a189
Require Python 3.9 or later now that Python 3.8 is EOL.e61a9df
Include pyproject.toml in ruff.toml.db4dfc4
jaraco/skeleton#151
62b6678
Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skele...466f535
Merge pull request #109 from jaraco/feature/functoolsDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show