File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments