Skip to content

Bump torchdata from 0.7.1 to 0.11.0#1393

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

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
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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 23, 2026
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 9cd4cdd to 7ab564d Compare February 23, 2026 07:38
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.

0 participants