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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
* Implemented `to_points` method in `compas.datastructures.Mesh`, which before raised a `NotImplementedError`.
12
12
* Implemented `compute_aabb` method in `compas.datastructures.Datastructure`, which before raised a `NotImplementedError`. Made use of the `compas.geometry.bbox.bounding_box` function.
13
13
* Implemented `compute_obb` method in `compas.datastructures.Datastructure`, which before raised a `NotImplementedError`. Made use of the `compas.geometry.bbox_numpy.oriented_bounding_box_numpy` function.
14
+
* Added `vertices_to_points` method in `compas.datastructures.CellNetwork`.
15
+
* Added `to_points` method in `compas.datastructures.VolMesh`.
16
+
* Added test function `test_vertices_to_points`in `test_cell_network.py`.
17
+
* Added test function `test_to_points` in `test_graph.py`.
18
+
* Added test function `test_to_points` in `test_volmesh.py`.
19
+
* Added test functions `test_to_points`, `test_compute_aabb`, and `test_compute_obb` in `test_mesh.py`.
0 commit comments