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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +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.maps` since functionality is replaced by `compas.tolerance`.
41
+
* Removed `compas.utilities.geometric_key` and replaced it by `compas.tolerance.TOL.geometric_key`.
42
+
* Removed `compas.utilities.geometric_key_xy`.
42
43
43
44
## [2.1.0] 2024-03-01
44
45
@@ -50,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
51
* Added `compas.datastructures.Tree.to_graph()`.
51
52
52
53
### Changed
54
+
53
55
* Changed `compas.datastructures.TreeNode` to skip serialising `attributes`, `name` and `children` if being empty.
54
56
* Changed `compas.datastructures.TreeNode.__repr__` to omit `name` if `None`.
55
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