Skip to content

Releases: Geode-solutions/OpenGeode

v10.2.6

17 May 10:28
Compare
Choose a tag to compare

10.2.6 (2022-05-17)

Bug Fixes

  • Mesh: add string() methods in basic structs like PolygonVertex (185078c)

v10.2.5

16 May 13:55
Compare
Choose a tag to compare

10.2.5 (2022-05-16)

Bug Fixes

  • AABBTree: Added move constructor and move operator to the AABBTrees. (211ce60)

v10.2.4

16 May 10:17
0703b69
Compare
Choose a tag to compare

10.2.4 (2022-05-16)

Bug Fixes

  • Mesh: add method in SolidMesh to get polyhedron facet edge from vertices and polyhedron indices (0703b69)

v10.2.3

13 May 14:43
Compare
Choose a tag to compare

10.2.3 (2022-05-13)

Bug Fixes

  • Python: fix names of methods (c066dc8)

v10.2.2

13 May 13:25
Compare
Choose a tag to compare

10.2.2 (2022-05-13)

Bug Fixes

  • Mesh: add more around methods (fb0ff7c)

v10.2.1

13 May 09:59
Compare
Choose a tag to compare

10.2.1 (2022-05-13)

Bug Fixes

  • VertexIdentifierBuilder: missing update_unique_vertices binding (bdf13be)

v10.2.0

13 May 08:11
Compare
Choose a tag to compare

10.2.0 (2022-05-13)

Features

  • AABBTree: Added helper to create an AABBTree to search over a Solidmesh tetrahedrons. (0da4744)

v10.1.10

11 May 11:32
Compare
Choose a tag to compare

10.1.10 (2022-05-11)

Bug Fixes

  • ProgressLogger: allow increment on the number of steps (446a2c9)

v10.1.9

11 May 08:59
Compare
Choose a tag to compare

10.1.9 (2022-05-11)

Bug Fixes

  • Pythonbindings: Added the equal operators to Points in the python bindings (c97e79d)

v10.1.8

10 May 17:49
Compare
Choose a tag to compare

10.1.8 (2022-05-10)

Bug Fixes

  • Point/Vector: Added the equal operators (+=,-=,*=,/=) for Points and Vectors (808b492)