pytorch-lightning
pytorch-lightning copied to clipboard
Weekly patch release v1.7.2
Patch Release v1.7.2
gh pr list -s merged -S 'merged:2022-08-09T20:30:00.000Z..2022-08-16T22:00:00.000Z' --json author,milestone --jq '.[] | select((.milestone.title == "pl:1.7.x") or (.milestone.title == null)) | ["@" + .author.login] | join("")' --limit 100 | sort --ignore-case | uniq | xargs echo
gh pr list -s merged -S 'merged:2022-08-09T20:30:00.000Z..2022-08-16T22:00:00.000Z' --json author,milestone --jq '.[] | select((.milestone.title == "all:next") or (.milestone.title == null)) | ["@" + .author.login] | join("")' --limit 100 | sort --ignore-case | uniq | xargs echo
TODO
Before submitting
- [x] Was this discussed/approved via a GitHub issue? (not for typos and docs)
- [x] Did you read the contributor guideline, Pull Request section?
- [x] Did you make sure your PR does only one thing, instead of bundling different changes together?
- [x] Did you make sure to update the documentation with your changes? (if necessary)
- [x] Did you write any new necessary tests? (not for typos and docs)
- [x] Did you verify new and existing tests pass locally with your changes?
- [x] Did you update the CHANGELOG? (not for typos, docs, test updates, or internal minor changes/refactorings)
PR review
Anyone in the community is free to review the PR once the tests have passed. Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
- [x] Is this pull request ready for review? (if not, please submit in draft mode)
- [x] Check that all items from Before submitting are resolved
- [x] Make sure the title is self-explanatory and the description concisely explains the PR
- [x] Add labels and milestones (and optionally projects) to the PR so it can be classified
Did you have fun?
I made sure I had fun coding 🙃
We should include #14145 IMO.
Codecov Report
Merging #14126 (a3f48c1) into release/pytorch (be58159) will increase coverage by
6%. The diff coverage is89%.
@@ Coverage Diff @@
## release/pytorch #14126 +/- ##
===================================================
+ Coverage 80% 86% +6%
===================================================
Files 103 342 +239
Lines 6803 26695 +19892
===================================================
+ Hits 5418 22839 +17421
- Misses 1385 3856 +2471