File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v1.2.0] - 2025-09-02
9
+
10
+ ### Changed
11
+
12
+ - Child groups no longer have dimensions propagated down from the parent allowing panoply to plot output fields correctly.
13
+
8
14
## [ v1.1.0] - 2025-08-13
9
15
10
16
### Changed
@@ -80,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
86
for a variable as specified via an ` earthdata-varinfo ` configuration file.
81
87
- Initial repository setup with utility scripts and Dockerfiles.
82
88
89
+ [ v1.2.0 ] : https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.2.0
83
90
[ v1.1.0 ] : https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.1.0
84
91
[ v1.0.4 ] : https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.0.4
85
92
[ v1.0.3 ] : https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.0.3
Original file line number Diff line number Diff line change 1
- 1.1 .0
1
+ 1.2 .0
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ cftime ~= 1.6.4
3
3
earthdata-varinfo ~= 3.0.2
4
4
harmony-service-lib ~= 2.5.0
5
5
netCDF4 ~= 1.6.5
6
- xarray ~= 2025.1.2
6
+ xarray == 2025.8.0
7
+ h5netcdf == 1.6.4
You can’t perform that action at this time.
0 commit comments