Skip to content

Commit 4411707

Browse files
committed
Prepare CGAL-4.12-beta1
1 parent f07e578 commit 4411707

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

Installation/changes.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ Release date: April 2018
5656

5757
### 3D Surface Mesh Generation
5858

59-
- Add the function facets\_in\_complex\_2\_to\_triangle\_mesh() that
60-
exports Surface\_mesh\_complex\_2\_in\_triangulation\_3 facets into
61-
a MutableFaceGraph.
59+
- Add the function `facets_in_complex_2_to_triangle_mesh()` that
60+
exports `Surface_mesh_complex_2_in_triangulation_3` facets into
61+
a `MutableFaceGraph`.
6262

6363
### 3D Mesh Generation
6464

65-
- Add the function facets\_in\_complex\_3\_to\_triangle\_mesh() that
66-
exports Mesh\_complex\_3\_in\_triangulation\_3 facets into a
67-
MutableFaceGraph.
65+
- Add the function `facets_in_complex_3_to_triangle_mesh()` that
66+
exports `Mesh_complex_3_in_triangulation_3` facets into a
67+
`MutableFaceGraph`.
6868
- **Breaking change:** The concept `MeshDomainWithFeatures_3` has been
6969
modified, to improve the performance and the reliability of the
7070
sampling of 1D curves of the domain.
@@ -86,8 +86,9 @@ Release date: April 2018
8686
- `CGAL::Polygon_mesh_processing::orient()`
8787
- `CGAL::Polygon_mesh_processing::orient_to_bound_a_volume()`
8888

89-
- Added a new function for intersection tests between triangle meshes and/or polylines or range of polylines, and another one to report all the
90-
pairs of meshes intersecting from a range of meshes:
89+
- Added a new function for intersection tests between triangle meshes
90+
and/or polylines or range of polylines, and another one to report
91+
all the pairs of meshes intersecting from a range of meshes:
9192
- `CGAL::Polygon_mesh_processing::do_intersect()`
9293
- `CGAL::Polygon_mesh_processing::intersecting_meshes()`
9394

@@ -123,10 +124,12 @@ Release date: April 2018
123124

124125
- Added support for dynamic property maps.
125126

126-
- Added an interface to the [METIS library](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview),
127-
which allows to partition any mesh that is a model of `FaceListGraph`.
128-
Wrappers to the METIS functions `METIS_PartMeshNodal` and `METIS_PartMeshDual`
129-
are offered.
127+
- Added an interface to the [METIS library], which allows to partition
128+
any mesh that is a model of `FaceListGraph`. Wrappers to the
129+
METIS functions `METIS_PartMeshNodal` and `METIS_PartMeshDual` are
130+
offered.
131+
132+
[METIS library]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
130133

131134
### 2D Arrangements
132135

@@ -140,6 +143,7 @@ Release date: April 2018
140143

141144
`CGAL_NON_SYMETRICAL_OBSERVER_EDGE_REMOVAL_BACKWARD_COMPATIBILITY`
142145

146+
143147
Release 4.11
144148
------------
145149

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CGAL-4.12-dev
1+
CGAL-4.12-beta1

0 commit comments

Comments
 (0)