Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump numpy from 1.25.0 to 1.25.2 #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps numpy from 1.25.0 to 1.25.2.

Release notes

Sourced from numpy's releases.

v1.25.2

NumPy 1.25.2 Release Notes

NumPy 1.25.2 is a maintenance release that fixes bugs and regressions discovered after the 1.25.1 release. This is the last planned release in the 1.25.x series, the next release will be 1.26.0, which will use the meson build system and support Python 3.12. The Python versions supported by this release are 3.9-3.11.

Contributors

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Aaron Meurer
  • Andrew Nelson
  • Charles Harris
  • Kevin Sheppard
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Ralf Gommers
  • Randy Eckenrode +
  • Sam James +
  • Sebastian Berg
  • Tyler Reddy
  • dependabot[bot]

Pull requests merged

A total of 19 pull requests were merged for this release.

  • #24148: MAINT: prepare 1.25.x for further development
  • #24174: ENH: Improve clang-cl compliance
  • #24179: MAINT: Upgrade various build dependencies.
  • #24182: BLD: use -ftrapping-math with Clang on macOS
  • #24183: BUG: properly handle negative indexes in ufunc_at fast path
  • #24184: BUG: PyObject_IsTrue and PyObject_Not error handling in setflags
  • #24185: BUG: histogram small range robust
  • #24186: MAINT: Update meson.build files from main branch
  • #24234: MAINT: exclude min, max and round from np.__all__
  • #24241: MAINT: Dependabot updates
  • #24242: BUG: Fix the signature for np.array_api.take
  • #24243: BLD: update OpenBLAS to an intermeidate commit
  • #24244: BUG: Fix reference count leak in str(scalar).
  • #24245: BUG: fix invalid function pointer conversion error
  • #24255: BUG: Factor out slow getenv call used for memory policy warning
  • #24292: CI: correct URL in cirrus.star
  • #24293: BUG: Fix C types in scalartypes
  • #24294: BUG: do not modify the input to ufunc_at

... (truncated)

Commits
  • ea67792 Merge pull request #24296 from charris/prepare-1.25.2-release
  • 47793ab REL: Prepare for the NumPy 1.25.2 release.
  • 9941dfe Merge pull request #24295 from charris/backport-24281
  • 7b5e51a BUG: Further fixes to indexing loop and added tests
  • f92167b Merge pull request #24294 from charris/backport-24272
  • eb20535 Merge pull request #24293 from charris/backport-24240
  • 1690ddd Merge pull request #24292 from charris/backport-24285
  • fa3a023 BUG: fix for modifying the index arg in ufunc_at
  • 5c964bb TST: add failing test
  • 8a731a5 BUG: Fix C types in scalartypes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [numpy](https://github.com/numpy/numpy) from 1.25.0 to 1.25.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.25.0...v1.25.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants