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

Release preparation #38

Merged
merged 39 commits into from
Sep 11, 2024
Merged

Release preparation #38

merged 39 commits into from
Sep 11, 2024

Conversation

JesperDramsch
Copy link
Member

No description provided.

b8raoult and others added 30 commits April 29, 2024 18:29
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]>
JesperDramsch and others added 9 commits August 9, 2024 15:21
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
@FussyDuck
Copy link

FussyDuck commented Sep 11, 2024

CLA assistant check
All committers have signed the CLA.

@JesperDramsch JesperDramsch merged commit d4891bf into main Sep 11, 2024
104 of 194 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants