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

Bump torchaudio from 0.12.0+cpu to 0.12.1

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

Bumps torchaudio from 0.12.0+cpu to 0.12.1.

Release notes

Sourced from torchaudio's releases.

torchaudio 0.12.1 Release Note

This is a minor release, which is compatible with PyTorch 1.12.1 and include small bug fixes, improvements and documentation update. There is no new feature added.

Bug Fix

  • #2560 Fix fall back failure in sox_io backend
  • #2588 Fix hubert fine-tuning recipe bugs

Improvement

  • #2552 Remove unused boost source code
  • #2527 Improve speech enhancement tutorial
  • #2544 Update forced alignment tutorial
  • #2595 Update data augmentation tutorial

For the full feature of v0.12, please refer to the v0.12.0 release note.

Commits

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[bot] avatar Aug 08 '22 07:08 dependabot[bot]

Codecov Report

Merging #1811 (706f6af) into main (38061a6) will decrease coverage by 59.45%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1811       +/-   ##
===========================================
- Coverage   85.56%   26.10%   -59.46%     
===========================================
  Files         271      271               
  Lines       23048    23048               
  Branches     4103     4103               
===========================================
- Hits        19720     6017    -13703     
- Misses       2318    16857    +14539     
+ Partials     1010      174      -836     
Impacted Files Coverage Δ
art/evaluations/evaluation.py 0.00% <0.00%> (-100.00%) :arrow_down:
art/estimators/object_detection/utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
art/evaluations/security_curve/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
art/attacks/poisoning/perturbations/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
...essing/expectation_over_transformation/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
...rmation/natural_corruptions/contrast/tensorflow.py 0.00% <0.00%> (-100.00%) :arrow_down:
...formation/natural_corruptions/zoom_blur/pytorch.py 0.00% <0.00%> (-93.94%) :arrow_down:
...mation/natural_corruptions/zoom_blur/tensorflow.py 0.00% <0.00%> (-93.55%) :arrow_down:
art/attacks/evasion/shapeshifter.py 5.89% <0.00%> (-93.30%) :arrow_down:
...ormation/natural_corruptions/shot_noise/pytorch.py 0.00% <0.00%> (-90.00%) :arrow_down:
... and 196 more

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

@dependabot rebase

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

Looks like torchaudio is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Aug 30 '22 14:08 dependabot[bot]