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

Add internal API typehints #303

Merged
merged 82 commits into from
Jun 22, 2023
Merged

Add internal API typehints #303

merged 82 commits into from
Jun 22, 2023

Commits on Jun 13, 2023

  1. internal typehints batch 1

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a0ecd55 View commit details
    Browse the repository at this point in the history
  2. convert returncode to int type

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c6d22e5 View commit details
    Browse the repository at this point in the history
  3. omit/fix from batch 1

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    34b4146 View commit details
    Browse the repository at this point in the history
  4. typehints batch 2

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    66df566 View commit details
    Browse the repository at this point in the history
  5. typehints batch 3

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b13efc4 View commit details
    Browse the repository at this point in the history
  6. local launcher typehints

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2799edf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89db941 View commit details
    Browse the repository at this point in the history
  8. error typehints

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f4a07f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66c86ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    034a598 View commit details
    Browse the repository at this point in the history
  11. jobmanager typehints

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f6c341e View commit details
    Browse the repository at this point in the history
  12. job/jobmanager typehints 2

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d8d416c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f9c3b7 View commit details
    Browse the repository at this point in the history
  14. _core.config typehints fixes

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    10e3db6 View commit details
    Browse the repository at this point in the history
  15. smartsim.settings typehints

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    29ec4f5 View commit details
    Browse the repository at this point in the history
  16. smarsim.ml.data typehints

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c0d30bb View commit details
    Browse the repository at this point in the history
  17. tf.data, tf.utils typehints

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8066b0a View commit details
    Browse the repository at this point in the history
  18. ml.torch typehint start

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7e2ba5b View commit details
    Browse the repository at this point in the history
  19. _core.utils.redis type ignore

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    415dff7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    24b6d48 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d65d29 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f74afac View commit details
    Browse the repository at this point in the history
  23. fix t.List[ vs list[ bugs

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8267319 View commit details
    Browse the repository at this point in the history
  24. fix another t.List issue

    ankona committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    aebe3a1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e5c2682 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    d94e7b0 View commit details
    Browse the repository at this point in the history
  2. comment & docstring cleanup

    ankona committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    79d1fe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e3ca14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0f1f63 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    38f9217 View commit details
    Browse the repository at this point in the history
  2. fix dict value typehint

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    64ddd77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab6745 View commit details
    Browse the repository at this point in the history
  4. fix formatting per review

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f34bfd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91ac505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42a4ac9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67744df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0bb920 View commit details
    Browse the repository at this point in the history
  9. Fix incorrect error text

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    22106c6 View commit details
    Browse the repository at this point in the history
  10. reduce cyclomatic complexity

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2d3153c View commit details
    Browse the repository at this point in the history
  11. fix version rename bug

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    aede87e View commit details
    Browse the repository at this point in the history
  12. update incorrect docstring

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0d1c6b2 View commit details
    Browse the repository at this point in the history
  13. remove extraneous null check

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cf60661 View commit details
    Browse the repository at this point in the history
  14. treat job id as str

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3d7803b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    252be6c View commit details
    Browse the repository at this point in the history
  16. Remove deprecated type check

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    17fd40a View commit details
    Browse the repository at this point in the history
  17. fix docstring drift

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    982c3a7 View commit details
    Browse the repository at this point in the history
  18. fix docstring drift

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    af40410 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5a53cf7 View commit details
    Browse the repository at this point in the history
  20. tighten t.Any to str

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    85f4a0a View commit details
    Browse the repository at this point in the history
  21. avoid nullable return value

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0559f53 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a406746 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4d2995e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    01fe78b View commit details
    Browse the repository at this point in the history
  25. Remove no-op __init__

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    315de9b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8189eac View commit details
    Browse the repository at this point in the history
  27. formatting fix

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e627744 View commit details
    Browse the repository at this point in the history
  28. remove empty trailing comment

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bb63a34 View commit details
    Browse the repository at this point in the history
  29. tighten set typehint

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    09db3b1 View commit details
    Browse the repository at this point in the history
  30. fix formatting

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ea10b5b View commit details
    Browse the repository at this point in the history
  31. avoid unnecessary t.Union

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0be9bb4 View commit details
    Browse the repository at this point in the history
  32. rename for internal method

    ankona committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    71508c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix variable re-definition

    ankona committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    80f2567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28394e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0abdb5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c29ee21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    747d4fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e33065 View commit details
    Browse the repository at this point in the history
  7. tighten generics typehints

    ankona committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3add880 View commit details
    Browse the repository at this point in the history
  8. remove unnecessary hint

    ankona committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0bd1097 View commit details
    Browse the repository at this point in the history
  9. remove extraneous coalesce

    ankona committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    83b8680 View commit details
    Browse the repository at this point in the history
  10. Add cluster hint back in

    ankona committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    20a3bbf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c924c57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8eb4392 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11066ba View commit details
    Browse the repository at this point in the history
  14. docstring fixes

    ankona committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    529cc9d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    664e676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5710ad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03192d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89a1e94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b3586 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa9db5c View commit details
    Browse the repository at this point in the history