From a56e8a7cde4dd173c48a6ffe2be748ea9ff54762 Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Thu, 4 Dec 2025 10:19:15 -0500 Subject: [PATCH 1/3] version, table --- README.md | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c66e3bb6e..5c33ad62a 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ The following table indicates the compatibility between versions of | `torchcodec` | `torch` | Python | | ------------------ | ------------------ | ------------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.13` | +| `0.9` | `2.9` | `>=3.10`, `<=3.13` | | `0.8` | `2.9` | `>=3.10`, `<=3.13` | | `0.7` | `2.8` | `>=3.9`, `<=3.13` | | `0.6` | `2.8` | `>=3.9`, `<=3.13` | diff --git a/version.txt b/version.txt index 657e7c07f..37f1777fc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.0a0 +0.10.0a0 From 79e38b66137b72301e8e8205a738d523fc910c74 Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Thu, 4 Dec 2025 11:02:05 -0500 Subject: [PATCH 2/3] py 3.14, update readme text --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c33ad62a..71b5f3c51 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ # TorchCodec TorchCodec is a Python library for decoding video and audio data into PyTorch -tensors, on CPU and CUDA GPU. It also supports audio encoding, and video -encoding will come soon! It aims to be fast, easy to use, and well integrated +tensors, on CPU and CUDA GPU. It also supports video and audio encoding on CPU! +It aims to be fast, easy to use, and well integrated into the PyTorch ecosystem. If you want to use PyTorch to train ML models on videos and audio, TorchCodec is how you turn these into data. @@ -130,7 +130,7 @@ The following table indicates the compatibility between versions of | `torchcodec` | `torch` | Python | | ------------------ | ------------------ | ------------------- | -| `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.13` | +| `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.14` | | `0.9` | `2.9` | `>=3.10`, `<=3.13` | | `0.8` | `2.9` | `>=3.10`, `<=3.13` | | `0.7` | `2.8` | `>=3.9`, `<=3.13` | From 4b7fd8d05ad45a18c47b9e8a9338546b65b84872 Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Thu, 4 Dec 2025 11:02:43 -0500 Subject: [PATCH 3/3] 3.14 x2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b5f3c51..8b58167c2 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ The following table indicates the compatibility between versions of | `torchcodec` | `torch` | Python | | ------------------ | ------------------ | ------------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.14` | -| `0.9` | `2.9` | `>=3.10`, `<=3.13` | +| `0.9` | `2.9` | `>=3.10`, `<=3.14` | | `0.8` | `2.9` | `>=3.10`, `<=3.13` | | `0.7` | `2.8` | `>=3.9`, `<=3.13` | | `0.6` | `2.8` | `>=3.9`, `<=3.13` |