Skip to content

Releases: Geode-solutions/OpenGeode-Inspector

v6.1.0-rc.1

10 Sep 19:04
Compare
Choose a tag to compare
v6.1.0-rc.1 Pre-release
Pre-release

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

10 Sep 15:52
Compare
Choose a tag to compare
Pre-release
fix/missing_macro_template_assert_2d-tag

Apply prepare changes

v6.0.0

17 Jul 04:42
Compare
Choose a tag to compare

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

16 Jul 20:23
Compare
Choose a tag to compare
v6.0.0-rc.1 Pre-release
Pre-release

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

16 Jul 14:02
Compare
Choose a tag to compare
fix/headers Pre-release
Pre-release
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

12 Jul 08:33
Compare
Choose a tag to compare
Pre-release
fix/move-private-files-to-internal-tag

Apply prepare changes

v15

11 Jul 13:56
bb18afc
Compare
Choose a tag to compare
v15 Pre-release
Pre-release
v15-tag

Merge pull request #100 from Geode-solutions/fix/replace-absl-string-…

fix/replace-absl-string-view-with-std

11 Jul 10:34
Compare
Choose a tag to compare
Pre-release
fix/replace-absl-string-view-with-std-tag

Merge branch 'v15' into fix/replace-absl-string-view-with-std

fix_v15/solid_mesh_missing_include_and_bitsery_git_tag_change

fix_v15/solid_mesh_missing_include_and_bitsery_git_tag_change-tag

Merge branch 'fix/explicit_keyword_on_point_and_vector' of github.com…