From 7a90c5735937c6e3634dbb0e197cabacc50376e4 Mon Sep 17 00:00:00 2001 From: Kasper Hintz Date: Tue, 21 Jan 2025 16:08:24 +0000 Subject: [PATCH] correct changelog after merging in main --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e8702a..99e39d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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