Releases: Geode-solutions/OpenGeode
Releases · Geode-solutions/OpenGeode
v3.8.0
3.8.0 (2020-01-09)
Features
- IsolatedFacets: add methods to know if a vertex, edge and facet is isolated in PolygonalSurface and PolyhedralSolid (39724b9)
- SimplexMeshBuilder: add method to build nb new triangles (resp. tetrahedra) in TriangulatedSurface (resp. TetrahedralSolid) (398fb9f)
v3.7.0
3.7.0 (2019-12-18)
Features
- PolyhedralSolid edges: add a method in PolyhedralSolidBuilder to remove isolated edges (607eb00)
v3.6.0
3.6.0 (2019-12-14)
Features
- PolyhedronSolid: add method to find polyhedra made with a given facet (7f1e6c4)
Performance Improvements
- Facets: optimize find and add facet (5986fcb)
v3.5.0
3.5.0 (2019-12-05)
Features
- BoundingBox: add methods to compute the bounding box of meshes and models (81c3deb)
v3.4.2
3.4.2 (2019-12-04)
Bug Fixes
- Windows: copy Windows dll only when exist (ad65080)
v3.4.1
3.4.1 (2019-12-04)
Bug Fixes
- Actions: only benchmarks on push (c8eb684)
- CMake: Homogenize macro names (hyphens instead of backspaces) (52adbc0)
v3.4.0
3.4.0 (2019-12-03)
Bug Fixes
- Growable: fix wrong recursive call when serializing and deserializing (5af5b80)
- TetrahedralSolid: fix facet computation in TetrahedralSolid when calling create_polyhedron() (267de8c)
Features
- Solid edges: add edges in PolyhedralSolid and TetrahedralSolid (5f00785)
v3.3.2
3.3.2 (2019-11-27)
Performance Improvements
- FacetStorage: clean facet storage only on requests (68ebee2)
v3.3.1
3.3.1 (2019-11-26)
Bug Fixes
- Copyright: add clear mention of modified files from RINGMesh (b475384)
v3.3.0
3.3.0 (2019-11-25)
Features
- Becnhmark: Add Catch2 benchmarks (f0825c8)