Skip to content

CGAL-4.9-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lrineau lrineau released this 04 Aug 14:47
· 38162 commits to master since this release
releases/CGAL-4.9-beta1

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

CGAL version 4.9 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.9 in September.

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

General

  • CGAL can now be used in headers only mode, i.e. without compiling the
    CGAL libraries and linking with these libraries when compiling
    examples, tests and demos. Note that running CMake on CGAL is still
    required in order to generate some configuration files.

Cone Based Spanners (new package)

  • This package provides algorithms for constructing two kinds of
    cone-based spanners: Yao graph and Theta graph, given a set of
    vertices on the plane and the directions of cone boundaries.

See http://www.cgal.org/releases.html for a complete list of changes.