From 9bb75b1b723d6879b3bff5ab556a77fdfa72d62a Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Wed, 25 Nov 2020 23:07:48 +0100 Subject: [PATCH] Updated HISTORY.rst. Signed-off-by: Daniel Scheffler --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 6b5c432..1a21bd1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,10 @@ History 0.18.12 (coming soon) --------------------- +* 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). +* Fixed FutureWarning regarding the use of GeoDataFrame and GeoSeries for data without geopandas geometry + (switched to plain pandas classes). * Fixed missing log messages regarding released locks. * Fixed issue #103 ('struct.error: unpack requires a buffer of 4 bytes' within SpatialIndexMediator in case of various parallel database accesses) by adding a database lock that blocks parallel database queries. -- GitLab