Skip to content

Releases: Geode-solutions/OpenGeode-IO

v7.0.4-rc.1

23 Oct 12:20
Compare
Choose a tag to compare
v7.0.4-rc.1 Pre-release
Pre-release

7.0.4-rc.1 (2024-10-23)

Bug Fixes

  • OpenGeode: update to new OpenGeode (6bbff2b)

fix/nn-search-colocated-info

21 Oct 08:28
Compare
Choose a tag to compare
Pre-release
fix/nn-search-colocated-info-tag

Apply prepare changes

v7.0.3

30 Sep 20:35
Compare
Choose a tag to compare

7.0.3 (2024-09-30)

Bug Fixes

v7.0.3-rc.1

30 Sep 19:38
Compare
Choose a tag to compare
v7.0.3-rc.1 Pre-release
Pre-release

7.0.3-rc.1 (2024-09-30)

Bug Fixes

v7.0.2

24 Sep 00:32
Compare
Choose a tag to compare

7.0.2 (2024-09-24)

Bug Fixes

  • OpenGeode: update to new warnings (b558fee)

v7.0.2-rc.1

23 Sep 08:48
Compare
Choose a tag to compare
v7.0.2-rc.1 Pre-release
Pre-release

7.0.2-rc.1 (2024-09-23)

Bug Fixes

  • OpenGeode: update to new warnings (b558fee)

fix/nodiscard

11 Sep 12:21
Compare
Choose a tag to compare
fix/nodiscard Pre-release
Pre-release
fix/nodiscard-tag

Apply prepare changes

v7.0.1

19 Jul 14:53
Compare
Choose a tag to compare

7.0.1 (2024-07-19)

Bug Fixes

  • CMake: better handle CMAKE_PREFIX_PATH (#149) (03d51a8)

v7.0.1-rc.1

19 Jul 14:41
Compare
Choose a tag to compare
v7.0.1-rc.1 Pre-release
Pre-release

7.0.1-rc.1 (2024-07-19)

Bug Fixes

  • CMake: better handle CMAKE_PREFIX_PATH (#149) (03d51a8)

v7.0.0

17 Jul 04:23
Compare
Choose a tag to compare

7.0.0 (2024-07-17)

Bug Fixes

  • ABI: update ABI (1a36832)
  • ABI: update to new IO (9b434db)
  • Deprecated: remove old component_mesh_vertices (25e7a55)
  • explicit constructors: Added a few explicit constructors. (6e38a32)
  • Filesystem: upgrading to standard filesystem (691edf9)
  • Headers: rename file extensions from .h to .hpp (de48eba)
  • OG-IO: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (afc9de3)
  • OG-IO: renaming constexpr variables with uppercase names (54303ac)
  • OG-IO: renaming enum with uppercase names (6187275)
  • Optional: use std::optional (f838073)
  • Private: rename private folders to internal (adfa180)
  • STL: move to std::make_unique (ffec77f)
  • StringView: use std::string_view (9eb5d62)
  • third-parties: update assimp and zlib (c0dec0c)

Features

  • Build: add install symlink into build (65ee3a7)

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