We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8a5f8 commit af1166fCopy full SHA for af1166f
CHANGELOG.md
@@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## Unreleased
9
10
### Added
11
-* Added `compas_cgal.skeletonization.mesh_skeleton_with_mapping`.
+* 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
16
17
### Changed
18
0 commit comments