Skip to content

Commit

Permalink
[Changelog] Update to 0.2.0 (ecmwf#93)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore: add unreleased headings

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Gert Mertes <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 59c3199 commit 157e6e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Please add your functional changes to the appropriate section in the PR.
Keep it human-readable, your future self will thank you!

## [Unreleased](https://github.com/ecmwf/anemoi-training/compare/0.1.0...HEAD)
## [Unreleased](https://github.com/ecmwf/anemoi-training/compare/0.2.0...HEAD)

### Added
### Fixed
### Changed

## [0.2.0 - Feature release](https://github.com/ecmwf/anemoi-training/compare/0.1.0...0.2.0) - 2024-10-16

- Make pin_memory of the Dataloader configurable (#64)

### Added
Expand Down Expand Up @@ -59,6 +66,7 @@ Keep it human-readable, your future self will thank you!
- Subcommand for checkpoint handling

#### Functionality

- Searchpaths for Hydra configs, to enable configs in CWD, `ANEMOI_CONFIG_PATH` env, and `.config/anemoi/training` in addition to package defaults
- MlFlow token authentication
- Configurable pressure level scaling
Expand Down

0 comments on commit 157e6e8

Please sign in to comment.