-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
Description
This is a master issue to track which PRs should be cherry-picked for the 0.10.1 release, and follows PyTorch's criteria pytorch/pytorch#58518.
Cherry-Pick Criteria
Only low-risk changes may be cherry-picked from master:
- Fixes to regressions against the most recent minor release (e.g. 1.8 for 1.9 release; see module: regression issue list)
- Critical fixes for: silent correctness, backwards compatibility, crashes, deadlocks, (large) memory leaks
- Fixes to new features introduced in the most recent minor release (e.g. 1.8.1 for 1.9 release)
- Test/CI fixes
- Documentation improvements
- Compilation fixes or ifdefs required for different versions of the compilers or third-party libraries
- Release branch specific changes (e.g. change version identifiers)
Cherry-Pick Process
Ensure your PR has landed in master. This does not apply for release-branch specific changes (see Cherry-Pick criteria).
Create (but do not land) a PR against the release branch.
Details
Make a request below with the following format:
- Link to landed master PR (if applicable):
- Link to release branch PR:
- Criteria Category: