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

Weekly patch release v1.6.5 #13481

Merged
merged 24 commits into from
Jul 12, 2022
Merged

Weekly patch release v1.6.5 #13481

merged 24 commits into from
Jul 12, 2022

Conversation

rohitgr7
Copy link
Contributor

@rohitgr7 rohitgr7 commented Jul 1, 2022

What does this PR do?

Patch Release v1.6.5

gh pr list  -S "merged:2022-06-01T18:30:00.000Z..2022-07-01T18:30:00.000Z is:merged" --json mergedAt,milestone,url,mergeCommit,title --jq 'sort_by(.mergedAt) | reverse | .[] | select((.milestone.title == "pl:1.6.x")) | [.mergedAt, .url, .mergeCommit.oid, .title] | join(" ")' --limit 100
2022-06-29T22:42:34Z https://github.com/Lightning-AI/lightning/pull/13417 1f85b6d6a4b7932fb4b0ff67b3d2fa493ce14ad6 Fix validation when accelerator is a string
2022-06-29T19:09:35Z https://github.com/Lightning-AI/lightning/pull/13396 2dd332f9c795aa5e590dce4d83e76d791a7b43df Call `set_epoch` for distributed batch samplers
2022-06-29T18:44:46Z https://github.com/Lightning-AI/lightning/pull/13259 55e347ba609df1a1248ef1243ff8cbc09fb97bc8 Unpin `protobuf` version and update `tensorboard` version
2022-06-29T17:34:24Z https://github.com/Lightning-AI/lightning/pull/13420 b332b6632821e3f8fd451bbdf158bc9389eea51a Modified python version check to accommodate for legacy version styles
2022-06-29T13:35:57Z https://github.com/Lightning-AI/lightning/pull/13441 b137ef71345a64e16f397ae601caf714a4cb2c54 CI: fix requirements freeze
2022-06-23T14:21:56Z https://github.com/Lightning-AI/lightning/pull/13384 7a3509decb24113f1a563ece0217afe41ef3e4ce Fix mypy errors for model summary utilities
2022-06-21T22:09:12Z https://github.com/Lightning-AI/lightning/pull/13275 bbc51d16a3fef61059a5dc26feef98b8cd8fe72d Update torchmetrics requirement from <=0.7.2,>=0.4.1 to >=0.4.1,<0.9.2 in /requirements
2022-06-21T19:35:34Z https://github.com/Lightning-AI/lightning/pull/13352 e703917f391dab137ac1b3ed61dd991c8bc16bb9 CI: Build new HPU docker image
2022-06-21T16:48:28Z https://github.com/Lightning-AI/lightning/pull/13350 89e2e69b010b862dc39fff7bd78b8ae6b293f183 [BUG] `estimated_stepping_batches` requires distributed comms in `configure_optimizers` for `DeepSpeedStrategy`
2022-06-21T09:06:49Z https://github.com/Lightning-AI/lightning/pull/13268 55b0635a48489c5162796666073489d1b127c907 Update tutorials
2022-06-21T08:52:06Z https://github.com/Lightning-AI/lightning/pull/13261 d24178ec29689c631ea95dccafdeb7786fddc51a Fix torch.distributed._sharded_tensor DeprecationWarning
2022-06-08T18:36:53Z https://github.com/Lightning-AI/lightning/pull/13250 56cd8833733837a5b484af12b4c7d73ceac56a73 CI: Remove simple test `ci_test-base.yml`
2022-06-02T13:39:14Z https://github.com/Lightning-AI/lightning/pull/13185 3c5a8a833e14c3788fa686cd706cbf2ebd899675 Decouple pulling legacy checkpoints from existing GHA workflows and docker files
2022-06-02T12:54:14Z https://github.com/Lightning-AI/lightning/pull/13136 de4ab1c0273f7caa1cca36eebc235ea283558561 update NGC docker

Does your PR introduce any breaking changes? If yes, please list them.

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 list all the breaking changes introduced by this pull request?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or minor internal changes/refactors)

PR review

Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the 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 🙃

cc @Borda

Borda and others added 8 commits July 1, 2022 13:07
* update docker
* Apply suggestions from code review

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
…ocker files (#13185)

* Add pull-legacy-checkpoints action
* Replace pulls with the new action and script
* Simplify
CI: Remove simple test `ci_test-base.yml`
…!=10.15.0.a,<13.0.0 in /requirements (#13047)

* Update rich requirement in /requirements

Updates the requirements on [rich](https://github.com/willmcgugan/rich) to permit the latest version.
- [Release notes](https://github.com/willmcgugan/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v10.2.2...v12.4.1)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…2 in /requirements (#13275)

Update torchmetrics requirement in /requirements

Updates the requirements on [torchmetrics](https://github.com/PyTorchLightning/metrics) to permit the latest version.
- [Release notes](https://github.com/PyTorchLightning/metrics/releases)
- [Changelog](https://github.com/PyTorchLightning/metrics/blob/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v0.4.1...v0.9.1)

---
updated-dependencies:
- dependency-name: torchmetrics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@rohitgr7 rohitgr7 changed the base branch from master to release/stable July 1, 2022 08:22
@rohitgr7 rohitgr7 marked this pull request as draft July 1, 2022 08:24
CHANGELOG.md Outdated Show resolved Hide resolved
@Borda Borda marked this pull request as ready for review July 1, 2022 19:27
martinosorb and others added 3 commits July 1, 2022 23:07
#13420)

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

(cherry picked from commit b332b66)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

(cherry picked from commit 2dd332f)
@Borda Borda requested a review from awaelchli July 1, 2022 22:04
CHANGELOG.md Outdated Show resolved Hide resolved
@mergify mergify bot added the ready PRs ready to be merged label Jul 2, 2022
@Borda Borda added this to the pl:1.6.x milestone Jul 4, 2022
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.

go 🐰

Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

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

LGTM !

rohitgr7 and others added 5 commits July 12, 2022 23:52
@carmocca
Copy link
Contributor

The release date format was not correct. Also we had not updated the __version__ field. GPU CI was green beforehand so we are good to merge.

@lexierule lexierule merged commit ff53616 into release/stable Jul 12, 2022
@lexierule lexierule deleted the 1.6.5-draft branch July 12, 2022 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready PRs ready to be merged release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants