Skip to content

CGAL-4.13-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lrineau lrineau released this 01 Aug 13:51
· 26238 commits to master since this release
releases/CGAL-4.13-beta1

The CGAL Open Source Project is pleased to announce the release 4.13 Beta 1 of CGAL, the Computational Geometry Algorithms Library.

CGAL version 4.13 Beta 1 is a public testing release. It should provide a solid ground to report bugs that need to be tackled before the release of the final version of CGAL 4.13 in September.

Besides fixes and general enhancement to existing packages, the following has changed since CGAL 4.12:

3D Periodic Mesh Generation (new package)

  • This package generates 3-dimensional periodic meshes. It computes isotropic simplicial meshes for domains described through implicit functional boundaries over the flat torus (which can also seen in the Euclidean space as a periodic cube). The output is a periodic 3D mesh of the domain volume and conformal surface meshes for all the boundary and subdividing surfaces. The package is closely related to the 3D Mesh Generation package, with similar concepts, classes, and API.

Classification

  • This package can now handle classification of surface meshes and clusters, and can compute features in parallel.

See https://www.cgal.org/2018/08/01/cgal413-beta1/ for a complete list of changes.