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

Releasing/1.8.4 extra2 #15960

Merged
merged 18 commits into from Dec 8, 2022
Merged

Releasing/1.8.4 extra2 #15960

merged 18 commits into from Dec 8, 2022

Commits on Dec 8, 2022

  1. [docs] Include all components in the API reference (#15805)

    * Update docs
    
    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    (cherry picked from commit e6f4c84)
    akihironitta authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b29355c View commit details
    Browse the repository at this point in the history
  2. Bump playwright from 1.27.1 to 1.28.0 in /requirements (#15903)

    * Bump playwright from 1.27.1 to 1.28.0 in /requirements
    
    Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.27.1 to 1.28.0.
    - [Release notes](https://github.com/Microsoft/playwright-python/releases)
    - [Commits](microsoft/playwright-python@v1.27.1...v1.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * 1.28
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jirka <jirka.borovec@seznam.cz>
    (cherry picked from commit 73a6dbe)
    dependabot[bot] authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    94b2ac5 View commit details
    Browse the repository at this point in the history
  3. [App] Add configure_layout method for works (#15926)

    * Add `configure_layout` method for works
    * Check for api access availability
    * Updates from review
    * Update CHANGELOG.md
    * Apply suggestions from code review
    
    Co-authored-by: Sherin Thomas <sherin@lightning.ai>
    (cherry picked from commit d5b9c67)
    ethanwharris authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    57c27a8 View commit details
    Browse the repository at this point in the history
  4. Don't try to aggregate requirements/__pycache__/base.txt in setupto…

    …ols (#15775)
    
    Exlucde __pycache__ in setuptools
    
    (cherry picked from commit ca5ca0e)
    akihironitta authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cbef5fd View commit details
    Browse the repository at this point in the history
  5. [App] Multiprocessing-safe work pickling (#15836)

    (cherry picked from commit df67833)
    Sherin Thomas authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f630f55 View commit details
    Browse the repository at this point in the history
  6. Multinode on MPS (#15748)

    * Fix restarting attribute for lr finder
    * update lite executor
    * update trainer executor
    * update spawn executor
    * add multinode component tests
    * add testing helpers
    * add lite tests
    * add trainer tests
    * update changelog
    * update trainer
    * update workflow
    * update tests
    * debug
    * add reason for skipif
    * Apply suggestions from code review
    * switch skipif
    
    Co-authored-by: Jirka <jirka.borovec@seznam.cz>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
    
    (cherry picked from commit 36aecde)
    justusschock authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    982222c View commit details
    Browse the repository at this point in the history
  7. [App] Resolve PythonServer on M1 (#15949)

    Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    (cherry picked from commit 904323b)
    tchaton authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    aa6478a View commit details
    Browse the repository at this point in the history
  8. Lite: Fix DataLoader shuffling when using DistributedSampler (#15931)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    (cherry picked from commit 3004f13)
    awaelchli authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    605badb View commit details
    Browse the repository at this point in the history
  9. [App] Temporarily disable ready (#15958)

    (cherry picked from commit d0b101c)
    ethanwharris authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5f0fc60 View commit details
    Browse the repository at this point in the history
  10. update date

    Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3ccfb80 View commit details
    Browse the repository at this point in the history
  11. Fix restarting attribute for lr finder (#15620)

    (cherry picked from commit 15184c6)
    justusschock authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f142ce0 View commit details
    Browse the repository at this point in the history
  12. [App] Improve pdb for multiprocessing (#15950)

    Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    (cherry picked from commit 482b279)
    tchaton authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6618985 View commit details
    Browse the repository at this point in the history
  13. [App] Improve debug triggering (#15951)

    (cherry picked from commit 772d121)
    tchaton authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    da02808 View commit details
    Browse the repository at this point in the history
  14. [App] Add automatic conversion to structures (#15961)

    (cherry picked from commit 67a47d4)
    tchaton authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8542b26 View commit details
    Browse the repository at this point in the history
  15. Make LightningModule torch.jit.script-able again (#15947)

    * Make LightningModule torch.jit.script-able again
    * remove skip
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    (cherry picked from commit b5fa896)
    awaelchli authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7deac02 View commit details
    Browse the repository at this point in the history
  16. Fix ImportErrors on Multinode if package not present (#15963)

    (cherry picked from commit cbd4dd6)
    justusschock authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f130c54 View commit details
    Browse the repository at this point in the history
  17. Fix typo in definition of world size in docs (#15954)

    (cherry picked from commit 7a1e0e8)
    awaelchli authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e2e383a View commit details
    Browse the repository at this point in the history
  18. [App] Enable running an app from the Gallery (#15941)

    Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
    Co-authored-by: Jirka <jirka.borovec@seznam.cz>
    
    (cherry picked from commit 4983083)
    tchaton authored and Borda committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e54f784 View commit details
    Browse the repository at this point in the history