Skip to content

Commit 7d6cfb1

Browse files
BordatchatonyiftachbeerSherin Thomasethanwharris
authored
Releasing 1.8.3 (#15757)
* chlog update * Fix typo in script name (#15724) (cherry picked from commit d925077) * Torch inference mode for prediction (#15719) torch inference mode for prediction (cherry picked from commit 08d14ec) * [App] Update multi-node examples (#15700) Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]> (cherry picked from commit 8306797) * feature(docs/app/lit_tabs): add works (#15731) (cherry picked from commit 1a31d13) * [App] Fix VSCode IDE debugger (#15747) (cherry picked from commit 6714ca7) * Update tensorboard requirement from <2.11.0,>=2.9.1 to >=2.9.1,<2.12.0 in /requirements (#15746) Update tensorboard requirement in /requirements Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](tensorflow/tensorboard@2.9.1...2.11.0) --- updated-dependencies: - dependency-name: tensorboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 0b58b69) * Update beautifulsoup4 requirement from <=4.8.2 to <4.11.2 in /requirements (#15745) * Update beautifulsoup4 requirement in /requirements Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 1ffbe1b) * [App] Fix multi-node pytorch example CI (#15753) (cherry picked from commit bc797fd) * [App] Improve `LightningTrainerScript` start-up time (#15751) (cherry picked from commit c2c1974) * Enable Probot CheckGroup v5 (#15670) (cherry picked from commit 6c8ee01) * [App] Enable properties for the Lightning flow (#15750) (cherry picked from commit 5cfb176) * test for Enable setting property (#15755) Co-authored-by: thomas chaton <[email protected]> Co-authored-by: Ethan Harris <[email protected]> (cherry picked from commit ba14038) * Move s3fs to cloud extras (#15729) Co-authored-by: Luca Antiga <[email protected]> (cherry picked from commit dd75906) * Revert new Hydra launch behavior (#15737) * revert new hydra cwd behavior * remove debug statements * changelog Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 88b2e5a) * FCCV Docs (#15598) * add custom data iter docs * add custom data iter docs * Update docs/source-pytorch/data/custom_data_iterables.rst * remove ToDevice * nit * Update docs/source-pytorch/data/custom_data_iterables.rst Co-authored-by: Luca Antiga <[email protected]> * clarification for @lantiga * typo * Update docs/source-pytorch/data/custom_data_iterables.rst * Update docs/source-pytorch/data/custom_data_iterables.rst * Update docs/source-pytorch/data/custom_data_iterables.rst Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Luca Antiga <[email protected]> (cherry picked from commit 006fde9) * Switch from tensorboard to tensorboardx in logger (#15728) * Switch from tensorboard to tensorboardx in logger * Warn if log_graph is set to True but tensorboard is not installed * Fix warning message formatting * Apply suggestions from code review * simplify for TBX as required pkg * docs example * chlog * tbx 2.2 Co-authored-by: Luca Antiga <[email protected]> Co-authored-by: William Falcon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Jirka <[email protected]> (cherry picked from commit 9c2eb52) * resolve conflicts * Fix azure path excludes (#15756) Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit aef94ce) * Disable XSRF protection in StreamlitFrontend to support upload in localhost (#15684) * Enable CORS in StreamlitFrontend to support upload * Only disable XSRF when running on localhost * Update test * Use utility fn to detect if localhost Co-authored-by: Luca Antiga <[email protected]> (cherry picked from commit ed3eef0) * Enable Probot CheckGroup v5.1 (#15763) (cherry picked from commit c55f80f) * Bump pytest from 7.1.3 to 7.2.0 in /requirements (#15677) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit cfb27bd) * Fix the `examples/app_dag` App (#14359) * Fix app dag example * Add test * Update doc * Update tests/tests_app_examples/test_app_dag.py Co-authored-by: Sherin Thomas <[email protected]> (cherry picked from commit 2b61c92) * mergify: drop ready for draft (#15766) (cherry picked from commit 1a07a9c) * lightning delete cluster CLI command help text update (#15760) * updated the lighting delete cluster CLI command help text output * updated changelog * typo fix * Apply suggestions from code review Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 75b0573) * Deduplicate top level lighting CLI command groups (#15761) * unify remove and delete command groups & the add and delete command groups * added changelog * fix tests * Apply suggestions from code review Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 7b2788e) * releasing 1.8.3 * CI: lite on GPU * Fix App Docs for lightning ssh-keys command (#15773) fixed ssh-keys docs (cherry picked from commit 317591d) Co-authored-by: thomas chaton <[email protected]> Co-authored-by: yiftachbeer <[email protected]> Co-authored-by: Sherin Thomas <[email protected]> Co-authored-by: Ethan Harris <[email protected]> Co-authored-by: Yurij Mikhalevich <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Luca Antiga <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: Justus Schock <[email protected]> Co-authored-by: Kaushik B <[email protected]> Co-authored-by: Rick Izzo <[email protected]>
1 parent 8bea72b commit 7d6cfb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+440
-352
lines changed

.azure/app-cloud-e2e.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ pr:
3535
- "tests/tests_app_examples/**"
3636
- "setup.py"
3737
- ".actions/**"
38-
- "!requirements/app/docs.txt"
39-
- "!*.md"
40-
- "!**/*.md"
38+
exclude:
39+
- "requirements/app/docs.txt"
40+
- "*.md"
41+
- "**/*.md"
4142

4243
# variables are automatically exported as environment variables so this will override pip's default cache dir
4344
variables:

.azure/gpu-benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ pr:
2323
- ".azure/gpu-benchmark.yml"
2424
- "tests/tests_pytorch/benchmarks/**"
2525
- "requirements/pytorch/**"
26-
- "!requirements/pytorch/docs.txt"
27-
- "!*.md"
28-
- "!**/*.md"
26+
exclude:
27+
- "requirements/pytorch/docs.txt"
28+
- "*.md"
29+
- "**/*.md"
2930

3031
schedules:
3132
- cron: "0 0 * * *" # At the end of every day

.azure/gpu-tests-lite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ pr:
3030
- "tests/tests_lite/**"
3131
- "setup.cfg" # includes pytest config
3232
- ".actions/**"
33-
- "!requirements/lite/docs.txt"
34-
- "!*.md"
35-
- "!**/*.md"
33+
exclude:
34+
- "requirements/lite/docs.txt"
35+
- "*.md"
36+
- "**/*.md"
3637

3738
jobs:
3839
- job: testing
@@ -74,7 +75,6 @@ jobs:
7475
- bash: |
7576
PYTORCH_VERSION=$(python -c "import torch; print(torch.__version__.split('+')[0])")
7677
python ./requirements/pytorch/adjust-versions.py requirements/lite/base.txt ${PYTORCH_VERSION}
77-
python ./requirements/pytorch/adjust-versions.py requirements/lite/examples.txt ${PYTORCH_VERSION}
7878
displayName: 'Adjust dependencies'
7979
8080
- bash: |

.azure/gpu-tests-pytorch.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ pr:
3737
- "requirements/lite/**"
3838
- "src/lightning_lite/**"
3939
- ".actions/**"
40-
- "!requirements/**/docs.txt"
41-
- "!*.md"
42-
- "!**/*.md"
40+
exclude:
41+
- "requirements/**/docs.txt"
42+
- "*.md"
43+
- "**/*.md"
4344

4445
jobs:
4546
- job: testing

.azure/hpu-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ pr:
2626
- "tests/tests_pytorch/**"
2727
- "setup.cfg" # includes pytest config
2828
- ".actions/**"
29-
- "!requirements/**/docs.txt"
30-
- "!*.md"
31-
- "!**/*.md"
29+
exclude:
30+
- "requirements/**/docs.txt"
31+
- "*.md"
32+
- "**/*.md"
3233

3334
jobs:
3435
- job: testing

.azure/ipu-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ pr:
2323
- "tests/tests_pytorch/**"
2424
- "setup.cfg" # includes pytest config
2525
- ".actions/**"
26-
- "!requirements/**/docs.txt"
27-
- "!*.md"
28-
- "!**/*.md"
26+
exclude:
27+
- "requirements/**/docs.txt"
28+
- "*.md"
29+
- "**/*.md"
2930

3031
variables:
3132
- name: poplar_sdk

.github/checkgroup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ subprojects:
244244
- ".github/workflows/ci-app-examples.yml"
245245
- "src/lightning_app/**"
246246
- "tests/tests_app_examples/**"
247-
- "examples/app_*"
247+
- "examples/app_*/**"
248248
- "requirements/app/**"
249249
- "setup.py"
250250
- ".actions/**"

.github/mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pull_request_rules:
5050
- name: Not ready yet
5151
conditions:
5252
- or:
53+
- draft # filter-out GH draft PRs
5354
- label="has conflicts"
5455
- "#approved-reviews-by=0" # number of review approvals
5556
- "#changes-requested-reviews-by>=1" # no requested changes

.github/workflows/ci-app-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ".github/workflows/ci-app-examples.yml"
1212
- "src/lightning_app/**"
1313
- "tests/tests_app_examples/**"
14-
- "examples/app_*"
14+
- "examples/app_*/**"
1515
- "requirements/app/**"
1616
- "setup.py"
1717
- ".actions/**"

.github/workflows/ci-app-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ".github/workflows/ci-app-tests.yml"
1212
- "src/lightning_app/**"
1313
- "tests/tests_app/**"
14-
- "examples/app_*" # some tests_app tests call examples files
14+
- "examples/app_*/**" # some tests_app tests call examples files
1515
- "requirements/app/**"
1616
- "setup.py"
1717
- ".actions/**"

0 commit comments

Comments
 (0)