Skip to content

Commit

Permalink
correct changelog after merging in main
Browse files Browse the repository at this point in the history
  • Loading branch information
khintz committed Jan 21, 2025
1 parent 97e7bb3 commit 7a90c57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased](https://github.com/mllam/neural-lam/compare/v0.3.0...HEAD)

### Added

- Add support for MLFlow logging and metrics tracking. [\#77](https://github.com/mllam/neural-lam/pull/77)
@khintz

## [v0.3.0](https://github.com/mllam/neural-lam/releases/tag/v0.3.0)

This release introduces Datastores to represent input data from different sources (including zarr and numpy) while keeping graph generation within neural-lam.
Expand All @@ -17,9 +22,6 @@ This release introduces Datastores to represent input data from different source
[\#66](https://github.com/mllam/neural-lam/pull/66)
@leifdenby @sadamov

- Add support for MLFlow logging and metrics tracking. [\#77](https://github.com/mllam/neural-lam/pull/77)
@khintz

### Fixed

- Fix wandb environment variable disabling wandb during tests. Now correctly uses WANDB_MODE=disabled. [\#94](https://github.com/mllam/neural-lam/pull/94) @joeloskarsson
Expand Down

0 comments on commit 7a90c57

Please sign in to comment.