Skip to content

Conversation

@rohitgr7
Copy link
Contributor

@rohitgr7 rohitgr7 commented Aug 31, 2022

What does this PR do?

gh pr list -s merged -S 'merged:2022-08-31T22:30:00.000Z..2022-09-06T22:00:00.000Z' --json mergedAt,milestone,url,mergeCommit,title --jq 'sort_by(.mergedAt) | reverse | .[] | select((.milestone.title == "pl:1.7.x") or (.milestone.title == null) or (.milestone.title == "all:next")) | [.url, .mergeCommit.oid, .title] | join(" ")' --limit 100
https://github.com/Lightning-AI/lightning/pull/14540 e5395de9d3ae76e528f0a84856bb113d43094828 Bump actions/checkout from 2 to 3
https://github.com/Lightning-AI/lightning/pull/14541 dafa3e8d2eda210a21622083945c6685ba64dba0 Bump tj-actions/changed-files from 29.0.1 to 29.0.3
https://github.com/Lightning-AI/lightning/pull/14544 875db199710f77fdff006a022cbd4d769d62b289 Add path filters for azure PR jobs
https://github.com/Lightning-AI/lightning/pull/14489 ce702fd40e5301cdb27a17bc9c22aac1b8299a41 Squeeze tensor while logging
https://github.com/Lightning-AI/lightning/pull/14539 f3d4d83462fccf83d953f3a8f6bdf32ec8b7bcd9 Add path filters for some non-required jobs
https://github.com/Lightning-AI/lightning/pull/14326 23f0e20209fb01c075b71983c9b9d465465f2fbf Fixed `WandbLogger` `save_dir` is not set after creation (#12748)
https://github.com/Lightning-AI/lightning/pull/14317 ed0164a3d235526abe7d50f233b8bab2a07501fa Estimate stepping batches with max_steps if max_epochs is not set
https://github.com/Lightning-AI/lightning/pull/14513 ce0bde702a82db218c419cd582e688046b4364d6 Remove deprecated `test_tube` dependency
https://github.com/Lightning-AI/lightning/pull/14512 fed1d8dc6a091bd712d2709df43807ee3adb359e Pin protobuf

Author list:

gh pr list -s merged -S 'merged:2022-08-31T22:30:00.000Z..2022-09-06T22:00:00.000Z' --json author,milestone --jq '.[] | select((.milestone.title == "pl:1.7.x") or (.milestone.title == null) or (.milestone.title == "all:next")) | ["@" + .author.login] | join("")' --limit 100 | sort --ignore-case | uniq | xargs echo
@carmocca @dependabot @robertomest @rohitgr7 @tshu-w

cc @Borda

@rohitgr7 rohitgr7 added bug Something isn't working release pl Generic label for PyTorch Lightning package labels Aug 31, 2022
@rohitgr7 rohitgr7 added this to the pl:1.7.x milestone Aug 31, 2022
akihironitta and others added 10 commits September 6, 2022 18:10
* rm _check-shema.yml
* Reuse devtools' check schema
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.1 to 29.0.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v29.0.1...v29.0.3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
…4326)

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


Co-authored-by: Roberto Estevão <robertode@microsoft.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
@awaelchli
Copy link
Contributor

awaelchli commented Sep 6, 2022

@krshrimali You also need to bump the version number in __version__ to 1.7.5

@Borda
Copy link
Collaborator

Borda commented Sep 6, 2022

@krshrimali mind also cherry-pint PR with adding psutil for apps so we have that side of check green too... :)

@github-actions github-actions bot removed the pl Generic label for PyTorch Lightning package label Sep 6, 2022
@krshrimali
Copy link
Contributor

@krshrimali mind also cherry-pint PR with adding psutil for apps so we have that side of check green too... :)

@Borda - Thank you! I've made the change.

@krshrimali krshrimali marked this pull request as ready for review September 6, 2022 14:56
@mergify mergify bot added the ready PRs ready to be merged label Sep 6, 2022
@krshrimali krshrimali enabled auto-merge (squash) September 6, 2022 15:43
@krshrimali krshrimali disabled auto-merge September 6, 2022 15:53
Copy link
Contributor Author

@rohitgr7 rohitgr7 left a comment

Choose a reason for hiding this comment

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

approved!

@lexierule lexierule merged commit 5450eb8 into release/pytorch Sep 6, 2022
@lexierule lexierule deleted the bugfix/draft-1.7.5 branch September 6, 2022 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready PRs ready to be merged release

Projects

None yet

Development

Successfully merging this pull request may close these issues.