Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 20, 2022

Bumps numpy from 1.21.1 to 1.22.4.

Release notes

Sourced from numpy's releases.

v1.22.3

NumPy 1.22.3 Release Notes

NumPy 1.22.3 is a maintenance release that fixes bugs discovered after the 1.22.2 release. The most noticeable fixes may be those for DLPack. One that may cause some problems is disallowing strings as inputs to logical ufuncs. It is still undecided how strings should be treated in those functions and it was thought best to simply disallow them until a decision was reached. That should not cause problems with older code.

The Python versions supported for this release are 3.8-3.10. Note that the Mac wheels are now based on OS X 10.14 rather than 10.9 that was used in previous NumPy release cycles. 10.14 is the oldest release supported by Apple.

Contributors

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

  • @​GalaxySnail +
  • Alexandre de Siqueira
  • Bas van Beek
  • Charles Harris
  • Melissa Weber Mendonça
  • Ross Barnowski
  • Sebastian Berg
  • Tirth Patel
  • Matthieu Darbois

Pull requests merged

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

  • #21048: MAINT: Use "3.10" instead of "3.10-dev" on travis.
  • #21106: TYP,MAINT: Explicitly allow sequences of array-likes in np.concatenate
  • #21137: BLD,DOC: skip broken ipython 8.1.0
  • #21138: BUG, ENH: np._from_dlpack: export correct device information
  • #21139: BUG: Fix numba DUFuncs added loops getting picked up
  • #21140: BUG: Fix unpickling an empty ndarray with a non-zero dimension...
  • #21141: BUG: use ThreadPoolExecutor instead of ThreadPool
  • #21142: API: Disallow strings in logical ufuncs
  • #21143: MAINT, DOC: Fix SciPy intersphinx link
  • #21148: BUG,ENH: np._from_dlpack: export arrays with any strided size-1...

Checksums

MD5

14f1872bbab050b0579e5fcd8b341b81  numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl

... (truncated)

Commits
  • 08772f9 Merge pull request #21549 from charris/prepare-for-1.22.4-1
  • f15e388 REL: Prepare for the NumPy 1.22.4 release, second try.
  • 60f2f4d Merge pull request #21547 from charris/fix-pypy-wheel-failures
  • dcc92ae MAINT: Skip tests that fail on PyPy.
  • 99766d3 Merge pull request #21541 from charris/prepare-for-1.22.4
  • 5427694 REL: Prepare for NumPy 1.22.4 release.
  • c0d84f1 Merge pull request #21536 from charris/backport-21534
  • dca51c7 BUG: Fix GCC error during build configuration
  • 3c13dad Merge pull request #21525 from charris/backport-21514
  • 14be617 MAINT: Update Cython version to 0.29.29.
  • 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.21.1 to 1.22.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.1...v1.22.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 23, 2022

Superseded by #289.

@dependabot dependabot bot closed this Jun 23, 2022
@dependabot dependabot bot deleted the dependabot/pip/numpy-1.22.4 branch June 23, 2022 01:04
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant