fix(deps): update dependency torchvision to v0.25.0 #64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.24.0->==0.25.0>=0.24.0,<0.25.0->>=0.25.0,<0.26.0Release Notes
pytorch/vision (torchvision)
v0.25.0: TorchVision 0.25 ReleaseCompare Source
TorchVision 0.25 is out! It is compatible with torch 2.10. It's a small release that comes with the following improvements:
Enhancement
[transforms] KeyPoints aren't clamped by default anymore after a transform. This is a bug-fix that comes with a change of behavior. We also added the
SanitizeKeyPointstransform to remove keypoints outside of the image area (#9236, #9235)[utils]
draw_bounding_boxesnow supports alabel_background_colorsparameter (#9204)[io] Fixed an issue in the GIF decoder (
decode_gif,decode_image) which affected some (not all) animated GIFs. (#9241)[misc] Various code-quality and docs improvements (#9218, #9270, #9250, #9247)
Contributors
🎉 We're grateful for our community, which helps us improve Torchvision by submitting issues and PRs, and providing feedback and suggestions. The following persons have contributed patches for this release:
Andrei Moraru, Andrey Talman, Antoine Simoulin , Arun Prakash A, Björn Barz, Huy Do, Nicolas Hug, Sean Gilligan, Wes Castro, Zhitao Yu
v0.24.1: TorchVision 0.24.1 ReleaseCompare Source
This is a patch release, which is compatible with PyTorch 2.9.1. There are no new features added.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.