From fb980e929abed819c4e7fd37cdef726e696e3851 Mon Sep 17 00:00:00 2001 From: Hang Si Date: Wed, 6 Nov 2013 22:26:00 +0100 Subject: [PATCH] Update changelog for 1.5.0 - Material from https://wias-berlin.de/software/tetgen/relnotes.html --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c2408..98fc39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # TetGen: Release Notes +## Version 1.5.0 (November 4, 2013) + +- Improved the efficiency of the mesh data structure + (tetrahedron-based). +- Implemented a new edge flip algorithm that does recursive + combination of elementary flips. +- Improved the Bowyer-Watson point insertion algorithm for robustness + and efficiency. +- Implemented a new algorithm for boundary recovery (the -Y option). +- Implemented Shewchuk\'s CDT flip algorithm (the -p option). +- Implemented a new Delaunay refinement algorithm (the -q option) for + handling small input angles (sharp features). +- Fully supports isolated input segments and with segment markers + (which do not attach to any facet). +- Many new options and parameters for improving mesh quality and mesh + optimization. ## Version 1.4.3 (September 6, 2009)