Skip to content

Commit f37e7c6

Browse files
committed
prep for release
1 parent 582dddf commit f37e7c6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
* Added `compas_cgal.meshing.trimesh_dual`.
13+
* Added `compas_cgal.meshing.project_mesh_on_mesh`.
14+
* Added `compas_cgal.meshing.project_points_on_mesh`.
15+
* Added `compas_cgal.meshing.pull_mesh_on_mesh`.
16+
1217
### Changed
1318

19+
* Changed `compas_cgal.meshing.mesh_remesh` to `compas_cgal.meshing.trimesh_remesh`.
20+
1421
### Removed
1522

1623

1724
## [0.9.0] 2025-04-18
1825

1926
### Added
2027

21-
* Added `compas_cgal.meshing.remesh_dual`.
22-
* Added `compas_cgal.meshing.mesh_project`.
23-
2428
### Changed
2529

2630
### Removed

docs/api/compas_cgal.meshing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compas_cgal.meshing
88
:toctree: generated/
99
:nosignatures:
1010

11-
mesh_remesh
12-
remesh_dual
11+
trimesh_remesh
12+
trimesh_dual
1313
project_mesh_on_mesh
1414
project_points_on_mesh

0 commit comments

Comments
 (0)