From 79641c861f25b2cd37258148f34ddd7b59a326e1 Mon Sep 17 00:00:00 2001 From: Jelle Feringa Date: Wed, 10 Dec 2025 11:05:57 +0100 Subject: [PATCH] Update CHANGELOG with new igl functions Add missing igl functions to support dropping igl dependency. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a805765..b7c6e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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