Releases: Geode-solutions/Geode-Simplex
Releases · Geode-solutions/Geode-Simplex
v8.2.4
v8.2.3
v8.2.2
v8.2.1
v8.2.0
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
v8.1.0
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
v8.0.2
v8.0.1
v8.0.0
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