Skip to content

Releases: Geode-solutions/OpenGeode

v3.8.0

09 Jan 14:00
Compare
Choose a tag to compare

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

18 Dec 13:57
Compare
Choose a tag to compare

3.7.0 (2019-12-18)

Features

  • PolyhedralSolid edges: add a method in PolyhedralSolidBuilder to remove isolated edges (607eb00)

v3.6.0

14 Dec 00:16
Compare
Choose a tag to compare

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

05 Dec 16:42
Compare
Choose a tag to compare

3.5.0 (2019-12-05)

Features

  • BoundingBox: add methods to compute the bounding box of meshes and models (81c3deb)

v3.4.2

04 Dec 15:15
Compare
Choose a tag to compare

3.4.2 (2019-12-04)

Bug Fixes

  • Windows: copy Windows dll only when exist (ad65080)

v3.4.1

04 Dec 10:57
Compare
Choose a tag to compare

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

03 Dec 16:40
Compare
Choose a tag to compare

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

27 Nov 16:39
Compare
Choose a tag to compare

3.3.2 (2019-11-27)

Performance Improvements

  • FacetStorage: clean facet storage only on requests (68ebee2)

v3.3.1

26 Nov 08:12
Compare
Choose a tag to compare

3.3.1 (2019-11-26)

Bug Fixes

  • Copyright: add clear mention of modified files from RINGMesh (b475384)

v3.3.0

25 Nov 14:35
Compare
Choose a tag to compare

3.3.0 (2019-11-25)

Features

  • Becnhmark: Add Catch2 benchmarks (f0825c8)