Skip to content

Commit dd01a75

Browse files
committed
Merge branch 'main' into use-colors
2 parents 34d8364 + 011c777 commit dd01a75

File tree

3 files changed

+465
-25
lines changed

3 files changed

+465
-25
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
* Added `compas.colors.Color.coerce` to construct a color out og hex, RGB1, and RGB255 inputs.
1717
* Added `compas.datastructures.Network.from_pointcloud`.
1818
* Added `compas.datastructures.VolMesh.from_meshgrid`.
19+
* Added `vertices_where`, `vertices_where_predicate`, `edges_where`, `edges_where_predicate` to `compas.datastructures.HalfFace`.
20+
* Added `faces_where`, `faces_where_predicate`, `cells_where`, `cells_where_predicate` to `compas.datastructures.HalfFace`.
1921

2022
### Changed
2123

0 commit comments

Comments
 (0)