Skip to content

chore(deps): bump torchvision from 0.21.0 to 0.28.0 in /daemon - #444

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/daemon/torchvision-0.28.0
Open

chore(deps): bump torchvision from 0.21.0 to 0.28.0 in /daemon#444
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/daemon/torchvision-0.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps torchvision from 0.21.0 to 0.28.0.

Release notes

Sourced from torchvision's releases.

TorchVision 0.28.0 Release

TorchVision 0.28 is out with some small enhancement and bug-fixes:

Enhancements

  • [transforms] Let wrap() preserve metadata for custom TVTensor subclasses (#9490)
  • [transforms] Allow strings for interpolation param in resize transforms (#9461)

Bug fixes

  • [transforms] Fix F.resize on tv_tensors.Mask to honor NEAREST_EXACT interpolation. Previously the interpolation argument was ignored for mask inputs (resize_mask hardcoded NEAREST), so NEAREST_EXACT silently produced plain NEAREST output (#9497)
  • [io] Fix a GIF decoder bug on malformed GIFs that could write outside the allocated tensor's memory (#9520)

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:

Andrey Talman, Benson Ma, Jason Fried, Joanne Yun, Nicolas Hug

TorchVision 0.27.1 Release

This is a patch release, which is compatible with PyTorch 2.12.1. There are no new features added.

TorchVision 0.27 Release

TorchVision 0.27 is out! This is a small release where the main improvement is the addition of the popular lanczos interpolation mode for the v2.Resize transform on CPU. Results are equivalent to PIL's, but you can expect TorchVision to be faster as it leverages AVX2 (on x86) and NEON paths (on ARM).

Improvements

[transforms] Add support for lanczos interpolation mode (#9459) [transforms] Drastically speed-up Resize on NEON ARM (#9439) [ops] Vectorize masks_to_boxes for performance (#9358) [ops, transforms] Add direct XYWH-CXCYWH conversion for better performance (#9326) [datasets] torchvision.datasets.voc: update dataset and project site URLs (#9216) [ops] Add support for rotated boxes in box_iou (#9404, #9379) [ops][MPS] Improve runtime complexity of roi_align (#9100) [Code quality] #9359, #9364, #9359, #9317, #9409, #9408, #9416, #9411, #4463, #9475, #9427, #9448, #9443, #9396, #9316, #9286, #9324, #9338, #9381, #9386

[Documentation] #9339, #9351, #9323, #9374, #9412, #9378, #9428, #9431, #9474, #9472, #9463, #9440, #9385, #9327, #9334, #8879, #9350, #9392

Bug Fixes

[transforms] Fix incorrect normalization axis in v2.ElasticTransform (#9300) [transforms] Fix: add clamping to avoid v2.ElasticTransform IndexError when bbox equals canvas size (#9436) [transforms] Fix tv_tensors.wrap to preserve subclass types for BoundingBoxes and KeyPoints (#9332) [transforms] Fix CXCYWH to XYXY conversion for integer bounding boxes (#9322) [ops] Fix masks_to_boxes for empty masks (#9357)

Contributors

... (truncated)

Commits

@dependabot
dependabot Bot force-pushed the dependabot/pip/daemon/torchvision-0.28.0 branch 8 times, most recently from d63eafd to 76005ab Compare July 22, 2026 14:01
@dependabot dependabot Bot changed the title chore(deps): bump torchvision from 0.21.0 to 0.28.0 in /daemon Bump torchvision from 0.21.0 to 0.28.0 in /daemon Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/daemon/torchvision-0.28.0 branch 2 times, most recently from a09a5db to 563393c Compare July 27, 2026 11:55
@dependabot dependabot Bot changed the title Bump torchvision from 0.21.0 to 0.28.0 in /daemon chore(deps): bump torchvision from 0.21.0 to 0.28.0 in /daemon Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/daemon/torchvision-0.28.0 branch 6 times, most recently from 95732dd to 96ead8a Compare July 30, 2026 15:08
Bumps [torchvision](https://github.com/pytorch/vision) from 0.21.0 to 0.28.0.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.21.0...v0.28.0)

---
updated-dependencies:
- dependency-name: torchvision
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/daemon/torchvision-0.28.0 branch from 96ead8a to 365aa07 Compare August 4, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants