Skip to content

Commit af1166f

Browse files
committed
changelog: add geodesics module entries per reviewer request
1 parent 1f8a5f8 commit af1166f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99

1010
### Added
11-
* Added `compas_cgal.skeletonization.mesh_skeleton_with_mapping`.
11+
* Added `compas_cgal.skeletonization.mesh_skeleton_with_mapping`
12+
- `HeatGeodesicSolver` class with precomputation for repeated queries
13+
- `heat_geodesic_distances` function for single-shot usage
14+
- uses CGAL Heat_method_3 with intrinsic Delaunay triangulation
15+
- ~30% faster than `libigl` heat in `compas_slicer` workflow
1216

1317
### Changed
1418

0 commit comments

Comments
 (0)