Skip to content

Commit

Permalink
merge halfedge into mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jan 15, 2024
1 parent 020c29c commit 4004bdd
Show file tree
Hide file tree
Showing 6 changed files with 4,039 additions and 935 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Merged `compas.datastructures.Halfedge` into `compas.datastructures.Mesh`.

### Removed

* Removed `compas.datastructures.Halfedge`.

## [2.0.0-beta.2] 2024-01-12

### Added
Expand Down
2 changes: 0 additions & 2 deletions src/compas/datastructures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

from .graph.graph import Graph
from .network.network import Network
from .halfedge.halfedge import HalfEdge
from .mesh.mesh import Mesh
from .halfface.halfface import HalfFace
from .volmesh.volmesh import VolMesh
Expand All @@ -72,7 +71,6 @@
"Graph",
"CellNetwork",
"Network",
"HalfEdge",
"Mesh",
"HalfFace",
"VolMesh",
Expand Down
Loading

0 comments on commit 4004bdd

Please sign in to comment.