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.
2 parents be8dd70 + 00e37e8 commit 1c43000Copy full SHA for 1c43000
CHANGELOG.md
@@ -175,6 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
* Changed `compas.datastructures.Graph.delete_edge` to delete invalid (u, u) edges and not delete edges in opposite directions (v, u)
176
* Fixed bug in `compas.datastructures.Mesh.insert_vertex`.
177
* 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]`
179
180
### Removed
181
0 commit comments