Skip to content

Commit 3cc1f51

Browse files
committed
changelog: document new igl functions per review
1 parent 6b8f59e commit 3cc1f51

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
Add missing igl functions to enable compas_slicer to drop the `libigl` dependency entirely:
13+
14+
- `cotmatrix` module: `trimesh_cotmatrix`, `trimesh_cotmatrix_entries`
15+
- grad module: `trimesh_grad` (gradient operator)
16+
- meshing module: `trimesh_cut_mesh`, `trimesh_face_components`
17+
- simplify module: `ramer_douglas_peucker` (polyline simplification)
18+
1219
### Changed
1320

1421
### Removed

0 commit comments

Comments
 (0)