Skip to content

Commit

Permalink
2024-09-26 nightly release (1a98f21)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Sep 26, 2024
1 parent 19fd27d commit a947965
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 25 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/_build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
os:
- windows-latest
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
Expand Down Expand Up @@ -224,7 +223,6 @@ jobs:
os:
- windows-latest
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
Expand Down Expand Up @@ -366,10 +364,10 @@ jobs:
needs: [get_release_type, wheel_upload, conda_upload]
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.8
- name: Setup Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/aistore_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- macos-latest
- ubuntu-latest
python-version:
- 3.8
- 3.9
steps:
- name: Get PyTorch Channel
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Get PyTorch Channel
shell: bash
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/domain_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- ubuntu-latest
# - windows-latest
python-version:
- 3.8
- 3.9
steps:
- name: Setup Python ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.9"
- name: Check out source repository
uses: actions/checkout@v3
- name: Install lint utilities
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Check out source repository
uses: actions/checkout@v3
- name: Install PyTorch
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.9"
- name: Check out source repository
uses: actions/checkout@v3
- name: Check if documentation is complete
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
pre_dev_release: true
pytorch_version: ""
secrets:
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/stateful_dataloader_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Get PyTorch Channel
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
if: github.repository == 'pytorch/data' && startsWith(github.ref_name, 'release/')
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: "release/0.8"
branch: "release/0.9"
pre_dev_release: true
pytorch_version: "2.4.0"
pytorch_version: "2.5.0"
secrets:
CONDA_TEST_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
**We are re-focusing the torchdata repo to be an iterative enhancement of torch.utils.data.DataLoader. We do not plan on
continuing development or maintaining the [`DataPipes`] and [`DataLoaderV2`] solutions, and they will be removed from
the torchdata repo. We'll also be revisiting the `DataPipes` references in pytorch/pytorch. In release
`torchdata==0.8.0` (July 2024) they will be marked as deprecated, and in 0.9.0 (Oct 2024) they will be deleted. Existing
users are advised to pin to `torchdata==0.8.0` or an older version until they are able to migrate away. Subsequent
releases will not include DataPipes or DataLoaderV2. The old version of this README is
`torchdata==0.8.0` (July 2024) they will be marked as deprecated, and sometime after 0.9.0 (Oct 2024) they will be
deleted. Existing users are advised to pin to `torchdata==0.9.0` or an older version until they are able to migrate
away. Subsequent releases will not include DataPipes or DataLoaderV2. The old version of this README is
[available here](https://github.com/pytorch/data/blob/v0.7.1/README.md). Please reach out if you suggestions or comments
(please use [#1196](https://github.com/pytorch/data/issues/1196) for feedback).**

Expand Down Expand Up @@ -43,7 +43,8 @@ The following is the corresponding `torchdata` versions and supported Python ver

| `torch` | `torchdata` | `python` |
| -------------------- | ------------------ | ----------------- |
| `master` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.12` |
| `master` / `nightly` | `main` / `nightly` | `>=3.9`, `<=3.12` |
| `2.5.0` | `0.9.0` | `>=3.9`, `<=3.12` |
| `2.4.0` | `0.8.0` | `>=3.8`, `<=3.12` |
| `2.0.0` | `0.6.0` | `>=3.8`, `<=3.11` |
| `1.13.1` | `0.5.1` | `>=3.7`, `<=3.10` |
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ files = torchdata

exclude = examples, test, packaging

python_version = 3.8
python_version = 3.9

#
# Third party dependencies that don't have types.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ first_party_detection = false
[tool.black]

line-length = 120
target-version = ["py37"]
target-version = ["py39"]

[build-system]
requires = [
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ def remove_extension(pattern):
author_email="[email protected]",
license="BSD",
install_requires=requirements,
python_requires=">=3.8",
python_requires=">=3.9",
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
Expand Down
2 changes: 1 addition & 1 deletion third_party/aws-sdk-cpp
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0a0
0.10.0a0

0 comments on commit a947965

Please sign in to comment.