Skip to content

v8.0.0

Compare
Choose a tag to compare
@panquez panquez released this 17 Jul 04:24
· 3 commits to master since this release

8.0.0 (2024-07-17)

Bug Fixes

  • ABI: fix abi (5b95f90)
  • Deprecated: remove deprecated methods (fd29f2f)
  • explicit constructors: Added explicit constructors and updated with those of included projects. (d0a1afa)
  • Filename: expand predefined folders (e53329d)
  • Filesystem: upgrading to standard filesystem (352c903)
  • Headers: change extension convention from .h to .hpp (878a53a)
  • OG-Geosciences: renaming constexpr variables with uppercase names (eef6b08)
  • OG-Geosciences: renaming enum attributes with lowercase names (7ce8104)
  • OpenGeode: update to new AABBTree api (2d50cf6)
  • OpenGeode: update to new ABI (6ceb155)
  • OpenGeode: update to new default attribute behavior (aa0564e)
  • Optional: use std::optional (0c6096d)
  • Private: rename private folders to internal (98c267d)
  • python bindings: renaming enum attributes with lowercase names (in python bindings) (c92b6f9)
  • StringView: use std::string_view (74e10a1)

BREAKING CHANGES

  • Headers: rename all extensions from .h to.hpp
  • Deprecated: remove deprecated copy methods
  • StringView: absl::string_view has been replaced by std::string_view
  • explicit constructors: Added explicit constructors on all single-argument constructors.
  • Optional: absl::optional has been replaced by std::optional