-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release 0.4.0 #65
Release 0.4.0 #65
Conversation
* Global Encoder-Processor-Decoder graph (#9) * feat: Initial implementation of global graphs + fixes 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]> * fix: attributes as torch.float32 * new test: attributes must be float32 * fix typo * Homogeneize base builders * improve test docstrings * homogeneize (name as class attribute) * new input config * new default * remove dataclass from attribute classes
Hotfix: nodes config name Co-authored-by: Helen Theissen <[email protected]> Co-authored-by: Jesper Dramsch <[email protected]>
* 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: Jesper Dramsch <[email protected]> * fix: attributes as torch.float32 * new test: attributes must be float32 * fix typo * Homogeneize base builders * improve test docstrings * homogeneize (name as class attribute) * new input config * new default * feat: Initial implementation of global graphs Co-authored by: Mario Santa Cruz <[email protected]> * add cli command * Ignore .pt files * run pre-commit * docstring + log erros * initial tests * feat: initial version of AttributeBuilder * refactor: separate into node edge attribute builders * feat: edge_length moved to edges/attributes.py * remove __init__ * bugfix (encoder edge lengths) + refector * feat: support path and dict for `config` argument * fix: error * refactor: naming * fix: pre-commit * feat: builders icosahedral * feat: Add icosahedral graph generation Co-authored-by: Mario Santa Cruz <[email protected]> * refactor: remove create_shere * feat: Icosahedral edge builder * feat: hexagonal graph generation Co-authored-by: Mario Santa Cruz <[email protected]> * feat: hexagonal builders * fix: AOI not implemented yet * fix: abstractmethod and renaming * chore: add dependencies * test: add tests for trimesh * test: add tests for hex (h3) * fix: imports * fix: output type * refactor: delete unused file * refactor: renaming and positioning * feat: ensure src and dst always the same * fix: imports * fix: edge_name not supported * test: add tests for TriIcosahedralEdges * fix: assert missing for Hexagonal edges * test: hexagonal edges * fix: avoid same name * fix: imports * fix: conflicts * update tests * Include xhops to hexagonal edges * docs: update docstrings * fix: update attribute name * refactor: rename multiscale nodes * refactor: rename icosahedral nodes * improve: clarity of function * improve: function syntax * refactor: simplify resolution assignment * refactor: improve variable naming in icosahedral graph generation * more comments * refactor: naming * refactor: separate into functions * refactor: remove unused code * refactor: remove unused options and rename * doc: clarify cells and nodes * fix: add return statements * homogeneize: tri & hex edges * naming: xhops to x_hops * naming: x_hops in docstring * docstring * blank lines * fix: add return statement * simplify icoshaedral edges * feat: select edge builder method based on ico node type * test: adjust tests to new MultiScaleEdges * docs: improve docstrings * fix: remove LAM filtering for icosahedral, leave for next PR * h3 (v4) not supported ---------
* ci: changelog check * feat: add changelog * fix: on develop
* feat: clean graph of unneeded attributes after creation Co-authored-by: Mario Santa Cruz <[email protected]> Co-authored-by: Helen Theissen <[email protected]> Co-authored-by: Jesper Dramsch <[email protected]>
* hotfix: make graph saving optional Co-authored-by: Jesper Dramsch <[email protected]> Co-authored-by: Mario Santa Cruz <[email protected]> Co-authored-by: Helen Theissen <[email protected]>
Co-authored-by: Jesper Dramsch <[email protected]>
[feature] HEALPix node builder Co-authored-by: theissenhelen <[email protected]>
* ci: add public pr label * ci: add downstream-ci workflow * ci: add ci-config * fix: pre-commit * docs: update changelog * ci: switch main on downstream-ci * ci: run ci on push on main
* Add binary dependencies to ci-config.yml * docs: update changelog --------- Co-authored-by: theissenhelen <[email protected]>
* ci: inherit pypi publish flow Co-authored-by: Jesper Dramsch <[email protected]> * docs: update changelog * ci: only downstream-ci for changes in src and tests --------- Co-authored-by: Jesper Dramsch <[email protected]>
* #31 Ensure lat lon values passed as numpy arrays * fix formatting * Updated CHANGELOG.md
* fix: remove the bug in the graph cleaning function Co-authored-by: Jesper Dramsch <[email protected]> * docs: update changelog --------- Co-authored-by: Jesper Dramsch <[email protected]> Co-authored-by: Gert Mertes <[email protected]>
* ci: move to reusable workflows for QA and Testing * docs: changelog add ci reusable workflow * ci: downstream ci ignore docs * ci: remove anchor, unsupported by github
* ci: add pull-requests permissions * ci: add on workflow dispatch
* ci: remove 3.9 tests * ci: remove testing of python 3.9 * dics: update changelog
* fix: support py3.9 Co-authored-by: Jesper Dramsch <[email protected]> * fix: update & homogeneize changelog * fix: update tests to support py39 * fix: style * ci: rollback 3.9 tests * refactor: annotations not used in tests --------- Co-authored-by: Jesper Dramsch <[email protected]>
* ci: avoid duplication of release notes * ci: try write-all * ci: fix permissions * docs: update changelog * ci: fix indent
* [create-pull-request] automated change * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: theissenhelen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: change pre-cmmit autoupdate scheule to monthly * fix: change the merge strategy for Changelog to Union * ci: fix downstream-ci-hpc workflow call * fix: add .envrc to .gitignore * ci: ignore pre-commit-config and readthedocs for changelog updates * fix: update precommit config * chore: update pre-commit * feat: add codeowners for workflow files * chore: update pyproject.toml all * fix: formatting * ci: add hpc config * docs: update changelog * docs: fix docstrings * ci: remove notebook pytest --------- Co-authored-by: Jesper Dramsch <[email protected]>
Limited Area graphs Co-authored-by: Helen Theissen <[email protected]> Co-authored-by: Jesper Dramsch <[email protected]>
* add link to transform
* [pre-commit.ci] pre-commit autoupdate
Update CODEOWNERS
Co-authored-by: Mario Santa Cruz <[email protected]>
for more information, see https://pre-commit.ci
* bugfix * update changelog
* support for stretched graphs Co-authored-by: Helen Theissen <[email protected]> Co-authored-by: Jesper Dramsch <[email protected]>
|
* ci: extend python versions
* feat: refactor GraphCreator
- Use standard try-except
Fix __version__ import
Fix pre-commit regex
* Add contributors * fix: update changelog --------- Co-authored-by: Mario Santa Cruz <[email protected]>
* feat: set hidden attributes as class attribute * feat: remove CutOutZarrDatasetNodes * feat: update test * fix: tests * featL update changelog.md * feat: expand node attributes (and) * fix: rename n -> num * fix: update Nonmissing * fix: remove ds * fix: tests
Merge develop to main and release 0.4
Waiting for these PRs:
Optional but nice to include:
📚 Documentation preview 📚: https://anemoi-graphs--65.org.readthedocs.build/en/65/