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

Local Area graphs #30

Merged
merged 168 commits into from
Oct 3, 2024
Merged

Local Area graphs #30

merged 168 commits into from
Oct 3, 2024

Commits on Jun 24, 2024

  1. feat: Initial implementation of global graphs

    Co-authored by: Mario Santa Cruz <[email protected]>
    theissenhelen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    38f8d15 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add dependencies

    theissenhelen committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9dc2cec View commit details
    Browse the repository at this point in the history
  2. add cli command

    JPXKQX committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f1fe18f View commit details
    Browse the repository at this point in the history
  3. Ignore .pt files

    JPXKQX committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b8b558d View commit details
    Browse the repository at this point in the history
  4. run pre-commit

    JPXKQX committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7f6f4bd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. docstring + log erros

    JPXKQX committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d5f67fd View commit details
    Browse the repository at this point in the history
  2. initial tests

    JPXKQX committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b12272d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce5ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ba0391 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a47184 View commit details
    Browse the repository at this point in the history
  2. remove __init__

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    384adc7 View commit details
    Browse the repository at this point in the history
  3. feat: test edge builders

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0bc176c View commit details
    Browse the repository at this point in the history
  4. add blank lines

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d16934b View commit details
    Browse the repository at this point in the history
  5. dep: hydra-core

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0f82ea7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9c5ada View commit details
    Browse the repository at this point in the history
  7. deps: == to >=

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    66ef5dc View commit details
    Browse the repository at this point in the history
  8. rename node builder classes

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fcd0b74 View commit details
    Browse the repository at this point in the history
  9. fix: tests

    JPXKQX committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b28b0ff View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    ec8c9c5 View commit details
    Browse the repository at this point in the history
  2. fix: error

    JPXKQX committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9b9d805 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. refactor: naming

    theissenhelen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2b67bf3 View commit details
    Browse the repository at this point in the history
  2. fix: pre-commit

    theissenhelen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cdeaa03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07434c View commit details
    Browse the repository at this point in the history
  4. feat: Add icosahedral graph generation

    Co-authored-by: Mario Santa Cruz <[email protected]>
    theissenhelen and JPXKQX committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    52403d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ef63c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe76bb View commit details
    Browse the repository at this point in the history
  7. feat: hexagonal graph generation

    Co-authored-by: Mario Santa Cruz <[email protected]>
    theissenhelen and JPXKQX committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fde0fe6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97ef0da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8dcda40 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63be6af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b175585 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86c5e35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19461a1 View commit details
    Browse the repository at this point in the history
  14. fix: imports

    theissenhelen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    39ee3ad View commit details
    Browse the repository at this point in the history
  15. fix: output type

    theissenhelen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f00fd72 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    75a82c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f45b900 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9f2c052 View commit details
    Browse the repository at this point in the history
  19. fix: imports

    theissenhelen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e410bf5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ef1c110 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2e6830f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    a59f5d1 View commit details
    Browse the repository at this point in the history
  2. test: hexagonal edges

    theissenhelen committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    59bac56 View commit details
    Browse the repository at this point in the history
  3. fix: avoid same name

    theissenhelen committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bd729c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    9cce37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745709f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc735cd View commit details
    Browse the repository at this point in the history
  4. feat: AreaNPZFileNodes

    theissenhelen committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    03fbf9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3731e82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed64a7e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    1e2c37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07c583 View commit details
    Browse the repository at this point in the history
  3. refactor: rename tests

    theissenhelen committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    980ed8d View commit details
    Browse the repository at this point in the history
  4. Global Encoder-Processor-Decoder graph (#9)

    * feat: Initial implementation of global graphs
    
    Co-authored by: Mario Santa Cruz <[email protected]>
    Co-authored-by: Helen Theissen <[email protected]>
    Co-authored-by: Sara Hahner <[email protected]>
    Co-authored-by: Jesper Dramsch <[email protected]>
    JPXKQX authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3609681 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    a973c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af111a6 View commit details
    Browse the repository at this point in the history
  3. fix typo

    JPXKQX committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a8a1620 View commit details
    Browse the repository at this point in the history
  4. Homogeneize base builders

    JPXKQX committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    926c75b View commit details
    Browse the repository at this point in the history
  5. improve test docstrings

    JPXKQX committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f342073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d9fea8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. new input config

    JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1b20845 View commit details
    Browse the repository at this point in the history
  2. new default

    JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4e62431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6825850 View commit details
    Browse the repository at this point in the history
  4. feat: Initial implementation of global graphs

    Co-authored by: Mario Santa Cruz <[email protected]>
    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d25c47b View commit details
    Browse the repository at this point in the history
  5. add cli command

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8f0415e View commit details
    Browse the repository at this point in the history
  6. Ignore .pt files

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    22fba0e View commit details
    Browse the repository at this point in the history
  7. run pre-commit

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2879c7c View commit details
    Browse the repository at this point in the history
  8. docstring + log erros

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1ca0633 View commit details
    Browse the repository at this point in the history
  9. initial tests

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    277c231 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a4e9cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96a6ed5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c88ee8 View commit details
    Browse the repository at this point in the history
  13. remove __init__

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    92988d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de07488 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c900bfd View commit details
    Browse the repository at this point in the history
  16. fix: error

    JPXKQX authored and theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9768204 View commit details
    Browse the repository at this point in the history
  17. refactor: naming

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    74ef4cc View commit details
    Browse the repository at this point in the history
  18. fix: pre-commit

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    91e15b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    66d3aa1 View commit details
    Browse the repository at this point in the history
  20. feat: Add icosahedral graph generation

    Co-authored-by: Mario Santa Cruz <[email protected]>
    theissenhelen and JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    23b3110 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    469b56b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e864c3 View commit details
    Browse the repository at this point in the history
  23. feat: hexagonal graph generation

    Co-authored-by: Mario Santa Cruz <[email protected]>
    theissenhelen and JPXKQX committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d573905 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    edd9c43 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b7002e3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1d55ef6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7dcfb98 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a35b76f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bfc3e84 View commit details
    Browse the repository at this point in the history
  30. fix: imports

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fc2f707 View commit details
    Browse the repository at this point in the history
  31. fix: output type

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7c3dca3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d627e58 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    735fbc1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    46a2c07 View commit details
    Browse the repository at this point in the history
  35. fix: imports

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c9e4fde View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7a8b316 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    02496ec View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    59fcad3 View commit details
    Browse the repository at this point in the history
  39. test: hexagonal edges

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b41f88e View commit details
    Browse the repository at this point in the history
  40. fix: avoid same name

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5a43185 View commit details
    Browse the repository at this point in the history
  41. fix: imports

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a0259f8 View commit details
    Browse the repository at this point in the history
  42. fix: conflicts

    theissenhelen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7289e32 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9a6decc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. update tests

    JPXKQX committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4ca717b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb93b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e44ae0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe8a8e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from ecmwf/hotfix/config_node_name

    Hotfix: nodes config name
    
    Co-authored-by: <[email protected]>
    Co-authored-by: <[email protected]>
    JPXKQX authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5865b35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    633091f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2820e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    463911c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae5a8a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: update attribute name

    JPXKQX committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b0a35b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    4f445a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa812eb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/6-generate-graphs-from-icosahedr…

    …al-meshes' into 7-local-area-modelling-graphs
    theissenhelen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c7bd45c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d190758 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dca3729 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge remote-tracking branch 'origin/develop' into 7-local-area-model…

    …ling-graphs
    
    Co-authored-by: Helen Theissen <[email protected]>
    JPXKQX and theissenhelen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    86a5ce5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    3b26473 View commit details
    Browse the repository at this point in the history
  2. docs & default values

    JPXKQX committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9d015a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41bd3f5 View commit details
    Browse the repository at this point in the history
  4. fix: import HEALPixNodes

    JPXKQX committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    030168c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9493933 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    986efe7 View commit details
    Browse the repository at this point in the history
  7. more logging

    JPXKQX committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c9c736d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e571b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81a3419 View commit details
    Browse the repository at this point in the history
  10. types & docstrings

    JPXKQX committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8460e06 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c35c4ff View commit details
    Browse the repository at this point in the history
  2. fix: style

    JPXKQX committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    60118dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0585e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fixs(docs): typo

    JPXKQX committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    be72653 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: remove redundant code

    JPXKQX committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dcbd4ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2cb2b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74533d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    045ab09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2137f10 View commit details
    Browse the repository at this point in the history
  6. fix: test imports

    JPXKQX committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18dc2a3 View commit details
    Browse the repository at this point in the history
  7. Updated CHANGELOG.md

    JPXKQX committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fee2160 View commit details
    Browse the repository at this point in the history
  8. fix: imports

    JPXKQX committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6a19a62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4df296 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d54f2f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c3dc568 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    b9ae468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddef154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6acfc32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36aa407 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    d6a8a20 View commit details
    Browse the repository at this point in the history
  2. refactor: KNNAreaMAskBuilder

    JPXKQX committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7a53363 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    19e38b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d247de View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    ffb95a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7-local-area-modelling-graphs' of github.com:ecmwf/anem…

    …oi-graphs into 7-local-area-modelling-graphs
    JPXKQX committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    316cf7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed6f960 View commit details
    Browse the repository at this point in the history
  4. docs: update changelog

    theissenhelen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    23a1a41 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    af1e520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b65701 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix: address @mchantry's comments

    JPXKQX committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    524610a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ff1fc View commit details
    Browse the repository at this point in the history
  3. Merge branch '7-local-area-modelling-graphs' of github.com:ecmwf/anem…

    …oi-graphs into 7-local-area-modelling-graphs
    JPXKQX committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    51af55c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. fix: delete repeated code

    JPXKQX committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4762f3f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [Feature] Support node masking in edge builder (#50)

    * feat: support node masking in edge builder
    
    ---------
    
    Co-authored-by: Helen Theissen <[email protected]>
    JPXKQX and theissenhelen authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fac6f36 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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