Skip to content

Commit 1c43000

Browse files
committed
Merge branch 'origin/fix_halfface_plane' into cell_network
2 parents be8dd70 + 00e37e8 commit 1c43000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175175
* Changed `compas.datastructures.Graph.delete_edge` to delete invalid (u, u) edges and not delete edges in opposite directions (v, u)
176176
* Fixed bug in `compas.datastructures.Mesh.insert_vertex`.
177177
* Fixed bug in `compas.geometry.angle_vectors_signed`.
178+
* Changed internal _plane storage of the `compas.datastructures.Halfface` from `_plane[u][v][w]` to `_plane[u][v][fkey]`
178179

179180
### Removed
180181

0 commit comments

Comments
 (0)