Skip to content

Commit 90ccc40

Browse files
authored
Feature/params metadata (#86)
* add `variables_metadata` to metadata
1 parent 4507a06 commit 90ccc40

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Keep it human-readable, your future self will thank you!
3636

3737
- Add `variables_metadata` entry in the dataset metadata
3838

39+
### Changed
40+
41+
- Add `variables_metadata` entry in the dataset metadata
42+
3943
## [0.5.5](https://github.com/ecmwf/anemoi-datasets/compare/0.5.4...0.5.5) - 2024-10-04
4044

4145
### Changed

src/anemoi/datasets/data/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def dataset_metadata(self):
284284
specific=self.metadata_specific(),
285285
frequency=self.frequency,
286286
variables=self.variables,
287+
variables_metadata=self.variables_metadata,
287288
shape=self.shape,
288289
start_date=self.start_date.astype(str),
289290
end_date=self.end_date.astype(str),

0 commit comments

Comments
 (0)