Releases: Geode-solutions/OpenGeode-IO
Releases · Geode-solutions/OpenGeode-IO
v7.0.4-rc.1
fix/nn-search-colocated-info
fix/nn-search-colocated-info-tag Apply prepare changes
v7.0.3
v7.0.3-rc.1
v7.0.2
v7.0.2-rc.1
fix/nodiscard
fix/nodiscard-tag Apply prepare changes
v7.0.1
v7.0.1-rc.1
v7.0.0
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