mirror of https://github.com/CGAL/cgal
Fix changes.html
This commit is contained in:
parent
2f8f10de44
commit
f92bf8d7d1
|
|
@ -70,6 +70,7 @@
|
|||
<td width="28%">
|
||||
|
||||
<table CELLSPACING=0>
|
||||
<tr><td><a href="#release4.12">4.12</a> <td> (April 2018)
|
||||
<tr><td><a href="#release4.11">4.11</a> <td> (September 2017)
|
||||
<tr><td><a href="#release4.10">4.10</a> <td> (May 2017)
|
||||
<tr><td><a href="#release4.9">4.9</a> <td> (September 2016)
|
||||
|
|
@ -131,6 +132,23 @@ and <code>src/</code> directories).
|
|||
<HR>
|
||||
<h2 id="release4.12">Release 4.12 </h2>
|
||||
<div>
|
||||
<p>Release date: April 2018 </p>
|
||||
|
||||
<!-- Installation (and general changes) -->
|
||||
<!-- New packages -->
|
||||
<!-- Major and breaking changes -->
|
||||
<!-- Arithmetic and Algebra -->
|
||||
<!-- Combinatorial Algorithms -->
|
||||
<!-- Geometry Kernels -->
|
||||
<!-- Convex Hull Algorithms -->
|
||||
<!-- Polygons -->
|
||||
<!-- Cell Complexes and Polyhedra -->
|
||||
<!-- Arrangements -->
|
||||
<!-- Triangulations and Delaunay Triangulations -->
|
||||
<!-- Voronoi Diagrams -->
|
||||
<!-- Mesh Generation -->
|
||||
<!-- Surface Reconstruction -->
|
||||
<!-- Geometry Processing -->
|
||||
<h3>Point Set Shape Detection</h3>
|
||||
<ul>
|
||||
<li>New algorithm: <code>CGAL::Region_growing</code>. This is a
|
||||
|
|
@ -145,7 +163,16 @@ and <code>src/</code> directories).
|
|||
of <code>CGAL::structure_point_set()</code> is generalized to accept
|
||||
other types of input than the RANSAC output.</li>
|
||||
</ul>
|
||||
<!-- Spatial Searching and Sorting -->
|
||||
<!-- Geometric Optimization -->
|
||||
<!-- Interpolation -->
|
||||
<!-- Kinetic Data Structures -->
|
||||
<!-- Support Library -->
|
||||
<!-- Visualization -->
|
||||
|
||||
<!-- end of the div for 4.10 -->
|
||||
</div>
|
||||
|
||||
<h2 id="release4.11">Release 4.11 </h2>
|
||||
<div>
|
||||
<p>Release date: September 2017 </p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue