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

chore(deps): bump numpy from 1.23.1 to 1.23.2 #523

Merged
merged 1 commit into from
Aug 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps numpy from 1.23.1 to 1.23.2.

Release notes

Sourced from numpy's releases.

v1.23.2

NumPy 1.23.2 Release Notes

NumPy 1.23.2 is a maintenance release that fixes bugs discovered after the 1.23.1 release. Notable features are:

  • Typing changes needed for Python 3.11
  • Wheels for Python 3.11.0rc1

The Python versions supported for this release are 3.8-3.11.

Contributors

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

  • Alexander Grund +
  • Bas van Beek
  • Charles Harris
  • Jon Cusick +
  • Matti Picus
  • Michael Osthege +
  • Pal Barta +
  • Ross Barnowski
  • Sebastian Berg

Pull requests merged

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

  • #22030: ENH: Add __array_ufunc__ typing support to the nin=1 ufuncs
  • #22031: MAINT, TYP: Fix np.angle dtype-overloads
  • #22032: MAINT: Do not let _GenericAlias wrap the underlying classes'...
  • #22033: TYP,MAINT: Allow einsum subscripts to be passed via integer...
  • #22034: MAINT,TYP: Add object-overloads for the np.generic rich comparisons
  • #22035: MAINT,TYP: Allow the squeeze and transpose method to...
  • #22036: BUG: Fix subarray to object cast ownership details
  • #22037: BUG: Use Popen to silently invoke f77 -v
  • #22038: BUG: Avoid errors on NULL during deepcopy
  • #22039: DOC: Add versionchanged for converter callable behavior.
  • #22057: MAINT: Quiet the anaconda uploads.
  • #22078: ENH: reorder includes for testing on top of system installations...
  • #22106: TST: fix test_linear_interpolation_formula_symmetric
  • #22107: BUG: Fix skip condition for test_loss_of_precision[complex256]
  • #22115: BLD: Build python3.11.0rc1 wheels.

Checksums

MD5

... (truncated)

Commits
  • 21cacaf Merge pull request #22121 from charris/prepare-for-1.23.2
  • 97cc2c0 REL: Prepare for the NumPy 1.23.2 release.
  • 4bdf678 Merge pull request #22115 from charris/backport-22102
  • cb63445 BLD: Build python3.11.0rc1 wheels.
  • a5c9fb1 Merge pull request #22106 from charris/backport-22105
  • 283f025 Merge pull request #22107 from charris/backport-22083
  • 3fdeae2 BUG: Fix skip condition for test_loss_of_precision[complex256]
  • f41020b TST: fix test_linear_interpolation_formula_symmetric
  • 72b98a0 Merge pull request #22078 from charris/backport-22017
  • 9d1d01a ENH: reorder includes for system installations
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 20, 2022
@github-actions github-actions bot enabled auto-merge (rebase) August 20, 2022 16:45
@dependabot dependabot bot force-pushed the dependabot/pip/master/numpy-1.23.2 branch from 459ce66 to ad87516 Compare August 20, 2022 16:55
@codecov
Copy link

codecov bot commented Aug 20, 2022

Codecov Report

Merging #523 (ad87516) into master (99bf68c) will not change coverage.
The diff coverage is n/a.

❗ Current head ad87516 differs from pull request most recent head b735156. Consider uploading reports for the commit b735156 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #523   +/-   ##
=======================================
  Coverage   91.86%   91.86%           
=======================================
  Files          49       49           
  Lines        1548     1548           
  Branches      157      157           
=======================================
  Hits         1422     1422           
  Misses         94       94           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7170acc...b735156. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/master/numpy-1.23.2 branch from ad87516 to 4a2b6dd Compare August 20, 2022 17:02
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.1 to 1.23.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.23.1...v1.23.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 force-pushed the dependabot/pip/master/numpy-1.23.2 branch from 4a2b6dd to b735156 Compare August 20, 2022 17:12
@github-actions github-actions bot merged commit c547c41 into master Aug 20, 2022
@github-actions github-actions bot deleted the dependabot/pip/master/numpy-1.23.2 branch August 20, 2022 17:16
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.

1 participant