Skip to content

Commit 201f32c

Browse files
committed
clean up log
1 parent 29b3c40 commit 201f32c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
* Added `compas_cgal.reconstruction.poission_surface_reconstruction`.
13+
* Added `compas_cgal.reconstruction.pointset_outlier_removal`.
14+
* Added `compas_cgal.reconstruction.pointset_reduction`.
15+
* Added `compas_cgal.reconstruction.pointset_smoothing`.
16+
* Added `compas_cgal.reconstruction.pointset_normal_estimation`.
17+
* Added `compas_cgal.skeletonization.mesh_skeleton`.
18+
* Added `compas_cgal.subdivision.mesh_subdivision_catmull_clark`.
19+
* Added `compas_cgal.subdivision.mesh_subdivision_loop`.
20+
* Added `compas_cgal.subdivision.mesh_subdivision_sqrt3`.
21+
* Added `compas_cgal.triangulation.refined_delaunay_mesh`.
22+
1223
### Changed
1324

25+
* Moved main include types like `Point`, `Vector`, `Polyline` and etc. to the `compas` namespace.
26+
1427
### Removed
1528

1629
## [0.5.0] 2022-10-07

0 commit comments

Comments
 (0)