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

bump monty to use the monty.json import speedup patch, add import time regression test, lazy load some rarely used but costly modules #4128

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2024

  1. copy pyproject from 4073

    DanielYang59 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d2447ed View commit details
    Browse the repository at this point in the history
  2. bump monty

    DanielYang59 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1eb855b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae9f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e08454e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b5723 View commit details
    Browse the repository at this point in the history
  6. bump sympy

    DanielYang59 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1948442 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03df9b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4492816 View commit details
    Browse the repository at this point in the history
  9. lazy import sympy

    DanielYang59 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a123174 View commit details
    Browse the repository at this point in the history
  10. lazy load scipy

    DanielYang59 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9688244 View commit details
    Browse the repository at this point in the history
  11. Revert "lazy load scipy"

    This reverts commit 9688244.
    DanielYang59 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6e0a89c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75e23b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4320868 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    77ebf2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    206ea52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25975dd View commit details
    Browse the repository at this point in the history
  4. reset netcdf4 pin

    DanielYang59 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    762b85a View commit details
    Browse the repository at this point in the history
  5. why <= doesn't work?

    DanielYang59 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    038ce9a View commit details
    Browse the repository at this point in the history
  6. add comment

    DanielYang59 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    24fdcdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    022b91a View commit details
    Browse the repository at this point in the history
  8. add place holder

    DanielYang59 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3dd2cdf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. enhance comment

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9b7f35a View commit details
    Browse the repository at this point in the history
  2. add TODO tag

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    87267f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3435e99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa4153a View commit details
    Browse the repository at this point in the history
  5. tweak placeholder

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    313d553 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e69e344 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa17222 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74ec0c9 View commit details
    Browse the repository at this point in the history
  9. fix is close

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    df8e2ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2778e28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8952c4a View commit details
    Browse the repository at this point in the history
  12. guard type check import

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c37ba45 View commit details
    Browse the repository at this point in the history
  13. lazy import matplotlib

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1674a96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ac0c7f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f7f993 View commit details
    Browse the repository at this point in the history
  16. skip in not CI env

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    abf5f8b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de4dc3b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8f5c2ac View commit details
    Browse the repository at this point in the history
  19. update type

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4849da0 View commit details
    Browse the repository at this point in the history
  20. skip test for macos

    DanielYang59 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    aceb5b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    eb51fee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c64ecae View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    9c3d186 View commit details
    Browse the repository at this point in the history
  2. Revert "bump torch timeout all the way to 5 min"

    This reverts commit 9c3d186.
    DanielYang59 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9ea93eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1589f39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b001361 View commit details
    Browse the repository at this point in the history