From 3c1582e08bb94abc88243894fc48087a64a16ffd Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Fri, 24 May 2024 15:09:58 +0200 Subject: [PATCH] [docs] version 2.0.0 changelog --- docs/source/about/changelog.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index 3eef535..b4f645c 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -1,6 +1,37 @@ Changelog ========= +2.0.0 | 2024-05-24 +------------------ + +* avoid permission error when passing tempfile to gdalwarp (`#171 `_) +* layover-shadow mask: handle value 3 (layover and shadow) (`#177 `_) +* new dedicated search module (`#172 `_) +* ard.create_vrt: new argument 'dtype' (`#179 `_) +* [search.scene_select] parse date only if necessary (`#180 `_) +* [search.scene_select] compare strings with '==' instead of 'is' (`#181 `_) +* [search.scene_select] avoid multiple geometry definitions (`#183 `_) +* fixed handling of empty list of neighbors during SLC processing (`#186 `_) +* [search.scene_select] fixed incomplete result for 'aoi_geometry' and 'vectorobject' (`#188 `_) +* [aoi_from_scene] fixed bug in handling scenes crossing the equator (`#187 `_) +* STAC query optimizations (`#185 `_) +* [processor] fixed 'empty selection' message (`#190 `_) +* new configuration parameter 'scene' (`#184 `_) +* scene search bug fixes (`#191 `_) +* use file locking for SNAP processing (`#192 `_) +* modernize build process (`#194 `_) +* fix deprecated conda --force in docker (`#193 `_) +* support for SNAP 10 (`#195 `_) +* added dedicated documentation section on scene search (`#196 `_) +* [search.asf_select] ensure naive datetime objects are defined as UTC (`#197 `_) +* [search.ASF.scanMetadata] date formatting bug fix (`#198 `_) +* rename package (`#199 `_) +* update documentation links (`#200 `_) +* replaced configuration `log_dir` with `logfile`, cleaned up logging (`#201 `_) +* renamed the command line tool from s1ard to s1rb (`#202 `_) + +`Full v2.0.0 Changelog `_ + 1.6.2 | 2023-11-23 ------------------