Hi Team,
We will be creating a PyTorch patch release 2.9.1 with the following milestones:
- M1: Patch Release Announcement (31st Oct)
- M2: Cherry-pick post deadline (7th NOV End of day 5PM PST)
- M3: All RC binaries are ready for testing (10th NOV)
- M4: Release 2.9.1 General Availability (12th NOV)
Issues that are targeted to be included in this release can be found here and the cherry pick tracker is 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.9.0 for 2.9.1 release; see module: regression issue list)
- Critical fixes to new features being introduced in 2.9.0 release
- Not Accepted
- Feature work
Cheers,
Team PyTorch