We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dd277 commit 00e37e8Copy full SHA for 00e37e8
CHANGELOG.md
@@ -174,6 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174
* Changed `compas.datastructures.Graph.delete_edge` to delete invalid (u, u) edges and not delete edges in opposite directions (v, u)
175
* Fixed bug in `compas.datastructures.Mesh.insert_vertex`.
176
* Fixed bug in `compas.geometry.angle_vectors_signed`.
177
+* Changed internal _plane storage of the `compas.datastructures.Halfface` from `_plane[u][v][w]` to `_plane[u][v][fkey]`
178
179
### Removed
180
0 commit comments