iejMac / video2dataset

Easily create large video dataset from video urls
MIT License
546 stars 65 forks source link

Bump torchdata from 0.6.0 to 0.7.1 #281

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps torchdata from 0.6.0 to 0.7.1.

Release notes

Sourced from torchdata's releases.

TorchData 0.7.1

TorchData 0.7.1 Latest

Current status ⚠️ As of July 2023, we have paused active development on TorchData and have paused new releases. We have learnt a lot from building it and hearing from users, but also believe we need to re-evaluate the technical design and approach given how much the industry has changed since we began the project. During the rest of 2023 we will be re-evaluating our plans in this space. Please reach out if you suggestions or comments (please use pytorch/data#1196 for feedback).

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

TorchData 0.7.0

Current status

:warning: As of July 2023, we have paused active development on TorchData and have paused new releases. We have learnt a lot from building it and hearing from users, but also believe we need to re-evaluate the technical design and approach given how much the industry has changed since we began the project. During the rest of 2023 we will be re-evaluating our plans in this space. Please reach out if you suggestions or comments (please use #1196 for feedback).

Bug Fixes

New Features

  • Implement InProcessReadingService (#1139)
  • Enable miniepoch for MultiProcessingReadingService (#1170)
  • DataPipe, Implement pause/resume for FullSync (#1130)
  • DataLoader2, Saving and restoring initial seed generator (#998)
  • Add ThreadPoolMapper (#1052)

TorchData 0.6.1 Release Notes

TorchData 0.6.1 Beta Release Notes

Highlights

This minor release is aligned with PyTorch 2.0.1 and primarily fixes bugs that are introduced in the 0.6.0 release. We sincerely thank our users and contributors for spotting various bugs and helping us to fix them.

Bug Fixes

DataLoader2

... (truncated)

Commits
  • 5e6f7b7 Set conda token to the test channel
  • b2b2577 Switch to Nova build jobs and cleanup AWS credentials (#1217)
  • b565dc1 [Release-only] Bump minor version to 0.7.1
  • f403211 Relax torchdata torch conda requirement to >= 2.0 (#1213)
  • 4905fa5 Add release trigger for linux wheel and conda builds
  • 6d4cdf7 build: Just set torch>=2.0 (#1210)
  • c5f2204 Merge pull request #1205 from atalman/fix_conda_build_env
  • 155677a Build using dedictaed wheel environment
  • b724a2a Merge pull request #1204 from atalman/fix_arm64_build
  • 47144d9 Fix arm64 builds by building using source
  • Additional commits viewable in compare view


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 show 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)