From 4461eb7fbdf866e396365636f5b46284feb67441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Sun, 4 Oct 2020 11:55:44 +0200 Subject: [PATCH] 0.3.0 --- VERSION | 2 +- docs/changelog.rst | 6 +++++- docs/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index d81f1c3..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.9 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index cefcde3..40e82ff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,9 +2,13 @@ Changelog ========= -Version 0.2.9 +Version 0.3.0 ============= +- [Variogram] some internal calculations were changed. +- [DirectionalVariogram] - the circular search are is removed and raises a NotImplementedError +- [DirectionalVariogram] - direction mask data is calculated way faster and without shapely involved. +- shapely is not a dependency anymore - [unittests] - more unittests were added. Version 0.2.8 diff --git a/docs/conf.py b/docs/conf.py index 36eb0ae..68eb79a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = 'Mirko Mälicke' # The short X.Y version -version = '0.2.9' +version = '0.3.0' # The full version, including alpha/beta/rc tags -release = '0.2.9' +release = '0.3.0' # -- General configuration ---------------------------------------------------