Skip to content

Commit a0c018d

Browse files
committed
DAS-2411: removes h5netcdf and bumps xarray
This gets around a regression in the 2025.8.0 xarray that required h5netcdf to write NetCDF files.
1 parent f716452 commit a0c018d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.2.1] - 2025-09-04
9+
10+
### Changed
11+
12+
- No user facing changes. Internally updates of Xarray and removal of h5netcdf.
13+
814
## [v1.2.0] - 2025-09-02
915

1016
### Changed
@@ -86,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8692
for a variable as specified via an `earthdata-varinfo` configuration file.
8793
- Initial repository setup with utility scripts and Dockerfiles.
8894

95+
[v1.2.1]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.2.1
8996
[v1.2.0]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.2.0
9097
[v1.1.0]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.1.0
9198
[v1.0.4]: https://github.com/nasa/harmony-metadata-annotator/releases/tag/1.0.4

docker/service_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ cftime ~= 1.6.4
33
earthdata-varinfo ~= 3.0.2
44
harmony-service-lib ~= 2.5.0
55
netCDF4 ~= 1.6.5
6-
xarray == 2025.8.0
7-
h5netcdf == 1.6.4
6+
xarray == 2025.9.0

0 commit comments

Comments
 (0)