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
@@ -33,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
56
* Added `compas.datastructures.Tree.to_graph()`.
34
57
35
58
### Changed
59
+
36
60
* Changed `compas.datastructures.TreeNode` to skip serialising `attributes`, `name` and `children` if being empty.
37
61
* Changed `compas.datastructures.TreeNode.__repr__` to omit `name` if `None`.
38
62
* Fix bug in `compas_rhino.geometry.NurbsCurve.from_parameters` and `compas_rhino.geometry.NurbsCurve.from_points` related to the value of the parameter `degree`.
@@ -43,7 +67,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
67
44
68
### Removed
45
69
46
-
47
70
## [2.0.4] 2024-02-12
48
71
49
72
### Added
@@ -54,7 +77,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments