You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,6 +76,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
76
* Changed `compas.datastructures.Mesh` to take additional `**kwargs`, instead of only `name=None` specifically.
56
77
* Moved registration of `ping` and `remote_shutdown` of the RPC server to `compas.rpc.Server.__init__()`.
57
78
* Moved `FileWatcherService` to `compas.rpc.services.watcher` so it can be reused.
79
+
* Changed `compas.datastructures.Mesh.subdivide` to `compas.datastructures.Mesh.subdivided`.
80
+
* Moved `compas.numerical.pca_numpy` to `compas.geometry.pca_numpy`.
81
+
* Moved `compas.numerical.scalafield_contours` to `compas.geometry.scalarfield_contours`.
82
+
* Moved `compas.numerical.matrices` to `compas.topology.matrices`.
83
+
* Moved `compas.numerical.linalg` to `compas.geometry.linalg`.
84
+
* Changed `watchdog` dependency to be only required for platforms other than `emscripten`.
58
85
* Changed `compas.geometry.earclip_polygon` algorithm because the current one does not work in several cases.
59
86
* Changed the docstrings in `compas.geometry.earclip_polygon` are corrected. The orientation to the XY Frame has been removed since it is handled by the `polygon.to_vertices_and_faces` method. Additionally, the test_polygon.py file has been modified with a new test for the ear_clip called `test_polygon_to_vertices_and_faces`. The `object` has been added to all `Ear` classes.
60
87
* Changed the docstrings in `compas.geometry.earclip_polygon` is merged back, meaning the polygon is transformed to XY frame.
@@ -67,6 +94,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67
94
* Removed `attributes` from `compas.datastructures.Network.data`.
68
95
* Removed `attributes` from `compas.datastructures.Halfedge.data`.
69
96
* Removed `attributes` from `compas.datastructures.Mesh.data`.
97
+
* Removed `compas.datastructures.mesh_bounding_box` and `compas.datastructures.mesh_bounding_box_xy`.
98
+
* Removed `compas.datastructures.mesh_oriented_bounding_box_numpy` and `compas.datastructures.mesh_oriented_bounding_box_xy_numpy`.
0 commit comments