From e7bfea581ea61a3700c97e7bdcf6c7a236f619af Mon Sep 17 00:00:00 2001 From: Leif Denby Date: Mon, 13 May 2024 14:27:23 +0200 Subject: [PATCH] tweak text --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fdc537..cffe3f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- WeatherDataset(torch.Dataset) no longer returns static component, static is +- `WeatherDataset(torch.Dataset)` no longer returns "static" component of + training item (only `prev_state`, `target_state` and `forcing`), static is instead included in forcing [\#13](https://github.com/joeloskarsson/neural-lam/pull/13) @joeloskarsson