Skip to content

Releases: CGAL/cgal

CGAL-5.1.2

22 Dec 09:48
v5.1.2
Compare
Choose a tag to compare

CGAL-5.1.2 is a bug-fix release.

See on Github the list of bugs that were solved since CGAL-5.1.1.

CGAL-5.2-beta1

18 Nov 10:14
v5.2-beta1
Compare
Choose a tag to compare
CGAL-5.2-beta1 Pre-release
Pre-release

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

CGAL version 5.2 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 5.2 in December 2020.

Fixes, improvements, and various small features have been added since CGAL 5.1. See https://www.cgal.org/2020/11/18/cgal52-beta1/ for a complete list of changes.

CGAL-5.1.1

16 Nov 15:52
v5.1.1
Compare
Choose a tag to compare

CGAL-5.1.1 is a bug-fix release.

See on Github the list of bugs that were solved since CGAL-5.1.

CGAL-5.0.4

16 Nov 15:48
v5.0.4
Compare
Choose a tag to compare

CGAL-5.0.4 is a bug-fix release.

See on Github the list of bugs that were solved since CGAL-5.0.3.

CGAL-5.1

08 Sep 09:13
v5.1
Compare
Choose a tag to compare

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

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

Tetrahedral Remeshing (new package)

  • This package implements a tetrahedral isotropic remeshing algorithm,
    that improves the quality of tetrahedra in terms of dihedral angles,
    while targeting a given edge length.

    See also the associated blog entry.

Surface Mesh Topology (new package)

  • This package enables the computation of some topological invariants of surfaces, such as:

    • test if two (closed) curves on a combinatorial surface are homotopic. Users can choose
      between free homotopy and homotopy with fixed endpoints;
    • test is a curve is contractible;
    • compute shortest non-contractible cycles on a surface, with or without weights on edges.

    See also the associated blog entry.

Optimal Bounding Box (new package)

  • This package implements an optimization algorithm that aims to construct a close approximation
    of the optimal bounding box of a mesh or a point set, which is defined as the smallest
    (in terms of volume) bounding box that contains a given mesh or point set.

    See also the associated blog entry.

Installation

  • The CGAL_Core library no longer requires Boost.Thread, even if the g++ compiler is used.
  • The minimal supported version of Boost is now 1.66.0.

Tutorials

Point Set Processing

  • Added wrapper functions for registration, using the Super4PCS and ICP algorithms implemented in the third party libraries OpenGR and libpointmatcher.

Surface Mesh Simplification

dD Spatial Searching

Intersecting Sequences of dD Iso-oriented Boxes

Polygon Mesh Processing

3D Fast Intersection and Distance Computation

CGAL and the Boost Graph Library (BGL)

See https://www.cgal.org/2020/09/08/cgal51/ for a complete list of changes.

CGAL-5.0.3

03 Aug 09:35
releases/CGAL-5.0.3
Compare
Choose a tag to compare

CGAL-5.0.3 is a bug-fix release.

See on Github the list of bugs that were solved since CGAL-5.0.2.

CGAL-5.1-beta2

28 Jul 08:25
releases/CGAL-5.1-beta2
10f958c
Compare
Choose a tag to compare
CGAL-5.1-beta2 Pre-release
Pre-release

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

CGAL version 5.1 Beta 2 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 5.1 in September.

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

Tetrahedral Remeshing (new package)

  • This package implements a tetrahedral isotropic remeshing algorithm,
    that improves the quality of tetrahedra in terms of dihedral angles,
    while targeting a given edge length.

Surface Mesh Topology (new package)

  • This package enables the computation of some topological invariants of surfaces, such as:

    • test if two (closed) curves on a combinatorial surface are homotopic. Users can choose
      between free homotopy and homotopy with fixed endpoints;
    • test is a curve is contractible;
    • compute shortest non-contractible cycles on a surface, with or without weights on edges.

    See also the associated blog entry.

Optimal Bounding Box (new package)

  • This package implements an optimization algorithm that aims to construct a close approximation
    of the optimal bounding box of a mesh or a point set, which is defined as the smallest
    (in terms of volume) bounding box that contains a given mesh or point set.

    See also the associated blog entry.

Installation

  • The CGAL_Core library no longer requires Boost.Thread, even if the g++ compiler is used.

Tutorials

Point Set Processing

  • Added wrapper functions for registration, using the Super4PCS and ICP algorithms implemented in the third party libraries OpenGR and libpointmatcher.

Surface Mesh Simplification

dD Spatial Searching

Intersecting Sequences of dD Iso-oriented Boxes

Polygon Mesh Processing

3D Fast Intersection and Distance Computation

CGAL and the Boost Graph Library (BGL)

See https://www.cgal.org/2020/07/28/cgal51-beta2/ for a complete list of changes.

CGAL-5.1-beta1

09 Jun 19:53
releases/CGAL-5.1-beta1
Compare
Choose a tag to compare
CGAL-5.1-beta1 Pre-release
Pre-release

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

CGAL version 5.1 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 5.1 in July.

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

Tetrahedral Remeshing (new package)

  • This package implements a tetrahedral isotropic remeshing algorithm,
    that improves the quality of tetrahedra in terms of dihedral angles,
    while targeting a given edge length.

Surface Mesh Topology (new package)

  • This package enables the computation of some topological invariants of surfaces, such as:

    • test if two (closed) curves on a combinatorial surface are homotopic. Users can choose
      between free homotopy and homotopy with fixed endpoints;
    • test is a curve is contractible;
    • compute shortest non-contractible cycles on a surface, with or without weights on edges.

    See also the associated blog entry.

Optimal Bounding Box (new package)

  • This package implements an optimization algorithm that aims to construct a close approximation
    of the optimal bounding box of a mesh or a point set, which is defined as the smallest
    (in terms of volume) bounding box that contains a given mesh or point set.

    See also the associated blog entry.

Tutorials

Point Set Processing

  • Added wrapper functions for registration, using the Super4PCS and ICP algorithms implemented in the third party libraries OpenGR and libpointmatcher.

Surface Mesh Simplification

dD Spatial Searching

Intersecting Sequences of dD Iso-oriented Boxes

Polygon Mesh Processing

3D Fast Intersection and Distance Computation

CGAL and the Boost Graph Library (BGL)

See https://www.cgal.org/2020/06/09/cgal51-beta1 for a complete list of changes.

CGAL-5.0.2

25 Feb 08:55
releases/CGAL-5.0.2
Compare
Choose a tag to compare

CGAL-5.0.2 is a bug-fix release.

See on Github the list of bugs that were solved since CGAL-5.0.1.

CGAL-4.14.3

25 Feb 08:54
releases/CGAL-4.14.3
Compare
Choose a tag to compare

CGAL-4.14.3 is a bug-fix release. In particular, it fixes a performance regression in the 3D Triangulations, when the Parallel_tag is used.

See on Github the list of bugs that were solved since CGAL-4.14.2.