Releases: Geode-solutions/OpenGeode-Inspector
Releases · Geode-solutions/OpenGeode-Inspector
v6.1.1-rc.1
fix/nodiscard
fix/nodiscard-tag Apply prepare changes
v6.1.0
v6.1.0-rc.1
6.1.0-rc.1 (2024-09-10)
Bug Fixes
- deployment: fixed deployment issue. (74b9fac)
Features
- NegativeElements: Added functions to test if meshes have negative elements (negative volume or negative area). (9f14311)
fix/missing_macro_template_assert_2d
fix/missing_macro_template_assert_2d-tag Apply prepare changes
v6.0.0
6.0.0 (2024-07-17)
Bug Fixes
- ABI: update ABI (ef81a71)
- ABI: update ABI (b8db904)
- explicit constructor: Added explicit constructors and updated with those in OpenGeode. (df48bd0)
- Headers: rename file extensions from .h to .hpp (49c5a28)
- headers: reverse some header renaming (h to hpp) that shouldn't be done (b1d07eb)
- OG-Inspector: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (458d62e)
- OG-inspector: renaming constexpr variables with uppercase names (aa08a8e)
- OG-inspector: renaming enum with uppercase names (6697530)
- Optional: use std::optional (e75f00b)
- Private: rename private folders to internal (1335ff7)
- StringView: use std::string_view (47e2c4b)
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
v6.0.0-rc.1
6.0.0-rc.1 (2024-07-16)
Bug Fixes
- ABI: update ABI (ef81a71)
- ABI: update ABI (b8db904)
- explicit constructor: Added explicit constructors and updated with those in OpenGeode. (df48bd0)
- Headers: rename file extensions from .h to .hpp (49c5a28)
- headers: reverse some header renaming (h to hpp) that shouldn't be done (b1d07eb)
- OG-Inspector: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (458d62e)
- OG-inspector: renaming constexpr variables with uppercase names (aa08a8e)
- OG-inspector: renaming enum with uppercase names (6697530)
- Optional: use std::optional (e75f00b)
- Private: rename private folders to internal (1335ff7)
- StringView: use std::string_view (47e2c4b)
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
fix/headers
fix/headers-tag fix(headers): reverse some header renaming (h to hpp) that shouldn't …
fix_v15/rename_global_epsilon_to_GLOBAL_EPSILON
fix_v15/rename_global_epsilon_to_GLOBAL_EPSILON-tag Apply prepare changes
fix/move-private-files-to-internal
fix/move-private-files-to-internal-tag Apply prepare changes