Releases: ecmwf/anemoi-models
Releases · ecmwf/anemoi-models
0.4.0 - Improvements to Model Design
What's Changed
- Add configurability to dropout in multiheadselfattention module by @theissenhelen in #12
- activation functions added for bounded outputs by @gabrieloks in #14
- [Feature] 28 Make models switchable through the config by @JesperDramsch in #45
- Update encoder_processor_decoder.py by @gabrieloks in #53
- Feature/mapper chunking by @japols in #46
- Update CODEOWNERS by @b8raoult in #63
- Add contributors by @mchantry in #69
- Refactor node attributes by @JPXKQX in #64
New Contributors
- @github-actions made their first contribution in #39
- @gabrieloks made their first contribution in #14
- @japols made their first contribution in #46
- @b8raoult made their first contribution in #61
- @HCookie made their first contribution in #68
- @mchantry made their first contribution in #69
Full Changelog: 0.3.0...0.4.0
0.3.0 - Remapping of (meteorological) Variables
What's Changed
Added
- CI workflow to update the changelog on release
- Remapper: Preprocessor for remapping one variable to multiple ones. Includes changes to the data indices since the remapper changes the number of variables. With optional config keywords.
Changed
- Update CI to inherit from common infrastructue reusable workflows
- run downstream-ci only when src and tests folders have changed
- New error messages for wrongs graphs.
New Contributors
- @theissenhelen made their contribution in #1
- @JesperDramsch made their contribution in #3
- @ssmmnn11 made their contribution in #4
- @gmertes made their contribution in #7
- @JPXKQX made their contribution in #8
- @sahahner made their contribution in #21
Full Changelog: https://github.com/ecmwf/anemoi-models/blob/develop/CHANGELOG.md#0.3.0
0.2.1 - Dependency update
What's Changed
- Remove anemoi-datasets dependency
Changelog: https://github.com/ecmwf/anemoi-models/blob/develop/CHANGELOG.md
Full diff: 0.2.0...0.2.1
0.2.0 - Use Anemoi Graphs
- New option to choose the edge attributes
- Updated to support new PyTorch Geometric HeteroData structure (defined by anemoi-graphs package).
What's Changed
- feature: add changelog by @JesperDramsch in #9
- Use anemoi-graphs HeteroData by @JPXKQX in #8
Full Changelog: 0.1.0...0.2.0
0.1.0 - First Release
What's Changed
- Documentation
- Initial code release with models, layers, distributed, preprocessing, and data_indices
- Added Changelog
Changelog: https://github.com/ecmwf/anemoi-models/blob/develop/CHANGELOG.md
Full Git Diff: https://github.com/ecmwf/anemoi-models/commits/0.1.0