File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Maintenance/public_release/announcement Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1- Subject : CGAL 4.8.1 Released, Computational Geometry Algorithms Library
1+ Subject : CGAL 4.9 Released, Computational Geometry Algorithms Library
22Content-Type : text/plain; charset="utf-8"
33Body :
44
5- The CGAL Open Source Project is pleased to announce the release 4.8.1
5+ The CGAL Open Source Project is pleased to announce the release 4.9
66of CGAL, the Computational Geometry Algorithms Library.
77
8- Version 4.8.1 is a bug-fix release for version 4.8. The list of fixed bugs
9- can be seen on Github :
8+ Besides fixes and general enhancement to existing packages, the following
9+ has changed since CGAL 4.8 :
1010
11- https://github.com/CGAL/cgal/issues?q=milestone%3A4.8.1
11+ o General
12+
13+ - CGAL can now be used in headers only mode, i.e. without compiling the
14+ CGAL libraries and linking with these libraries when compiling
15+ examples, tests and demos. Note that running CMake on CGAL is still
16+ required in order to generate some configuration files.
17+
18+
19+ o Cone Based Spanners (new package)
20+
21+ - This package provides algorithms for constructing two kinds of
22+ cone-based spanners: Yao graph and Theta graph, given a set of
23+ vertices on the plane and the directions of cone boundaries.
24+
25+
26+ See http://www.cgal.org/releases.html for a complete list of changes.
1227
1328
1429The CGAL project is a collaborative effort to develop a robust,
You can’t perform that action at this time.
0 commit comments