The Harmony Regridding Service follows semantic versioning. All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
v1.0.4 - 2024-09-30
This version of the Harmony Regridding Service updates most dependency versions,
most notably updating to harmony-service-lib-py==2.0.0
. This is a breaking
change in the package, requiring the renaming of imports in the Harmony
Regridding Service.
v1.0.3 - 2024-09-26
This version of the Harmony Regridding Service updates the version of the
harmony-service-lib
used to 1.1.0. There are no functional updates in this
version of the Harmony Regridding Service.
v1.0.2 - 2024-09-23
This version of the Harmony Regridding Service updates to use
earthdata-varinfo==3.0.0
, which primarily requires updates to the
configuration file the Harmony Regridding Service uses to specify metadata
overrides and excluded science variables to earthdata-varinfo
.
This update also ensures that the Docker images used for local testing are
named ghcr.io/nasa/harmony-regridding-service
and
ghcr.io/nasa/harmony-regridding-service-test
, to comply with the released
image name for the service, and the name that Harmony-in-a-Box is looking for.
v1.0.1 - 2024-06-20
This version of the Harmony Regridding Service updates to use Python 3.11.
v1.0.0 - 2024-04-12
This version of the Harmony Regridding Service contains all functionality
previously released internally to EOSDIS as sds/harmony-regridder:0.0.4
.
Minor reformatting of the repository structure has occurred to comply with
recommended best practices for a Harmony backend service repository, but the
service itself is functionally unchanged. Additional contents to the repository
include updated documentation and files outlined by the
NASA open-source guidelines.
For more information on internal releases prior to NASA open-source approval, see legacy-CHANGELOG.md.