Skip to content

Bump torchdata from 0.7.1 to 0.11.0#1393

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/torchdata-0.11.0
Closed

Bump torchdata from 0.7.1 to 0.11.0#1393
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/torchdata-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps torchdata from 0.7.1 to 0.11.0.

Release notes

Sourced from torchdata's releases.

TorchData v0.11.0

What's Changed

  • Addition of Unbatcher node (#1416 )
  • max_concurrent instance check and error message fix (#1420 )
  • Out of order implementation in StatefulDataloader (#1423 )
  • Addition of CYCLE_FOREVER stop criterion for MultiNodeWeightedSampler node (#1424 )
  • generator initial seed setting in RandomSampler (#1441 )
  • StatefulDataloader restart behavior when reloaded from a state_dict saved at end of epoch with num_workers=0 (#1439 )

New Contributors

Full Changelog: meta-pytorch/data@v0.10.1...v0.11.0 @​andrewkho @​divyanshk @​scotts @​atalman

v0.10.1

What's Changed

This release introduces 3 major changes:

  1. Introducing torchdata.nodes, a library of extensible and composable iterators that lets you chain together common dataloading and pre-proc operations! This initial release includes the following features, with more on the way:

  2. This release drops support for DataPipes and DataLoader2. Release v0.9 was the last stable release which includes them. Please see this issue for more details.

  3. PyTorch's official conda channel is deprecated. TorchData has removed its conda builds as well. TorchData will be available for installation through pip, on PyPI and download.pytorch.org.

Full Changelog: meta-pytorch/data@v0.9.0...v0.10.1

@​divyanshk @​ramanishsingh @​andrewkho

TorchData v0.9.0

What's Changed

This was a relatively small release compared to previous. This will notably be the last stable release to feature DataPipes and DataLoader2!

New Contributors

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 23, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/torchdata-0.11.0 branch from 9cd4cdd to 7ab564d Compare February 23, 2026 07:38
@dependabot dependabot bot force-pushed the dependabot/pip/torchdata-0.11.0 branch from 7ab564d to bf65cb2 Compare March 9, 2026 07:47
@esoteric-ephemera
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [torchdata](https://github.com/pytorch/data) from 0.7.1 to 0.11.0.
- [Release notes](https://github.com/pytorch/data/releases)
- [Commits](meta-pytorch/data@v0.7.1...v0.11.0)

---
updated-dependencies:
- dependency-name: torchdata
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/torchdata-0.11.0 branch from bf65cb2 to 7c9e78a Compare April 6, 2026 17:23
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/torchdata-0.11.0 branch April 6, 2026 17:30
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