commit b24fe82dc8b5070766e6587dcbab8450488da04a parent d605e84fd0283ea472c06b5932f2a8e91d47a971 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Sun, 28 Apr 2019 13:49:21 +0200 Add Release notes for release 0.3.1 Diffstat:
| M | README.md | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -35,6 +35,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.