## Summary of Changes
The testsuite of
[Triangulation](https://cgal.geometryfactory.com/CGAL/testsuite/summary-6.1-Ic-159.html?package=Triangulation)
has N's for some platforms. The test platforms have in common to use
boost_1_88_0, but with VC++ or clang on Windows I can't reproduce the
error with this version of boost.
In this PR I use the filter_iterator adaptor of CGAL, to see if the
boost filter_iterator is the problem.
## Release Management
* Affected package(s): Triangulation
* License and copyright ownership: unchanged
## Summary of Changes
The default iteration number (1) is too few for the remeshing algorithm
to produce something nice, given that we start from a rather nasty
triangulation at the end of alpha wrap.

## Release Management
* Affected package(s): `Alpha_wrap_3`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): -
* License and copyright ownership: no change
## Summary of Changes
There was a compilation error about
`tetrahedron_soup_to_triangulation_3()` when no named parameter was
given
It's fixed, and a test is added for different combinations of NP
## Release Management
* Affected package(s): SMDS_3
* License and copyright ownership: unchanged
## Summary of Changes
Add a new package computing the approximate Fréchet distance between two
polylines in dD under Euclidean metric, or decides if the distance is
smaller than a given value.
## Release Management
* Affected package(s): Frechet_distance
* Feature (if any):
[link](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Frechet_Distance)
* License and copyright ownership: MPI, GeometryFactory, cnrs(?)
## TODO:
- [x] check branch size (@sloriot)
- [x] Make it work with `Epick_d<Dimension_tag<2>>` @sloriot
## Summary of Changes
`AABB_tree::closest_point()` for circles may provide wrong points if a
certain hints are provided.
See https://gist.github.com/MaelRL/3d33fa83f0eea80c94da0966bb425f3a
`do_intersect_circle_iso_rectangle_2()` considers inclusion not as in
intersection
## Release Management
* Affected package(s): Filtered_kernel, Intersections_2
## Summary of Changes
Added support for latest version of libpointmatcher.
Updated doc as libpointmatcher uses the deprecated boost/timer.hpp which
can cause a compilation error when building the library.
There is a PR at libpointmatcher to fix the deprecation bug since
months, but it still needs to be reviewed.
## Release Management
* Affected package(s): Installation