webbpsf
webbpsf copied to clipboard
build(deps): bump numpy from 1.23.0 to 1.23.2
Bumps numpy from 1.23.0 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 thenin=1ufuncs- #22031: MAINT, TYP: Fix
np.angledtype-overloads- #22032: MAINT: Do not let
_GenericAliaswrap the underlying classes'...- #22033: TYP,MAINT: Allow
einsumsubscripts to be passed via integer...- #22034: MAINT,TYP: Add object-overloads for the
np.genericrich comparisons- #22035: MAINT,TYP: Allow the
squeezeandtransposemethod to...- #22036: BUG: Fix subarray to object cast ownership details
- #22037: BUG: Use
Popento 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
21cacafMerge pull request #22121 from charris/prepare-for-1.23.297cc2c0REL: Prepare for the NumPy 1.23.2 release.4bdf678Merge pull request #22115 from charris/backport-22102cb63445BLD: Build python3.11.0rc1 wheels.a5c9fb1Merge pull request #22106 from charris/backport-22105283f025Merge pull request #22107 from charris/backport-220833fdeae2BUG: Fix skip condition for test_loss_of_precision[complex256]f41020bTST: fix test_linear_interpolation_formula_symmetric72b98a0Merge pull request #22078 from charris/backport-220179d1d01aENH: reorder includes for system installations- 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 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)
Codecov Report
Base: 62.04% // Head: 62.04% // No change to project coverage :thumbsup:
Coverage data is based on head (
d5a33eb) compared to base (6d83a9d). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## develop #575 +/- ##
========================================
Coverage 62.04% 62.04%
========================================
Files 13 13
Lines 5304 5304
========================================
Hits 3291 3291
Misses 2013 2013
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Superseded by #587.