|
1 | | -Subject: CGAL 4.8 Released, Computational Geometry Algorithms Library |
| 1 | +Subject: CGAL 4.8.1 Released, Computational Geometry Algorithms Library |
2 | 2 | Content-Type: text/plain; charset="utf-8" |
3 | 3 | Body: |
4 | 4 |
|
5 | | -The CGAL Open Source Project is pleased to announce the release 4.8 |
| 5 | +The CGAL Open Source Project is pleased to announce the release 4.8.1 |
6 | 6 | of CGAL, the Computational Geometry Algorithms Library. |
7 | 7 |
|
8 | | -Besides fixes to existing packages, the following has changed since |
9 | | -CGAL 4.7: |
| 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: |
10 | 10 |
|
11 | | - o General |
12 | | - |
13 | | - - The support for Qt3 is dropped and all demos using it got removed. |
14 | | - |
15 | | - |
16 | | - o Installation |
17 | | - |
18 | | - - Starting with Visual C++ 2015 we no longer require Boost.Thread as we |
19 | | - use the C++11 keyword thread_local and the C+11 class std::mutex. |
20 | | - |
21 | | - - The same holds for g++ 4.8 or later when the C++11 standard is used. |
22 | | - |
23 | | - |
24 | | - o Optimal Transportation Curve Reconstruction (new package) |
25 | | - |
26 | | - - This package implements a method to reconstruct and simplify 2D point |
27 | | - sets. The input is a set of 2D points with mass attributes, possibly |
28 | | - hampered by noise and outliers. The output is a set of line segments |
29 | | - and isolated points which approximate the input points. |
30 | | - |
31 | | - o 3D Mesh Generation |
32 | | - |
33 | | - - Add support of 3D gray level images as input for the tetrahedral mesh |
34 | | - generation. |
35 | | - |
36 | | - o Polygon Mesh Processing |
37 | | - |
38 | | - - Add a new triangle-based isotropic remeshing algorithm for |
39 | | - triangulated surface meshes. |
40 | | - |
41 | | - o Point Set Processing |
42 | | - |
43 | | - - Add Concurrency_tag to the functions compute_average_spacing(), |
44 | | - edge_aware_upsample_point_set(), jet_estimate_normals(), |
45 | | - jet_smooth_point_set(), and pca_estimate_normals(). |
46 | | - |
47 | | - |
48 | | -See http://www.cgal.org/releases.html for a complete list of changes. |
| 11 | + https://github.com/CGAL/cgal/issues?q=milestone%3A4.8.1 |
49 | 12 |
|
50 | 13 |
|
51 | 14 | The CGAL project is a collaborative effort to develop a robust, |
|
0 commit comments