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 to ART 1.18.0 #2448

Merged
merged 100 commits into from
Jun 16, 2024
Merged

Update to ART 1.18.0 #2448

merged 100 commits into from
Jun 16, 2024

Conversation

beat-buesser
Copy link
Collaborator

Description

This pull request merges the updates of ART 1.13.0 to branch main.

abigailgold and others added 30 commits January 14, 2024 13:36
Signed-off-by: abigailt <abigailt@il.ibm.com>
Signed-off-by: abigailt <abigailt@il.ibm.com>
Signed-off-by: abigailt <abigailt@il.ibm.com>
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.22.2...1.3.2)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

Attention: Patch coverage is 87.93103% with 56 lines in your changes missing coverage. Please review.

Project coverage is 85.69%. Comparing base (02f8290) to head (263715d).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2448      +/-   ##
==========================================
+ Coverage   85.39%   85.69%   +0.29%     
==========================================
  Files         327      329       +2     
  Lines       30205    30075     -130     
  Branches     5589     5559      -30     
==========================================
- Hits        25794    25772      -22     
+ Misses       2964     2872      -92     
+ Partials     1447     1431      -16     
Files Coverage Δ
art/attacks/evasion/__init__.py 100.00% <100.00%> (ø)
art/attacks/evasion/overload/box_iou.py 100.00% <100.00%> (ø)
...ted_gradient_descent/projected_gradient_descent.py 97.33% <100.00%> (+0.03%) ⬆️
...adient_descent/projected_gradient_descent_numpy.py 88.04% <ø> (ø)
...ators/certification/object_seeker/object_seeker.py 99.15% <100.00%> (+1.00%) ⬆️
...estimators/object_detection/pytorch_faster_rcnn.py 100.00% <ø> (ø)
...mators/object_detection/pytorch_object_detector.py 89.94% <100.00%> (+4.15%) ⬆️
art/estimators/object_detection/pytorch_yolo.py 86.95% <100.00%> (+4.00%) ⬆️
art/attacks/evasion/fast_gradient.py 86.01% <95.00%> (+1.96%) ⬆️
...timators/speech_recognition/pytorch_deep_speech.py 83.85% <0.00%> (-0.07%) ⬇️
... and 8 more

... and 7 files with indirect coverage changes

)
# Update momentum in-place (important).
# The L1 normalization for accumulation is an arbitrary choice of the paper.
grad_2d = tf.reshape(grad, (len(grad), -1)) # pylint: disable=unreachable

Check warning

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.
@@ -225,6 +225,8 @@
PyTorchRegressor,
]

PYTORCH_OBJECT_DETECTOR_TYPE = Union[PyTorchObjectDetector] # pylint: disable=C0103

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'PYTORCH_OBJECT_DETECTOR_TYPE' is not used.
@beat-buesser beat-buesser added the release Releases of ART label Jun 15, 2024
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
@beat-buesser beat-buesser merged commit 5e830d6 into main Jun 16, 2024
62 checks passed
@beat-buesser beat-buesser linked an issue Jun 25, 2024 that may be closed by this pull request
@beat-buesser beat-buesser deleted the dev_1.18.0 branch October 1, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Releases of ART
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated pkg_resources raises DeprecationWarnings
5 participants