Skip to content

v6.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@BotellaA BotellaA released this 16 Jul 20:23
· 224 commits to next since this 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