pytorch-lightning icon indicating copy to clipboard operation
pytorch-lightning copied to clipboard

Weekly patch release v1.7.2

Open awaelchli opened this issue 3 years ago • 0 comments

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 🙃

awaelchli avatar Aug 09 '22 22:08 awaelchli

We should include #14145 IMO.

awaelchli avatar Aug 16 '22 09:08 awaelchli

Codecov Report

Merging #14126 (a3f48c1) into release/pytorch (be58159) will increase coverage by 6%. The diff coverage is 89%.

@@                 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     

codecov[bot] avatar Aug 17 '22 19:08 codecov[bot]