commit 1a32ba0aa14edb86ecafdb05bf45582087b9e11e
parent 600e34b1673dc5a0daa41c95b156663e72cd19af
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Sun, 28 Apr 2019 11:54:06 +0200
Merge branch 'release_0.3.1' into develop
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -39,6 +39,12 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.3.1
+
+- Performance Fix: when a connex component was canceled by a thread the
+ complexity was O(n^2). New algorithm is O(n).
+- Output execution time for analysis steps in the log.
+
### Version 0.3
- Add API calls to access to geometry frontiers.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -48,7 +48,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SENC_FILES_SRC