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

Type Hints for Lightning Core #946

Merged
merged 38 commits into from
Mar 12, 2020
Merged

Type Hints for Lightning Core #946

merged 38 commits into from
Mar 12, 2020

Commits on Mar 3, 2020

  1. first pass for LightningModule typehints

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    661405d View commit details
    Browse the repository at this point in the history
  2. fix return types

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9b5e784 View commit details
    Browse the repository at this point in the history
  3. add missing types

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    dc89b90 View commit details
    Browse the repository at this point in the history
  4. add type annotations to grads.py

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d3460cb View commit details
    Browse the repository at this point in the history
  5. add type annotations to hooks.py

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    cdfd1d1 View commit details
    Browse the repository at this point in the history
  6. add type annotation to memory.py

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3526a77 View commit details
    Browse the repository at this point in the history
  7. proper docstring quotation marks

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    614256c View commit details
    Browse the repository at this point in the history
  8. add type annotations to saving.py

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e36f42a View commit details
    Browse the repository at this point in the history
  9. fix cyclic import problem

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0c86afe View commit details
    Browse the repository at this point in the history
  10. fix cyclic import problem

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    280a0d0 View commit details
    Browse the repository at this point in the history
  11. add missing whitespace

    Adrian Wälchli authored and Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e433490 View commit details
    Browse the repository at this point in the history
  12. finish type hints for load_from_ methods

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4d24fdf View commit details
    Browse the repository at this point in the history
  13. docs: prepare_data does not return anything

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c2e1cec View commit details
    Browse the repository at this point in the history
  14. fix auto types in docs

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a878adb View commit details
    Browse the repository at this point in the history
  15. revert typehint for trainer in hook

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    35eb67c View commit details
    Browse the repository at this point in the history
  16. remove unnecessary return docs

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0272309 View commit details
    Browse the repository at this point in the history
  17. some fixes for memory docs

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    34f7c7d View commit details
    Browse the repository at this point in the history
  18. revert typing for args kwargs

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2fa525f View commit details
    Browse the repository at this point in the history
  19. added all missing None return types

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1187ef7 View commit details
    Browse the repository at this point in the history
  20. remove unused import

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    fe19508 View commit details
    Browse the repository at this point in the history
  21. add more details to dict/list return types

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    02e50c3 View commit details
    Browse the repository at this point in the history
  22. fix line too long

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d11f747 View commit details
    Browse the repository at this point in the history
  23. optimize imports

    Adrian Wälchli committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    bee44d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    09b8c16 View commit details
    Browse the repository at this point in the history
  2. linted

    Borda committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8555961 View commit details
    Browse the repository at this point in the history
  3. Revert "linted"

    This reverts commit 8555961.
    Borda authored and Adrian Wälchli committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7482cb8 View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    Adrian Wälchli committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    cad32d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Merge branch 'master' into module-typehints

    Adrian Wälchli committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ced9435 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. update

    Adrian Wälchli committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    b3f0ba5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into module-typehints

    Adrian Wälchli committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    aef5138 View commit details
    Browse the repository at this point in the history
  3. update

    Adrian Wälchli committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    15516de View commit details
    Browse the repository at this point in the history
  4. update

    Adrian Wälchli committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9c026ce View commit details
    Browse the repository at this point in the history
  5. update

    Adrian Wälchli committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    2915e6b View commit details
    Browse the repository at this point in the history
  6. update

    Adrian Wälchli committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    4bd0437 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge branch 'master' into module-typehints

    Adrian Wälchli committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    5c4b27f View commit details
    Browse the repository at this point in the history
  2. changelog

    Adrian Wälchli committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4f68fc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge branch 'master' into module-typehints

    Adrian Wälchli committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    4a517c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    1909bad View commit details
    Browse the repository at this point in the history