Skip to content

Commit 79641c8

Browse files
authored
Update CHANGELOG with new igl functions
Add missing igl functions to support dropping igl dependency.
1 parent 8a2a5bb commit 79641c8

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 `igl` 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)