File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ * Added basic "dome" template: ` compas_assembly.geometry.Dome ` .
13+ * Added resultant visualisation to ` compas_assembly.viewer.app.DEMViewer ` .
14+ * Added ` compas_assembly.datastructures.Assembly.add_block_from_mesh ` .
15+ * Added ` compas_assembly.datastructures.Assembly.number_of_nodes ` .
16+ * Added ` compas_assembly.datastructures.Assembly.number_of_edges ` .
17+ * Added ` compas_assembly.datastructures.Assembly.number_of_blocks ` .
18+ * Added ` compas_assembly.datastructures.Assembly.number_of_interfaces ` .
19+ * Added ` compas_assembly.datastructures.Assembly.unset_boundary_conditions ` .
20+ * Added ` compas_assembly.datastructures.Assembly.set_boundary_condition ` .
21+ * Added ` compas_assembly.datastructures.Assembly.set_boundary_conditions ` .
22+
1223### Changed
1324
25+ * Fixed bug in ` compas_assembly.algorithms.assembly_interfaces ` .
26+ * Changed ` compas_assembly.algorithms.assembly_interfaces ` to return modified assembly for RPC.
27+ * Changed ` compas_assembly.algorithms.assembly_interfaces_numpy ` to return modified assembly for RPC.
28+
1429### Removed
1530
1631
You can’t perform that action at this time.
0 commit comments