Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

Add missing igl functions to enable `compas_slicer` to drop the `igl` dependency entirely:

- cotmatrix module: trimesh_cotmatrix, trimesh_cotmatrix_entries
- grad module: trimesh_grad (gradient operator)
- meshing module: trimesh_cut_mesh, trimesh_face_components
- simplify module: ramer_douglas_peucker (polyline simplification)

### Changed

### Removed
Expand Down
Loading