Commit Graph

67 Commits

Author SHA1 Message Date
06f39a71b6 Add Release 2.8 CUDA matrix. Update Release schedule for 2.7.1 and 2.9 (#157482)
This PR:
- Adds Release 2.8 CUDA matrix
- Update Release 2.9 schedule, to make it more similar to 2.5 release schedule. Mid Oct release
- Update 2.7.1 release day
Pull Request resolved: https://github.com/pytorch/pytorch/pull/157482
Approved by: https://github.com/Camyll
2025-07-02 19:52:24 +00:00
41564803c2 [Docs] Mention version.txt change for patch releases (#153860)
Part of https://github.com/pytorch/pytorch/issues/151425

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153860
Approved by: https://github.com/Skylion007, https://github.com/seemethere
2025-05-19 22:35:33 +00:00
e2f9759bd0 Fix broken URLs (#152237)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152237
Approved by: https://github.com/huydhn, https://github.com/malfet
2025-04-27 09:56:42 +00:00
4271ebdbdc Explicitly state that a test-infra branch cut is required (#150214)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150214
Approved by: https://github.com/atalman
ghstack dependencies: #150210, #150211, #150213
2025-03-28 21:13:29 +00:00
2b2286c4ec Update reference for binary_build workflows (#150213)
There hasn't been a circleci for a looooong time
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150213
Approved by: https://github.com/atalman
ghstack dependencies: #150210, #150211
2025-03-28 21:13:29 +00:00
4118d7307f Update referenced PRs for ecosystem library branch cut (#150211)
The old PRs had a lot of extra changes in them which are no longer needed
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150211
Approved by: https://github.com/atalman
ghstack dependencies: #150210
2025-03-28 21:13:22 +00:00
f231500c50 Mention the cherry-picker bot in the release docs (#150210)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150210
Approved by: https://github.com/atalman
2025-03-28 21:13:15 +00:00
b8c0c50bbe Release.md readability improvements (#149402)
Improves a bunch of readability/grammatical issues with release.md.

Note: This was a claude code experiment, with all changes automatically generated.  But turns out minor edits like this is _not_ a good use of claude code since it asked for approval on every single changed line.  Prob way more efficient to toss this entire thing into a simple LLM.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/149402
Approved by: https://github.com/atalman
2025-03-18 20:04:56 +00:00
2e4874e48d Update RELEASE.md with latest changes to release process and release 2.7 information (#148888)
1. Update for Release 2.7 compatibility matrix
2. Remove mention of builder project, the scripts for release management were migrated to test-infra

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148888
Approved by: https://github.com/albanD, https://github.com/ZainRizvi
2025-03-10 19:20:27 +00:00
347a74b8f5 Mark CUDA-12.6 as experimental for 2.6 release (#144769)
Because that's the first time we are trying to release it, and it also is the first release to use manylinux2_28
Pull Request resolved: https://github.com/pytorch/pytorch/pull/144769
Approved by: https://github.com/atalman
2025-01-14 15:30:00 +00:00
19d8bbafb2 Update release matrix for 2.6 (#143538)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/143538
Approved by: https://github.com/atalman

Co-authored-by: Andrey Talman <atalman@fb.com>
2024-12-19 02:02:04 +00:00
6882b398a4 [Doc] Remove mention of Intel Macs (#141182)
As we are no longer supporting those.
At mention that MPS support needs Ventura+.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/141182
Approved by: https://github.com/clee2000, https://github.com/atalman
2024-11-21 01:05:12 +00:00
9656a603b2 Fix lint (#136781)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136781
Approved by: https://github.com/clee2000, https://github.com/ZainRizvi, https://github.com/malfet
2024-09-26 19:13:56 +00:00
c878ea2c4e Add info about "release tracker" label for cherry-picking bot (#136777)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136777
Approved by: https://github.com/seemethere, https://github.com/atalman
2024-09-26 18:45:45 +00:00
4fd16dd8aa Clarify that libtorch API is C++17 compatible (#136471)
As it relies on some common C++17 primitives, such as `std::optional`
Replace all docs references from C++14 to C++17

Fixes https://github.com/pytorch/pytorch/issues/133205

Pull Request resolved: https://github.com/pytorch/pytorch/pull/136471
Approved by: https://github.com/kit1980, https://github.com/atalman
2024-09-24 02:03:33 +00:00
d42b0c8f22 Add release matrix for 2.5 (#135383)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/135383
Approved by: https://github.com/huydhn
2024-09-07 00:49:53 +00:00
2e8c1be947 Update date for 2.5 in RELEASE.md (#133503)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/133503
Approved by: https://github.com/atalman
2024-08-14 20:45:58 +00:00
2820e1d9f8 Update CPython support policy (#130989)
Update as specified in the RFC that was accepted: https://github.com/pytorch/rfcs/blob/master/RFC-0038-cpython-support.md
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130989
Approved by: https://github.com/seemethere
2024-07-22 05:29:07 +00:00
3e53cae0fc Release 2.4 matrix update. Future releases dates (#130267)
Added Release Compatibility Matrix for release 2.4
Updated future release dates for 2.6-2.9
Updated possible patch release date for 2.4

Pull Request resolved: https://github.com/pytorch/pytorch/pull/130267
Approved by: https://github.com/malfet, https://github.com/albanD
2024-07-08 20:09:17 +00:00
26e374e3ca [EZ] Fix typos in RELEASE.md (#128769)
This PR fixes typo in `RELEASE.md`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/128769
Approved by: https://github.com/yumium, https://github.com/mikaylagawarecki
2024-06-18 17:15:05 +00:00
dae757c971 Specify supported OS matrix (#127816)
Windows-10 or newer
manylinux-2014
MacOS-11 or newer (but only on Apple Silicon)

Fixes https://github.com/pytorch/pytorch/issues/126679

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127816
Approved by: https://github.com/kit1980, https://github.com/huydhn
2024-06-04 04:25:41 +00:00
4d8fa7df40 Fix four misspellings of "its" in documentation (#125681)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125681
Approved by: https://github.com/Skylion007, https://github.com/svekars
2024-05-13 18:14:09 +00:00
ae9a4fa63c [ROCm] enforce ROCM_VERSION >= 6.0 (#125646)
Remove any code relying on ROCM_VERSION < 6.0.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/125646
Approved by: https://github.com/albanD, https://github.com/eqy
2024-05-12 18:01:28 +00:00
ed8a560845 Update Release Calendar for 2.3.1 and 2.4 releases (#125794)
As per:
- https://dev-discuss.pytorch.org/t/pytorch-release-2-4-0-call-for-features/2051
- https://dev-discuss.pytorch.org/t/pytorch-release-2-3-1-planning/2052

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125794
Approved by: https://github.com/malfet
2024-05-09 18:31:52 +00:00
927ae80afa Release 2.3 compatibility matrix (#124861)
Update release compatibility matrix with latest release

Pull Request resolved: https://github.com/pytorch/pytorch/pull/124861
Approved by: https://github.com/svekars, https://github.com/seemethere, https://github.com/malfet
2024-04-24 18:05:14 +00:00
535a84c125 Publish PyTorch docs to pytorch/cpp repo (#122895)
Updating the documents push to go to https://github.com/pytorch/docs repo instead of https://github.com/pytorch/pytorch.github.io as part of updating the PyTorch docs set up.
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/122895
Approved by: https://github.com/malfet
2024-04-05 02:00:20 +00:00
b091a32909 Add a section on release wiki about pytorchbot cherry-pick command (#121648)
I add a section about the new `pytorchbot cherry-pick` command in the release wiki so that more people know about it
Pull Request resolved: https://github.com/pytorch/pytorch/pull/121648
Approved by: https://github.com/atalman, https://github.com/seemethere
2024-03-11 20:09:58 +00:00
7adfeba47a Add Python 3.12 as experimental to release 2.2 (#119705)
Add 3.12 as experimental version to Release 2.2

Pull Request resolved: https://github.com/pytorch/pytorch/pull/119705
Approved by: https://github.com/Skylion007, https://github.com/huydhn
2024-02-12 20:13:54 +00:00
2ae55e99fe [release] Add Launch Execution XFN meeting process to release runbook (#116701)
Make sure we have this process documented in the runbook.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116701
Approved by: https://github.com/seemethere
2024-01-03 17:16:18 +00:00
fb91acd33b [release] Add specific section about building and testing final rc (#116476)
Formalize process of building and testing final rc. To avoid having missing PRs in the release, similar to this: https://github.com/pytorch/pytorch/pull/114197

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116476
Approved by: https://github.com/huydhn
2023-12-28 15:25:08 +00:00
e891a3bba9 [releng] Add release 2.2 to Release Compatibility Matrix for PyTorch releases (#114758)
Update RELEASE.md for release 2.2

Pull Request resolved: https://github.com/pytorch/pytorch/pull/114758
Approved by: https://github.com/DanilBaibak
2023-11-29 16:27:59 +00:00
700071869a [no-ci][EZ] Update RELEASE.md (#112253)
Reflect default branch renames from master to main

Pull Request resolved: https://github.com/pytorch/pytorch/pull/112253
Approved by: https://github.com/huydhn, https://github.com/ZainRizvi
2023-10-27 18:12:15 +00:00
cb48ef21cc [no-ci] Clarify revert handling in release branches (#112262)
Changes that has been reverted on trunk, must be reverted in release as well

Pull Request resolved: https://github.com/pytorch/pytorch/pull/112262
Approved by: https://github.com/huydhn
2023-10-27 18:11:29 +00:00
062850f4b9 Remove TorchText from RELEASE.MD (#111940)
TorchText development has been paused, so it should no longer be considered a requirement for release process

Pull Request resolved: https://github.com/pytorch/pytorch/pull/111940
Approved by: https://github.com/atalman, https://github.com/seemethere, https://github.com/kit1980
2023-10-24 17:28:33 +00:00
77e5f5d8a4 Updates to patch version release plans (#110952)
1. Updates to patch release process
2. Add Release cadence section
3. Changed description for Modify release matrix to reflect current process
Pull Request resolved: https://github.com/pytorch/pytorch/pull/110952
Approved by: https://github.com/malfet
2023-10-10 17:59:29 +00:00
ec3c748fa2 Document Triton dependency for the release process (#109296)
Document triton dependency for the Pytorch Release

<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at e9773f0</samp>

Add documentation for Triton dependency in `RELEASE.md`. The documentation covers how to install and use Triton for various PyTorch builds and platforms.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/109296
Approved by: https://github.com/malfet
2023-09-14 23:48:45 +00:00
5c133e91c3 Add guidance on the tutorials release proccess (#107871)
Clarify the tutorials release process.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/107871
Approved by: https://github.com/atalman
2023-08-24 21:27:35 +00:00
0b88007540 Adding release compatibility matrix for release 2.1 (#106891)
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 3c5a179</samp>

Update `RELEASE.md` with compatibility information for PyTorch 2.1. This file documents the supported versions of Python, CUDA, and CUDNN for each PyTorch release.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106891
Approved by: https://github.com/kit1980
2023-08-09 20:30:45 +00:00
1943bd0d7e [Release] Add FAQ explaining release terms (#102618)
[Release] Add FAQ explaining release terms
This is AI from release 2.0.0 retrospective
Fixes: https://github.com/pytorch/pytorch/issues/98009

Co-authored-by: Nikita Shulga <nshulga@meta.com>
Co-authored-by: Eli Uriegas <eliuriegas@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/102618
Approved by: https://github.com/malfet
2023-06-05 20:26:57 +00:00
816400a294 Add branch change name for composite action (#101309)
Mention in release runbook, that composite workflow should reference release branch rather than trunk

Pull Request resolved: https://github.com/pytorch/pytorch/pull/101309
Approved by: https://github.com/atalman
2023-05-12 21:50:12 +00:00
dfa951171a Fix typo in RELEASE.md and README.md (#100536)
Some minor spelling, grammar and typographical mistakes have been fixed in RELEASE.md & README.md files
Pull Request resolved: https://github.com/pytorch/pytorch/pull/100536
Approved by: https://github.com/ezyang
2023-05-10 05:06:45 +00:00
2418b94576 Rename default branch to main (#99210)
Mostly `s/@master/@main` in numerous `.yml` files.

Keep `master` in `weekly.yml` as it refers to `xla` repo and in `test_trymerge.py` as it refers to a branch PR originates from.
2023-04-16 18:48:14 -07:00
78e991e575 Patch release process description (#98425)
Patch release process description
Pull Request resolved: https://github.com/pytorch/pytorch/pull/98425
Approved by: https://github.com/seemethere
2023-04-05 20:25:13 +00:00
85961f5728 Fix broken anchor in RELEASE.md (#96525)
Fixes https://github.com/pytorch/pytorch/issues/96514

Pull Request resolved: https://github.com/pytorch/pytorch/pull/96525
Approved by: https://github.com/atalman
2023-03-10 19:35:03 +00:00
7d02ecfabb Fix typo in RELEASE.md and CONTRIBUTING.md (#95965)
This PR fixes typos in `RELEASE.md` and `CONTRIBUTING.md`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/95965
Approved by: https://github.com/kit1980
2023-03-04 00:14:05 +00:00
18c6ca1ee1 Add release matrix to release.md (#93392)
Add Release Compatibility Matrix
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93392
Approved by: https://github.com/weiwangmeta, https://github.com/albanD, https://github.com/seemethere
2023-01-31 21:28:02 +00:00
d9f0d14835 Update RELEASE.md with pinning xla and builder PRs (#93079)
Provide example PRs necessary for pinning xla and builder repos for release

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93079
Approved by: https://github.com/malfet, https://github.com/kit1980
2023-01-26 20:11:30 +00:00
17b80bfaf3 Update patch release cherry pick condition (#90220)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90220
Approved by: https://github.com/ezyang, https://github.com/seemethere
2022-12-20 13:56:43 +00:00
ed41a7fb68 Update minor release acceptance criteria (#89767)
Update minor release acceptance criteria

Pull Request resolved: https://github.com/pytorch/pytorch/pull/89767
Approved by: https://github.com/albanD, https://github.com/weiwangmeta
2022-11-28 18:49:32 +00:00
8721448544 Add statement about minor releases, in the release.md document (#89698)
* Add statement about minor releases

* Update RELEASE.md
2022-11-28 10:36:40 -05:00