Skip to content

Releases: Geode-solutions/Geode-Simplex

v8.0.2

19 Jul 14:20
cf758bc
Compare
Choose a tag to compare

8.0.2 (2024-07-19)

Bug Fixes

  • Solid: better handle async in Tetgen (9f71ac6)

v8.0.1

18 Jul 00:43
cf758bc
Compare
Choose a tag to compare

8.0.1 (2024-07-18)

Bug Fixes

  • BlockMesher: add mapping (4a6af31)
  • Package: trigger new release (12d4559)

v8.0.0

17 Jul 05:55
cf758bc
Compare
Choose a tag to compare

8.0.0 (2024-07-17)

Bug Fixes

  • Deprecated: remove old component_mesh_vertices (abbe799)
  • explicit keyword: Added explicit keyword and updated code with explicit construction of Points, Vectors, PolygonVertex/Edge, etc. (b63eed8)
  • Filesystem: update to new ABI (79e00e0)
  • Geode-Simplex: component_mesh_vertices fix (1533d0c)
  • Geode-Simplex: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (4dd08fa)
  • Geode-Simplex: renaming constexpr array variables with uppercase names (remaining ones) (a8aee56)
  • Geode-Simplex: renaming constexpr variables with uppercase names (bfaaf1d)
  • Geode-Simplex: renaming enum with uppercase names (4f24cbc)
  • Headers: rename file extensions from .h to .hpp (c6c2911)
  • License: add option per library (19f7f6d)
  • OpenGeode: update to new AABBTree api (4ea4a3a)
  • OpenGeode: update to new ABI (bdb6990)
  • Optional: use std::optional (5143ef9)
  • Private: rename private folders to internal (274eb4a)
  • Rasterize: new name conservative_rasterize_triangle (6ebf705)
  • STL: move to std::make_unique (df56eeb)
  • StringView: use std::string_view (2fef3de)

Features

  • Build: add install symlink into build (d48a473)

BREAKING CHANGES

  • Headers: rename file extensions from .h to .hpp
  • Private: change namespace detail in private folders to internal namespace
  • StringView: absl::string_view has been replaced by std::string_view
  • Optional: absl::optional has been replaced by std::optional

v7.1.6

02 Jul 00:51
cf758bc
Compare
Choose a tag to compare

7.1.6 (2024-07-02)

Bug Fixes

v7.1.5

24 Jun 00:43
cf758bc
Compare
Choose a tag to compare

7.1.5 (2024-06-24)

Bug Fixes

  • CMake: use git shallow clone (4b2c7d0)

v7.1.4

22 Jun 00:44
cf758bc
Compare
Choose a tag to compare

7.1.4 (2024-06-22)

Bug Fixes

  • VolumicRelax: change order to improve surface quality (38ff3f3)

v7.1.3

19 Jun 00:32
cf758bc
Compare
Choose a tag to compare

7.1.3 (2024-06-19)

Bug Fixes

  • SolidInserter: insert at epsilon (b7acccd)

v7.1.2

15 Jun 02:07
cf758bc
Compare
Choose a tag to compare

7.1.2 (2024-06-15)

Bug Fixes

  • Common: update to new Common ABI (8ad4350)

v7.1.1

11 Jun 00:29
cf758bc
Compare
Choose a tag to compare

7.1.1 (2024-06-11)

Bug Fixes

  • SolidRelax: do not collapse on metric case if the result edges are too long (ce4c14b)

v7.1.0

08 Jun 00:53
cf758bc
Compare
Choose a tag to compare

7.1.0 (2024-06-08)

Features

  • SolidRelax: add multiple element types in the relaxation orchestration (164c4c6)