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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
38
* Removed `compas.scene.SceneObjectNode`, functionalities merged into `compas.scene.SceneObject`.
39
39
* Removed `compas.scene.SceneTree`, functionalities merged into `compas.scene.Scene`.
40
40
* Removed default implementation of `compas.geometry.trimesh_geodistance` since nonexistent.
41
+
* Removed `compas.utilities.geometric_key` and replaced it by `compas.tolerance.TOL.geometric_key`.
42
+
* Removed `compas.utilities.geometric_key_xy`.
41
43
42
44
## [2.1.0] 2024-03-01
43
45
@@ -49,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
51
* Added `compas.datastructures.Tree.to_graph()`.
50
52
51
53
### Changed
54
+
52
55
* Changed `compas.datastructures.TreeNode` to skip serialising `attributes`, `name` and `children` if being empty.
53
56
* Changed `compas.datastructures.TreeNode.__repr__` to omit `name` if `None`.
54
57
* Fix bug in `compas_rhino.geometry.NurbsCurve.from_parameters` and `compas_rhino.geometry.NurbsCurve.from_points` related to the value of the parameter `degree`.
0 commit comments