Skip to content

v8.0.0

Compare
Choose a tag to compare
@BotellaA BotellaA released this 17 Jul 05:55
cf758bc

8.0.0 (2024-07-17)

Bug Fixes

  • Deprecated: remove old component_mesh_vertices (abbe799)
  • explicit keyword: Added explicit keyword and updated code with explicit construction of Points, Vectors, PolygonVertex/Edge, etc. (b63eed8)
  • Filesystem: update to new ABI (79e00e0)
  • Geode-Simplex: component_mesh_vertices fix (1533d0c)
  • Geode-Simplex: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (4dd08fa)
  • Geode-Simplex: renaming constexpr array variables with uppercase names (remaining ones) (a8aee56)
  • Geode-Simplex: renaming constexpr variables with uppercase names (bfaaf1d)
  • Geode-Simplex: renaming enum with uppercase names (4f24cbc)
  • Headers: rename file extensions from .h to .hpp (c6c2911)
  • License: add option per library (19f7f6d)
  • OpenGeode: update to new AABBTree api (4ea4a3a)
  • OpenGeode: update to new ABI (bdb6990)
  • Optional: use std::optional (5143ef9)
  • Private: rename private folders to internal (274eb4a)
  • Rasterize: new name conservative_rasterize_triangle (6ebf705)
  • STL: move to std::make_unique (df56eeb)
  • StringView: use std::string_view (2fef3de)

Features

  • Build: add install symlink into build (d48a473)

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