mirror of https://github.com/CGAL/cgal
move to 6.1
This commit is contained in:
parent
32f147f6e2
commit
74cd65efcf
|
|
@ -1,6 +1,16 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
[Release 6.1](https://github.com/CGAL/cgal/releases/tag/v6.1)
|
||||||
|
-----------
|
||||||
|
|
||||||
|
### [3D Mesh Generation](https://doc.cgal.org/6.0/Manual/packages.html#PkgMesh3)
|
||||||
|
|
||||||
|
- Added two new meshing parameters that enable mesh initialization customization :
|
||||||
|
- `initial_points_generator` : enables the user to specify a functor that generates initial points.
|
||||||
|
- `initial_points` : enables the user to specify a `Range` of initial points.
|
||||||
|
|
||||||
|
|
||||||
[Release 6.0](https://github.com/CGAL/cgal/releases/tag/v6.0)
|
[Release 6.0](https://github.com/CGAL/cgal/releases/tag/v6.0)
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
@ -55,10 +65,6 @@ Release date: June 2024
|
||||||
- Removed the class templates `Gray_image_mesh_domain_3`, `Implicit_mesh_domain_3`, and `Labeled_image_mesh_domain_3`
|
- Removed the class templates `Gray_image_mesh_domain_3`, `Implicit_mesh_domain_3`, and `Labeled_image_mesh_domain_3`
|
||||||
which are deprecated since CGAL-4.13.
|
which are deprecated since CGAL-4.13.
|
||||||
|
|
||||||
- Added two new meshing parameters that enable mesh initialization customization :
|
|
||||||
- `initial_points_generator` : enables the user to specify a functor that generates initial points.
|
|
||||||
- `initial_points` : enables the user to specify a `Range` of initial points.
|
|
||||||
|
|
||||||
### [Quadtrees, Octrees, and Orthtrees](https://doc.cgal.org/6.0/Manual/packages.html#PkgOrthtree)
|
### [Quadtrees, Octrees, and Orthtrees](https://doc.cgal.org/6.0/Manual/packages.html#PkgOrthtree)
|
||||||
- **Breaking change**:
|
- **Breaking change**:
|
||||||
- Node splitting behavior and per-node data are now customizable via the Traits class.
|
- Node splitting behavior and per-node data are now customizable via the Traits class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue