Skip to content

Releases: Geode-solutions/OpenGeode

v10.0.32

07 Apr 13:17
Compare
Choose a tag to compare

10.0.32 (2022-04-07)

Performance Improvements

  • Geometry: small improvement in geometry computation (86f609a)
  • SolidBuilder: better computation of polyhedron adjacency (4bb7f57)

v10.0.31

06 Apr 15:16
Compare
Choose a tag to compare

10.0.31 (2022-04-06)

Bug Fixes

  • AABBTree: missing intersection with another tree (a8e2980)
  • SolidMesh: remove hardcode related tot TetrahedralSolid (2ccb00a)

v10.0.30

05 Apr 14:57
Compare
Choose a tag to compare

10.0.30 (2022-04-05)

Bug Fixes

  • Basic: allowed to map a type to another type in GenericMapping (f4ddb29)

v10.0.29

31 Mar 15:10
Compare
Choose a tag to compare

10.0.29 (2022-03-31)

Performance Improvements

  • AABBTree: parallelize mesh helpers (7c8547a)

v10.0.28

31 Mar 10:09
Compare
Choose a tag to compare

10.0.28 (2022-03-31)

Bug Fixes

  • Mesh: allow to copy into surface or solid mesh with enabled but empty edges or facets (fb8f307)

v10.0.27

30 Mar 00:24
Compare
Choose a tag to compare

10.0.27 (2022-03-30)

Bug Fixes

  • Meshes: Passing the copy() function as public without a Key, but with an Exception to make sure the mesh is not initialized before the copy is made. (fa43e68)

v10.0.26

24 Mar 18:58
Compare
Choose a tag to compare

10.0.26 (2022-03-24)

Bug Fixes

  • IO: better error messages (a8031b4)

v10.0.25

24 Mar 14:08
Compare
Choose a tag to compare

10.0.25 (2022-03-24)

Bug Fixes

  • CMake: revert folder order in environment variables (972cd9e)

v10.0.24

24 Mar 10:49
377449a
Compare
Choose a tag to compare

10.0.24 (2022-03-24)

Bug Fixes

  • Windows: testing PATH environement variable (377449a)

v10.0.23

21 Mar 11:43
Compare
Choose a tag to compare

10.0.23 (2022-03-21)

Bug Fixes

  • RegularGrid: Add a contains method for the RegularGrid, to get is a point is up to a global_epsilon away from the grid. (36cc36f)