-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Weekly Patch Release v.1.2.6 [full merge, no squash] #6729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
shall we include |
|
I don't see why not. It's testing code. Can't even be imported by users. |
please do, it will make further releases more manageable |
* fix dummy logger * docs * update docs * add changelog * add none return annotation * return empty string for name, version
… of train/val/test (#6498) * update docs * add hook and update docs * update tests * chlog * Update CHANGELOG.md Co-authored-by: Adrian Wälchli <[email protected]> * chlog Co-authored-by: Adrian Wälchli <[email protected]>
* update coverage config * parallel * parallel * Apply suggestions from code review * Apply suggestions from code review * paralel * paralel * paralel * combine * combine * . * .. * .. * .. * rev * cb * cb * drop * drop * . * .. * ... * ... * ... * .
Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Roger Shieh <[email protected]> Co-authored-by: Kaushik Bokka <[email protected]>
* mock examples * drop from GA
* Fix checkpoint callback issue for TPUs * update changelog * add barrier * apply code suggestions * update trainer test * remove spaces * fix tpu tests * Apply suggestions from code review * add comment Co-authored-by: Jirka Borovec <[email protected]>
…6719) * update_logic * update * Update tests/utilities/test_xla_device_utils.py * Update pytorch_lightning/utilities/xla_device.py Co-authored-by: Kaushik B <[email protected]> * Update pytorch_lightning/utilities/xla_device.py Co-authored-by: Kaushik B <[email protected]> * update test * Update tests/utilities/test_xla_device_utils.py * update * Apply fix * Docstring * flake8 * update Co-authored-by: Your Name <[email protected]> Co-authored-by: Kaushik B <[email protected]> Co-authored-by: Carlos Mocholi <[email protected]>
* use latest * remake * examples
Codecov Report
@@ Coverage Diff @@
## release/1.2.x #6729 +/- ##
===============================================
- Coverage 93% 87% -6%
===============================================
Files 163 190 +27
Lines 11318 13050 +1732
===============================================
+ Hits 10567 11381 +814
- Misses 751 1669 +918 |
tchaton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Great work !
PR review
related to #6083