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

ruff fixes #184

Merged
merged 42 commits into from
Sep 12, 2024
Merged

ruff fixes #184

merged 42 commits into from
Sep 12, 2024

Commits on Aug 5, 2024

  1. build against numpy2

    DanielYang59 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e02ec19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d581717 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    110f4eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9996c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c74710 View commit details
    Browse the repository at this point in the history
  4. use tem path in test

    DanielYang59 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6fa3755 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. use int64

    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6a4246d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f3638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc1f833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d628068 View commit details
    Browse the repository at this point in the history
  5. fix error type

    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d0c6b5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4f05c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f7d6b6 View commit details
    Browse the repository at this point in the history
  8. use cython type

    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c70f804 View commit details
    Browse the repository at this point in the history
  9. include numpy c header

    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1d0b153 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f044eb View commit details
    Browse the repository at this point in the history
  11. maybe fix setup.py ModuleNotFoundError: No module named 'numpy'

    by lazy-importing numpy
    janosh committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    45a1fd7 View commit details
    Browse the repository at this point in the history
  12. ruff fixes

    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b8f6cfa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e4ceb6a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d00a425 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af86ce6 View commit details
    Browse the repository at this point in the history
  16. merge uv install stage?

    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d7aaded View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    47a77e0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    570bfed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ff8bf84 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f40088 View commit details
    Browse the repository at this point in the history
  21. fix: /Users/runner/work/chgnet/chgnet/chgnet/model/dynamics.py:297: D…

    …eprecationWarning: Use FrechetCellFilter for better convergence w.r.t. cell variables.
    
        atoms = ase_filter(atoms)
    DanielYang59 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b60f5e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    e53337e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b84de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59787a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bda704b View commit details
    Browse the repository at this point in the history
  5. Revert "NEED CONFIRM: drop python 3.9"

    This reverts commit bda704b.
    DanielYang59 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4eed205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d1ec65 View commit details
    Browse the repository at this point in the history
  7. revert to traditional uv pip install for now as setup-uv doesn't have…

    … permission for some reason
    DanielYang59 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4cafef7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1bf176 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    107fb02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    190d6e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9e8e5f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8875487 View commit details
    Browse the repository at this point in the history
  13. pin pmg 24.8.9

    DanielYang59 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8c3ffa2 View commit details
    Browse the repository at this point in the history
  14. Revert "fix: /Users/runner/work/chgnet/chgnet/chgnet/model/dynamics.p…

    …y:297: DeprecationWarning: Use FrechetCellFilter for better convergence w.r.t. cell variables."
    
    This reverts commit b60f5e4.
    DanielYang59 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    aeb9053 View commit details
    Browse the repository at this point in the history