-
Notifications
You must be signed in to change notification settings - Fork 13
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 preparation #38
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Layers enabling GNN, GraphTransformer and Transformer models. Co-authored-by: Simon Lang <[email protected]> Co-authored-by: Matthew Chantry <[email protected]> Co-authored-by: Mihai Alexe <[email protected]>
First tests for the new layers that tests initialisation and some forward and backward passes. Co-authored-by: Matthew Chantry <[email protected]> Co-authored-by: Mihai Alexe <[email protected] Co-authored-by: Simon Lang <[email protected]> Co-authored-by: Helen Theissen <[email protected]>
feat: Initial implementation of anemoi-models Co-authored-by: Jesper Dramsch <[email protected]> Co-authored-by: Simon Lang <[email protected]> Co-authored-by: Matthew Chantry <[email protected]> Co-authored-by: Mihai Alexe <[email protected]> Co-authored-by: Florian Pinault <[email protected]> Co-authored-by: Baudouin Raoult <[email protected]> Co-authored-by: Steffen Tietsche <[email protected]> Co-authored-by: Sara Hahner <[email protected]> Co-authored-by: Mariana Clare <[email protected]>
* docs: initialise docstring automodule * docs: write intro and overview * docs: Fill descriptions and schemas * docs: initialise docstring automodule * docs: write intro and overview * docs: Fill descriptions and schemas * fix: config import * docs: add distributed * chore: pre-commit run * docs: anemoi models dependency models schematic Co-authored-by: Helen Theissen <[email protected]> * fix: rename DotDict * docs: include schematic --------- Co-authored-by: theissenhelen <[email protected]>
* fix for transformer conv inference and doc string * Simplify exponent * docs: separated docstring * code QA * Trailing whitespace --------- Co-authored-by: Jesper Dramsch <[email protected]>
Co-authored-by: Jesper Dramsch <[email protected]>
* Relax dependencies * Adjust versions --------- Co-authored-by: Jesper Dramsch <[email protected]>
- Support new PyTorch Geometric HeteroData structure (defined by anemoi-graphs) Co-authored-by: Jesper Dramsch <[email protected]> Co-authored-by: Helen Theissen <[email protected]>
* ci: add public pr label * ci: add readthedocs update check * ci: add downstream ci * ci: add ci-config * chore(deps): remove unused dependency * docs: update changelog * ci: switch to main
* ci: inherit pypi publish flow Co-authored-by: Helen Theissen <[email protected]> * docs: add to changelog * fix: typo in reusable workflow * fix: another typo * chore: bump actions/setup-python to v5 * ci: run downstream-ci for changes in src and tests * docs: update changelog --------- Co-authored-by: Helen Theissen <[email protected]>
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.6 → v0.6.2](astral-sh/ruff-pre-commit@v0.4.6...v0.6.2) - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](tox-dev/pyproject-fmt@2.1.3...2.2.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* ci: add changelof release updater * docs: update changelog
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](astral-sh/ruff-pre-commit@v0.6.2...v0.6.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: make model instantiateable * docs: instantiation explained in changelog
* feat: remapper and change to data indices when mapping one variable to several * tests: update imputer and normalizer tests * feat: include remapper as a preprocessor. update init for all preprocessors. add tests for the remapper. * tests: update tests for index collection * documentation and changelog * feat: enable remapper for forcing variables * tests: include remapping forcing variable and do not test with remapping variables at the end * comment and warning about using in_place=True in remapper as this is not possible * comments: incorporate changes/documentation requested by jesper * change order of function inputs preprocessors, documentation for data indices and remapper * style: dict in config files for defining the variables to be remapped. structure and additional assert in index collection. * args in preprocessors
* fix: data indices import. typo documentation * fix: data indices import. typo documentation * typo * tests: remapped variables need to be given as dictionary not list
* fix: make config object optional * chore: add .envrc to gitignore * docs: changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.