From fd6a5e13c42999d7b4e6f459708b5eac5d1e8a81 Mon Sep 17 00:00:00 2001 From: Simon Kamuk Christiansen Date: Wed, 22 Jan 2025 15:14:04 +0000 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af15538..f413c970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add support for multi-node training. [\#103](https://github.com/mllam/neural-lam/pull/103) @simonkamuk @sadamov +### Fixed +- Only print on rank 0 to avoid duplicates of all print statements. +[\#103](https://github.com/mllam/neural-lam/pull/103) @simonkamuk @sadamov + ## [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.