Skip to content

Commit

Permalink
Merge branch '5.6.x-branch'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Installation/include/CGAL/version.h
#	Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
  • Loading branch information
lrineau committed Jul 28, 2023
2 parents d13338a + dd3b569 commit 1d3456d
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 136 deletions.
2 changes: 1 addition & 1 deletion Installation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Release date: July 2023
instead of `void`, that is used inside the class `Region_growing` for detecting if the input
conditions for the new region are satisfied. This change affects only user-defined types of regions.
- **Breaking change**: The constructors of all models used together with the region growing algorithm
now enable users to provide parameters through the [named parameters](https://doc.cgal.org/latest/BGL/group__bgl__namedparameters.html) mechanism.
now enable users to provide parameters through the [named parameters](https://doc.cgal.org/5.6/BGL/group__bgl__namedparameters.html) mechanism.
- All fitting classes in the region growing framework are now using better versions of the region
conditions, more precise and faster, including the correct normal orientations.
- Added new models of the concept `RegionType` for getting linear regions in a set of 2D and 3D
Expand Down
Loading

0 comments on commit 1d3456d

Please sign in to comment.