From 0c9ece4ac6abf4fe370e8870dffb5fe24de052c1 Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Fri, 27 Nov 2020 13:12:32 +0100 Subject: [PATCH] Updated HISTORY.rst and version info. Signed-off-by: Daniel Scheffler --- HISTORY.rst | 11 +++++++++-- gms_preprocessing/version.py | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 316531e..7acfe56 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,8 +2,8 @@ History ======= -0.18.12 (coming soon) ---------------------- +0.18.12 (2020-11-17) +-------------------- * The clean-test rule no longer needs coverage as a requirement since this is a test requirement. * Fixed error while dumping AC inputs (due to logger). @@ -14,6 +14,13 @@ History parallel database accesses) by adding a database lock that blocks parallel database queries. * Fixed exception while closing AtmCorr.logger. * Fixed issue #104 (FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple.). +* Fixed some type hinting issues. +* GMS_object.get_subset_obj() now returns None in case the subset contains no data at all. +* Added missing MemoryReserver.logger.close() call. +* Fixed an issue causing the L2B/L2C output to containĀ  wrong spectral bands in case the spectral homogenization is + executed and sort_by_cwl is set to True (due to a wrong wavelength order if no_pan=False). +* SpatialIndexMediator.getFullSceneDataForDataset() now retries the query 10 times in case of a struct.error + (relates to issue #103). 0.18.11 (2020-11-03) diff --git a/gms_preprocessing/version.py b/gms_preprocessing/version.py index 6b389d5..c2af615 100644 --- a/gms_preprocessing/version.py +++ b/gms_preprocessing/version.py @@ -24,5 +24,5 @@ # You should have received a copy of the GNU Lesser General Public License along # with this program. If not, see . -__version__ = '0.18.11' -__versionalias__ = '20201103.01' +__version__ = '0.18.12' +__versionalias__ = '20201127.01' -- GitLab