Skip to content
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

[release] Weekly Patch Release v.1.2.3 [full merge, no squash] #6431

Merged
merged 19 commits into from
Mar 9, 2021

Conversation

tchaton
Copy link
Contributor

@tchaton tchaton commented Mar 9, 2021

What does this PR do?

The list of commit is described there: #6083

Before submitting

  • Was this discussed/approved via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • 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:

  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

Did you have fun?

Make sure you had fun coding 🙃

carmocca and others added 2 commits March 9, 2021 08:37
… when saved during training (#6073)

Co-authored-by: chaton <thomas@grid.ai>
* add to docs

* update docs

* Apply suggestions from code review

* Update pytorch_lightning/core/hooks.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

* nested loaders

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* shorten text length

* Update pytorch_lightning/core/hooks.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
@tchaton tchaton self-assigned this Mar 9, 2021
@tchaton tchaton added this to the 1.2.x milestone Mar 9, 2021
@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #6431 (cdbb898) into release/1.2.x (b3b8f95) will increase coverage by 0%.
The diff coverage is 93%.

@@              Coverage Diff              @@
##           release/1.2.x   #6431   +/-   ##
=============================================
  Coverage             93%     94%           
=============================================
  Files                160     161    +1     
  Lines              11407   11437   +30     
=============================================
+ Hits               10653   10715   +62     
+ Misses               754     722   -32     

* Fix when _stable_1d_sort to work when n >= N

* Apply suggestions

Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
@pep8speaks
Copy link

pep8speaks commented Mar 9, 2021

Hello @tchaton! Thanks for updating this PR.

Line 20:1: E731 do not assign a lambda expression, use a def

Comment last updated at 2021-03-09 16:51:59 UTC

chizuchizu and others added 15 commits March 9, 2021 13:57
…TPU (#6221)

* Fix bug

Fix AttributeError: 'NoneType' object has no attribute 'finalize'

* Update CHANGELOG.md

* deleted a period

* Update CHANGELOG.md

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>

* Update CHANGELOG.md

* Update pytorch_lightning/plugins/training_type/tpu_spawn.py

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* resolve bug

* update changelog

* Update tests/trainer/test_trainer.py

* Update pytorch_lightning/profiler/profilers.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* resolve comments

* resolve flake8

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* update

* resolve flake8

* update

* update

* update changelog

* update

* resolve flake8

Co-authored-by: Your Name <you@example.com>
…6296)

* resolve an issue with TPU

* update

* add changelog
* Ensure we check deepspeed/sharded in multinode

* Add CHANGELOG.md

* Add CHANGELOG.md

* Drop mock, use actual multi-gpu node
* ci: azure reinstall torchtext

* move

* todos

* 0.6.0

* skip examples

* formatter

* skip

* todo

* Apply suggestions from code review
* resolve bug

* resolve flake8

* revert name
* Call clip gradients if clip val greater than 0

* format

* Format

* Move to top of file
* patch download

* CI

* isort

* extra

remove runif
* adjust versions

* release

* manifest

* pep8

* CI

* fix

* build
* copy torchtext batch

* update

* rev

* rev
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we get in also this fix #6434

CHANGELOG.md Outdated Show resolved Hide resolved
@carmocca carmocca mentioned this pull request Mar 9, 2021
CHANGELOG.md Outdated Show resolved Hide resolved
@lexierule lexierule enabled auto-merge (rebase) March 9, 2021 14:43
Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is some mess with commits - I see now 42

@lexierule lexierule merged commit e719d60 into release/1.2.x Mar 9, 2021
@lexierule lexierule deleted the v1.2.3 branch March 9, 2021 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.