-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Lightning App Release 0.6.1 #14745
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
Lightning App Release 0.6.1 #14745
Conversation
…2.8.3 in /requirements (#14585) Update s3fs requirement in /requirements Updates the requirements on [s3fs](https://github.com/fsspec/s3fs) to permit the latest version. - [Release notes](https://github.com/fsspec/s3fs/releases) - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2022.5.0...2022.8.2) --- updated-dependencies: - dependency-name: s3fs 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>
…14465) Co-authored-by: Mansy <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
* Removes timeout from streamlit e2e test We have a timeout on the app view which waits for the button but it causes a refresh on the page which causes playwright to miss the button on each refresh. we can remove the timeout altogether since we have a time limit on the test itself in the CI setup Co-authored-by: thomas chaton <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…14666) * Update traitlets requirement from <5.2.0 as strict in /requirements Co-authored-by: Jirka Borovec <[email protected]>
* Traitlets >= 5.3.0 * Apply suggestions from code review Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump lightning cloud for memory leak fix (#14697)
…13971) Co-authored-by: thomas chaton <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
- updates the Lightning App docs theme to the one without Pytorch Lightning docs Google Tag Manager hardcoded - sets the GTM id in the conf.py for Lightning App docs
* Update installation Updates to use python -m pip install -U lightning and adds troubleshooting note * Apply suggestions from code review Co-authored-by: Jirka Borovec <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release/app #14745 +/- ##
=============================================
- Coverage 60% 60% -0%
=============================================
Files 358 359 +1
Lines 27033 27149 +116
=============================================
+ Hits 16330 16375 +45
- Misses 10703 10774 +71 |
About the meta-pkg failures, can anyone help if they are legit? I don't see Action: https://github.com/Lightning-AI/lightning/actions/runs/3066780836/jobs/4952342861 File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\lightning\app\__init__.py", line 43, in <module>
from lightning_app.utilities.imports import _module_available # noqa: E402
ImportError: cannot import name '_module_available' from 'lightning_app.utilities.imports' (C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\lightning_app\utilities\imports.py) |
Closing this in favor of: #14746 |
This PR was closed in the favor of: #14746
Before submitting
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:
Did you have fun?
Make sure you had fun coding 🙃
cc @Borda