Skip to content

Commit 1e26a68

Browse files
committed
log
1 parent e1b4a9e commit 1e26a68

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)