From e050c21088ba405ded817044cf321eb00f0e010d Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Tue, 2 Jul 2024 22:16:12 -0800 Subject: [PATCH] add changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a65519..1ad1b937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.18.0] ### Added * The Sentinel-1 correction workflow will now calculate and write the M11/M12 conversion matrices to a netCDF file. + +### Fixed +* `hyp3_autorift.crop` will now preserve the `add_offset` and `scale_factor` encoding attributes for all variables, and in particular, for the M11/M12 conversion matrices. + ### Removed * Support for Python 3.8 has been dropped.