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

Update numba requirement from ~=0.56.2 to ~=0.56.4 #128

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Updates the requirements on numba to permit the latest version.

Release notes

Sourced from numba's releases.

Version 0.56.4

This is a bugfix release to fix a regression in the CUDA target in relation to the .view() method on CUDA device arrays that is present when using NumPy version 1.23.0 or later.

Commits
  • 288a38b Merge pull request #8570 from gmarkall/release0.56-fix
  • 463dcd9 Merge pull request #8573 from stuartarchibald/wip/cherry_pick_056_4
  • ccf6af7 Merge pull request #8571 from stuartarchibald/wip/change_log_056_4_additional
  • 4c4e319 Fix overloads with target="generic" for CUDA
  • 2c108f9 Merge pull request #8562 from esc/cherry_picks_0.56.4
  • 059b8ca Merge pull request #8553 from stuartarchibald/wip/change_log_056_4
  • e79251c Merge pull request #8552 from stuartarchibald/doc/0564_version_support_update
  • ff10487 Merge pull request #8537 from gmarkall/issue-8529
  • 6982acd Merge pull request #8505 from stuartarchibald/wip/cherry_pick_056_3
  • 1fbf3fc Merge pull request #8504 from stuartarchibald/wip/change_log_056_3
  • 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)

Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version.
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.56.2...0.56.4)

---
updated-dependencies:
- dependency-name: numba
  dependency-type: direct:production
...

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 Nov 8, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #128 (e9c6f8e) into main (20b01a3) will decrease coverage by 9.68%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
- Coverage   85.90%   76.22%   -9.69%     
==========================================
  Files         248      248              
  Lines       23312    23312              
  Branches     4212     4212              
==========================================
- Hits        20027    17769    -2258     
- Misses       2224     4615    +2391     
+ Partials     1061      928     -133     
Impacted Files Coverage Δ
art/attacks/evasion/carlini.py 7.55% <0.00%> (-86.74%) ⬇️
art/attacks/evasion/graphite/utils.py 10.37% <0.00%> (-79.25%) ⬇️
...s/extraction/functionally_equivalent_extraction.py 14.19% <0.00%> (-78.40%) ⬇️
art/attacks/evasion/decision_tree_attack.py 23.28% <0.00%> (-76.72%) ⬇️
art/attacks/evasion/graphite/graphite_blackbox.py 9.12% <0.00%> (-76.50%) ⬇️
...acks/evasion/graphite/graphite_whitebox_pytorch.py 9.85% <0.00%> (-75.87%) ⬇️
art/attacks/extraction/knockoff_nets.py 20.13% <0.00%> (-69.80%) ⬇️
art/attacks/evasion/adversarial_patch/utils.py 11.53% <0.00%> (-69.24%) ⬇️
art/attacks/evasion/hclu.py 30.90% <0.00%> (-69.10%) ⬇️
art/attacks/poisoning/feature_collision_attack.py 20.51% <0.00%> (-67.53%) ⬇️
... and 21 more

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