From 19a0e6e2a7f16c8b68815bda60ca2a6efbb8533e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 3 Apr 2025 15:53:41 +0200 Subject: [PATCH] Update CHANGES.md --- Installation/CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index f95d719aa56..d18a294f40b 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -3,6 +3,13 @@ ## [Release 6.1](https://github.com/CGAL/cgal/releases/tag/v6.1) +### 2D Triangulations on Hyperbolic Surfaces (new package) + +- This package enables building and handling triangulations of closed orientable hyperbolic surfaces. + It offers functions for the generation of the triangulation from a convex fundamental domain, + the Delaunay flip algorithm and the construction of a portion of the lift of the triangulation + in the Poincaré disk. A method is offered that generates such domains in genus two. + ### [Algebraic Kernel](https://doc.cgal.org/6.1/Manual/packages.html#PkgAlgebraicKernelD) - **Breaking change**: Classes based on the RS Library are no longer provided.