adversarial-robustness-toolbox icon indicating copy to clipboard operation
adversarial-robustness-toolbox copied to clipboard

Update numpy requirement from <=1.22,>=1.18.5 to >=1.18.5,<1.24

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Updates the requirements on numpy to permit the latest version.

Release notes

Sourced from numpy's releases.

v1.23.1

NumPy 1.23.1 Release Notes

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

  • Fix searchsorted for float16 NaNs
  • Fix compilation on Apple M1
  • Fix KeyError in crackfortran operator support (Slycot)

The Python version supported for this release are 3.8-3.10.

Contributors

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

  • Charles Harris
  • Matthias Koeppe +
  • Pranab Das +
  • Rohit Goswami
  • Sebastian Berg
  • Serge Guelton
  • Srimukh Sripada +

Pull requests merged

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

  • #21866: BUG: Fix discovered MachAr (still used within valgrind)
  • #21867: BUG: Handle NaNs correctly for float16 during sorting
  • #21868: BUG: Use keepdims during normalization in np.average and...
  • #21869: DOC: mention changes to max_rows behaviour in np.loadtxt
  • #21870: BUG: Reject non integer array-likes with size 1 in delete
  • #21949: BLD: Make can_link_svml return False for 32bit builds on x86_64
  • #21951: BUG: Reorder extern "C" to only apply to function declarations...
  • #21952: BUG: Fix KeyError in crackfortran operator support

Checksums

MD5

79f0d8c114f282b834b49209d6955f98  numpy-1.23.1-cp310-cp310-macosx_10_9_x86_64.whl
42a89a88ef26b768e8933ce46b1cc2bd  numpy-1.23.1-cp310-cp310-macosx_11_0_arm64.whl
1c1d68b3483eaf99b9a3583c8ac8bf47  numpy-1.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
9d3e9f7f9b3dce6cf15209e4f25f346e  numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
a9afb7c34b48d08fc50427ae6516b42d  numpy-1.23.1-cp310-cp310-win32.whl
a0e02823883bdfcec49309e108f65e13  numpy-1.23.1-cp310-cp310-win_amd64.whl
f40cdf4ec7bb0cf31a90a4fa294323c2  numpy-1.23.1-cp38-cp38-macosx_10_9_x86_64.whl
80115a959f0fe30d6c401b2650a61c70  numpy-1.23.1-cp38-cp38-macosx_11_0_arm64.whl

... (truncated)

Commits
  • 1f82da7 Merge pull request #21953 from charris/prepare-for-1.23.1
  • d196400 REL: Prepare for the NumPy 1.23.1 release.
  • 84c1841 Merge pull request #21949 from charris/backport-21896
  • 3111958 Merge pull request #21951 from charris/backport-21946
  • 72638fb Merge pull request #21952 from charris/backport-21890
  • a79221d BUG: Fix KeyError in crackfortran operator support
  • 207c17e Reorder extern "C" to only apply to function declarations in npy_math.h
  • 8ccaa24 numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64
  • 00f59f6 Merge pull request #21870 from charris/backport-21857
  • 4d10795 Merge pull request #21866 from charris/backport-21815
  • 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 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[bot] avatar Aug 05 '22 07:08 dependabot[bot]

Codecov Report

Merging #1808 (bfd06d3) into main (72bba89) will increase coverage by 7.34%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1808      +/-   ##
==========================================
+ Coverage   78.21%   85.55%   +7.34%     
==========================================
  Files         271      271              
  Lines       23048    23048              
  Branches     4103     4103              
==========================================
+ Hits        18026    19718    +1692     
+ Misses       4107     2319    -1788     
- Partials      915     1011      +96     
Impacted Files Coverage Δ
art/estimators/classification/tensorflow.py 84.48% <0.00%> (+0.41%) :arrow_up:
art/estimators/classification/scikitlearn.py 90.86% <0.00%> (+0.66%) :arrow_up:
art/attacks/attack.py 92.00% <0.00%> (+0.79%) :arrow_up:
art/utils.py 75.29% <0.00%> (+0.82%) :arrow_up:
art/estimators/classification/keras.py 87.42% <0.00%> (+3.68%) :arrow_up:
art/attacks/evasion/iterative_method.py 100.00% <0.00%> (+9.09%) :arrow_up:
art/attacks/evasion/elastic_net.py 99.33% <0.00%> (+16.55%) :arrow_up:
...cks/evasion/adversarial_patch/adversarial_patch.py 55.88% <0.00%> (+22.05%) :arrow_up:
art/attacks/evasion/deepfool.py 100.00% <0.00%> (+27.47%) :arrow_up:
art/attacks/poisoning/backdoor_attack.py 100.00% <0.00%> (+28.57%) :arrow_up:
... and 14 more

codecov-commenter avatar Aug 05 '22 07:08 codecov-commenter

@dependabot rebase

beat-buesser avatar Aug 18 '22 21:08 beat-buesser

https://github.com/dependabot rebase

beat-buesser avatar Aug 22 '22 19:08 beat-buesser