From d64ad593295b4d31215df44f4591ff9aede3dd27 Mon Sep 17 00:00:00 2001 From: cmarshak Date: Thu, 7 Jul 2022 16:21:22 -0700 Subject: [PATCH] fix changelog --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db5d39..3322832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.2.2] - -### Added -- Python 3.10 support with matrix in actions added back. - -## [2.2.1] +## [2.3.0] ### Added - Included Copernicus GLO-90 (as `glo_90`) and the missing GLO-30 tiles that are available as GLO-90 tiles as `glo_90_missing` @@ -19,6 +14,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Exceptions that catch: a) no available tiles of specifed DEM as a `NoDEMCoverage` exception, b) badly specified `dem_name` as a `DEMNotSupported` exception and c) extent/bounds not of the form `xmin, ymin, xmax, ymax` as a `ValueError` - API keyword argument `fill_in_glo_30` to fill in `glo_30` tiles that are missing, but whose corresponding `glo_90` tiles are not. - Tests for Exceptions and added datasets +- Python 3.10 support with matrix in actions added back. ### Changed - Since AWS registry removed zip, the `glo_30` and `glo_90` geojsons have precisely the tiles that are available (had to traverse bucket)