mirror of https://github.com/CGAL/cgal
Update CHANGES.md
This commit is contained in:
parent
95e6d089fa
commit
429e465761
|
|
@ -81,6 +81,19 @@ Release date: September 2018
|
||||||
`<CGAL/Mesh_3/Labeled_mesh_domain_3.h>`, that were deprecated since
|
`<CGAL/Mesh_3/Labeled_mesh_domain_3.h>`, that were deprecated since
|
||||||
CGAL 4.5, are now removed.
|
CGAL 4.5, are now removed.
|
||||||
|
|
||||||
|
- **Breaking change**: `CGAL::lloyd_optimize_mesh_3` now depends on
|
||||||
|
the _Eigen_ library.
|
||||||
|
|
||||||
|
### Estimation of Local Differential Properties of Point-Sampled Surfaces Reference
|
||||||
|
|
||||||
|
- **Breaking change**: `CGAL::Monge_via_jet_fitting` now depends on
|
||||||
|
the _Eigen_ library.
|
||||||
|
|
||||||
|
### Bounding Volumes
|
||||||
|
|
||||||
|
- **Breaking change**: `CGAL::Approximate_min_ellipsoid_d` now
|
||||||
|
depends on the _Eigen_ library.
|
||||||
|
|
||||||
### CGAL and the Boost Graph Library (BGL)
|
### CGAL and the Boost Graph Library (BGL)
|
||||||
|
|
||||||
- Add helper function `CGAL::is_valid_polygon_mesh` that checks the
|
- Add helper function `CGAL::is_valid_polygon_mesh` that checks the
|
||||||
|
|
@ -89,6 +102,13 @@ Release date: September 2018
|
||||||
- Improve the function `CGAL::Euler::collapse_edge` so that the target
|
- Improve the function `CGAL::Euler::collapse_edge` so that the target
|
||||||
vertex of the collapsed edge is always kept after the collapse.
|
vertex of the collapsed edge is always kept after the collapse.
|
||||||
|
|
||||||
|
### CGAL and Solvers
|
||||||
|
|
||||||
|
- **Breaking change**: `CGAL::Diagonalize_traits` is now deprecated
|
||||||
|
and shouldn't be used, `CGAL::Eigen_diagonalize_traits` (along
|
||||||
|
with the _Eigen_ library) should be used instead.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Release 4.12
|
Release 4.12
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue