Skip to content

Releases: Geode-solutions/Geode-Simplex

v8.2.4

14 Sep 00:43
cf758bc
Compare
Choose a tag to compare

8.2.4 (2024-09-14)

Bug Fixes

  • Mesh: block level API (2f3b566)
  • tetgen_tetrahedralize: test if number of brep facets is egal to number of solid facets (8cc0dfc)

v8.2.3

05 Sep 00:37
cf758bc
Compare
Choose a tag to compare

8.2.3 (2024-09-05)

Bug Fixes

  • Background: update to Orchestrator multi levels (57bc8ea)

v8.2.2

01 Sep 07:23
cf758bc
Compare
Choose a tag to compare

8.2.2 (2024-09-01)

Bug Fixes

  • Package: trigger new release (a38534b)

v8.2.1

10 Aug 00:57
cf758bc
Compare
Choose a tag to compare

8.2.1 (2024-08-10)

Bug Fixes

v8.2.0

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

8.2.0 (2024-07-30)

Bug Fixes

  • metric_constraints: changing warnings in add_default_lines_constraints(). (99bd463)
  • metric_constraints: retrieve each pair from the map by naming the two elements, in the for loop, in the compute_grid_metric() function. (d64a3fd)
  • metric_constraints: review changes (191adef)

Features

  • brep_volumic_simplex_remesh: check if the volume of brep blocks is meshed and do it if necessary. (6ff385c)
  • brep_volumic_simplex_remesh: use tetgen tetrahedralization if necessary before the brep volumic simplex remeshing. (a331043)

v8.1.0

26 Jul 00:50
cf758bc
Compare
Choose a tag to compare

8.1.0 (2024-07-26)

Bug Fixes

  • constraint_metric: add warnings in the compute_grid_metric() function. (fd1d518)
  • constraint_metric: change model name (a72ea5f)
  • constraint_metric: review changes (11bcfef)
  • metric_constraints: add one missing warning (d1136e5)
  • remesh: remove changes that should not be on this branch (69ca314)

Features

  • constraint_metric: modify the metric that we paint into the grid to deal with important data size differences and accelerate tests. (167d66c)

v8.0.3

19 Jul 19:32
cf758bc
Compare
Choose a tag to compare

8.0.3 (2024-07-19)

Bug Fixes

  • License: expose cmake license option (de6c3c2)

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