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

Refactor codebase into a python package #32

Merged
merged 46 commits into from
Aug 19, 2024

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    0afdfee View commit details
    Browse the repository at this point in the history
  2. setup pylint version

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    28118a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da3108 View commit details
    Browse the repository at this point in the history
  4. create project

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ea64309 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c68537 View commit details
    Browse the repository at this point in the history
  6. simplify black config

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4b77be6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2bae03 View commit details
    Browse the repository at this point in the history
  8. minor fixes

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1d12b0d View commit details
    Browse the repository at this point in the history
  9. run on all branch pushes

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ad0accc View commit details
    Browse the repository at this point in the history
  10. rename action to "lint"

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3e69502 View commit details
    Browse the repository at this point in the history
  11. add ci/cd test for imports

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    681c7b1 View commit details
    Browse the repository at this point in the history
  12. py version must be quoted

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5ad0230 View commit details
    Browse the repository at this point in the history
  13. fix torch install url

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    35987e5 View commit details
    Browse the repository at this point in the history
  14. use pdm in ci/cd

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    148d7f6 View commit details
    Browse the repository at this point in the history
  15. disable cache for now

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b912d1a View commit details
    Browse the repository at this point in the history
  16. check in lock file

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b656445 View commit details
    Browse the repository at this point in the history
  17. add pytest

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    248196f View commit details
    Browse the repository at this point in the history
  18. cache in cicd

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1af1576 View commit details
    Browse the repository at this point in the history
  19. add torch-geometric to deps

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7ed7c97 View commit details
    Browse the repository at this point in the history
  20. fix import and more tests

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2869952 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9aaaecd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    358c8d6 View commit details
    Browse the repository at this point in the history
  23. update requirements.txt

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6c3bdce View commit details
    Browse the repository at this point in the history
  24. more import tests

    leifdenby committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fbd6a2b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    e89facc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/mllam/neural-lam into maint…

    …/refactor-as-package
    leifdenby committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0b5687a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    095fdbc View commit details
    Browse the repository at this point in the history
  4. adapt README for package

    leifdenby committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    49e9bfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12cc02b View commit details
    Browse the repository at this point in the history
  6. remove pdm in gitignore

    leifdenby committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b47f50b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90d99ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a91eaaa View commit details
    Browse the repository at this point in the history
  9. clean out tests

    leifdenby committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5508cea View commit details
    Browse the repository at this point in the history
  10. fix linting

    leifdenby committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5c623c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08ec168 View commit details
    Browse the repository at this point in the history
  12. tweak cicd pytest execution

    leifdenby committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3954f04 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update tests/test_mllam_dataset.py

    Co-authored-by: SimonKamuk <[email protected]>
    leifdenby and SimonKamuk authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    db9d96f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    2a6796c View commit details
    Browse the repository at this point in the history
  2. Linting

    joeloskarsson committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8f4e0e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Merge pull request #1 from mllam/package_inits

    Package inits
    leifdenby authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e7cf2c0 View commit details
    Browse the repository at this point in the history
  2. add pyproject-flake8 to precommit config

    Leif Denby committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0b72e9d View commit details
    Browse the repository at this point in the history
  3. use Flake8-pyproject instead

    Leif Denby committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    190d1de View commit details
    Browse the repository at this point in the history
  4. update README

    Leif Denby committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    791af0a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. update changelog

    leifdenby committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    47c1f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f25375 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/mllam/neural-lam into maint…

    …/refactor-as-package
    leifdenby committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b1ecb2c View commit details
    Browse the repository at this point in the history