From 300c96854c010b96b674ef11237c8fad72312c62 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Thu, 11 May 2023 17:32:12 +0200 Subject: [PATCH 1/2] add 0.15.2 release to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81adac2a3ba..53a29020db3 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,17 @@ versions. | `torch` | `torchvision` | Python | | ------------------ | ------------------ | ------------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | +| `2.0.1` | `0.15.2` | `>=3.8`, `<=3.11` | | `2.0.0` | `0.15.1` | `>=3.8`, `<=3.11` | | `1.13.0` | `0.14.0` | `>=3.7.2`, `<=3.10` | | `1.12.0` | `0.13.0` | `>=3.7`, `<=3.10` | -| `1.11.0` | `0.12.0` | `>=3.7`, `<=3.10` |
older versions | `torch` | `torchvision` | Python | |--------------------|--------------------|---------------------------| +| `1.11.0` | `0.12.0` | `>=3.7`, `<=3.10` | | `1.10.2` | `0.11.3` | `>=3.6`, `<=3.9` | | `1.10.1` | `0.11.2` | `>=3.6`, `<=3.9` | | `1.10.0` | `0.11.1` | `>=3.6`, `<=3.9` | From cbc56e8f1840f47de21321ce0ca3a1d7206cbf0d Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Thu, 11 May 2023 17:56:24 +0200 Subject: [PATCH 2/2] prune table --- README.md | 44 +++++++++++++++++--------------------------- 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 53a29020db3..e9ceb664ae2 100644 --- a/README.md +++ b/README.md @@ -15,37 +15,27 @@ versions. | `torch` | `torchvision` | Python | | ------------------ | ------------------ | ------------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | -| `2.0.1` | `0.15.2` | `>=3.8`, `<=3.11` | -| `2.0.0` | `0.15.1` | `>=3.8`, `<=3.11` | -| `1.13.0` | `0.14.0` | `>=3.7.2`, `<=3.10` | -| `1.12.0` | `0.13.0` | `>=3.7`, `<=3.10` | +| `2.0` | `0.15` | `>=3.8`, `<=3.11` | +| `1.13` | `0.14` | `>=3.7.2`, `<=3.10` | +| `1.12` | `0.13` | `>=3.7`, `<=3.10` |
older versions -| `torch` | `torchvision` | Python | -|--------------------|--------------------|---------------------------| -| `1.11.0` | `0.12.0` | `>=3.7`, `<=3.10` | -| `1.10.2` | `0.11.3` | `>=3.6`, `<=3.9` | -| `1.10.1` | `0.11.2` | `>=3.6`, `<=3.9` | -| `1.10.0` | `0.11.1` | `>=3.6`, `<=3.9` | -| `1.9.1` | `0.10.1` | `>=3.6`, `<=3.9` | -| `1.9.0` | `0.10.0` | `>=3.6`, `<=3.9` | -| `1.8.2` | `0.9.2` | `>=3.6`, `<=3.9` | -| `1.8.1` | `0.9.1` | `>=3.6`, `<=3.9` | -| `1.8.0` | `0.9.0` | `>=3.6`, `<=3.9` | -| `1.7.1` | `0.8.2` | `>=3.6`, `<=3.9` | -| `1.7.0` | `0.8.1` | `>=3.6`, `<=3.8` | -| `1.7.0` | `0.8.0` | `>=3.6`, `<=3.8` | -| `1.6.0` | `0.7.0` | `>=3.6`, `<=3.8` | -| `1.5.1` | `0.6.1` | `>=3.5`, `<=3.8` | -| `1.5.0` | `0.6.0` | `>=3.5`, `<=3.8` | -| `1.4.0` | `0.5.0` | `==2.7`, `>=3.5`, `<=3.8` | -| `1.3.1` | `0.4.2` | `==2.7`, `>=3.5`, `<=3.7` | -| `1.3.0` | `0.4.1` | `==2.7`, `>=3.5`, `<=3.7` | -| `1.2.0` | `0.4.0` | `==2.7`, `>=3.5`, `<=3.7` | -| `1.1.0` | `0.3.0` | `==2.7`, `>=3.5`, `<=3.7` | -| `<=1.0.1` | `0.2.2` | `==2.7`, `>=3.5`, `<=3.7` | +| `torch` | `torchvision` | Python | +|---------|-------------------|---------------------------| +| `1.11` | `0.12` | `>=3.7`, `<=3.10` | +| `1.10` | `0.11` | `>=3.6`, `<=3.9` | +| `1.9` | `0.10` | `>=3.6`, `<=3.9` | +| `1.8` | `0.9` | `>=3.6`, `<=3.9` | +| `1.7` | `0.8` | `>=3.6`, `<=3.9` | +| `1.6` | `0.7` | `>=3.6`, `<=3.8` | +| `1.5` | `0.6` | `>=3.5`, `<=3.8` | +| `1.4` | `0.5` | `==2.7`, `>=3.5`, `<=3.8` | +| `1.3` | `0.4.2` / `0.4.3` | `==2.7`, `>=3.5`, `<=3.7` | +| `1.2` | `0.4.1` | `==2.7`, `>=3.5`, `<=3.7` | +| `1.1` | `0.3` | `==2.7`, `>=3.5`, `<=3.7` | +| `<=1.0` | `0.2` | `==2.7`, `>=3.5`, `<=3.7` |