Hi Team,
We will be creating a PyTorch patch release 2.7.1 with the following milestones:
- M1: Patch Release Announcement (5/01/2025)
- M2: Cherry-pick post deadline (5/19/2025 End of day 5PM PST)
- M3: All RC binaries are ready for testing (5/21/2025)
- M4: Release 2.7.1 General Availability (6/04/2025)
Issues that are targeted to be included in this release can be found here and the cherry-pick tracker here. Only low-risk changes will be cherry-picked from main.
Please review the criteria below and follow the cherry picking process.
- Accepted
- Low risk critical fixes for: silent correctness, backwards compatibility, crashes, deadlocks, (large) memory leaks
- Documentation improvements
- Release branch specific changes (e.g. blocking ci fixes, change version identifiers)
- Fixes to regressions against the most recent release (e.g. 2.7.0 for 2.7.1 release; see module: regression issue list)
- Critical fixes to new features being introduced in 2.7.0 release
- Not Accepted
- Feature work
Cheers,
Team PyTorch