Skip to content

Releases: Geode-solutions/Geode-Background

v8.0.3

01 Aug 00:45
406781e
Compare
Choose a tag to compare

8.0.3 (2024-08-01)

Bug Fixes

  • Orchestrator: fix returned unprocessed elements in an exception (7ea5054)

v8.0.2

26 Jul 00:42
406781e
Compare
Choose a tag to compare

8.0.2 (2024-07-26)

Bug Fixes

  • Inserter: add as immuable vertices part edge cut vertices to avoid their displacement in another exception-case part edge (6a9d767)

v8.0.1

18 Jul 00:33
406781e
Compare
Choose a tag to compare

8.0.1 (2024-07-18)

Bug Fixes

  • CommonDependency: add common dependency (928c247)

v8.0.0

17 Jul 05:46
406781e
Compare
Choose a tag to compare

8.0.0 (2024-07-17)

Bug Fixes

  • ABI: fix abi (767c496)
  • ABI: update ABI (37b28c0)
  • ABI: update ABI (a066350)
  • explicit keyword: Added explicit keyword and updated code with explicit construction of Points, Vectors, PolygonVertex/Edge, etc. (689a3c3)
  • Geode-Background: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (f4d98de)
  • Geode-Background: renaming constexpr array variables with uppercase names (remaining ones) (c945585)
  • Geode-Background: renaming constexpr variables with uppercase names (9511ed9)
  • Geode-Background: renaming enum with uppercase names (7f832a0)
  • Headers: rename file extensions from .h to .hpp (5c8c0bc)
  • License: add option per library (cbc6d30)
  • Optional: use std::optional (1f3ad10)
  • PolyhedronFacetNormal: remove new from new_polyhedron_facet_normal (419127d)
  • Private: rename private folders to internal (3b7fdf4)
  • Solid: fix partial insertion in BackgroundSolidInserter (eeb1222)
  • STL: move to std::make_unique (b3d127e)
  • StringView: use std::string_view (5a9e7c0)

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

v7.13.5

02 Jul 00:42
406781e
Compare
Choose a tag to compare

7.13.5 (2024-07-02)

Bug Fixes

  • EpsilonModifier: fix preserving immuable vertex during triple adjacence (ae29f02)
  • EpsilonModifier: fix preserving immuable vertex during triple adjacence (c4c44bf)
  • PointSearch: Updated Background to use GenericMeshAABBs and upgrade find_containing_tetrahedron. (74f6e4a)

v7.13.4

22 Jun 00:37
406781e
Compare
Choose a tag to compare

7.13.4 (2024-06-22)

Bug Fixes

  • BRepOptimizer: remove shift vertex (29405df)

v7.13.3

20 Jun 05:30
406781e
Compare
Choose a tag to compare

7.13.3 (2024-06-20)

Bug Fixes

  • BRepDecimator: remove debug log (d01fadc)

v7.13.2

15 Jun 01:57
406781e
Compare
Choose a tag to compare

7.13.2 (2024-06-15)

Bug Fixes

  • Common: update to new Common ABI (ee2b4ec)
  • SolidInserter: snap on point insertion (231a94c)

v7.13.1

08 Jun 00:44
406781e
Compare
Choose a tag to compare

7.13.1 (2024-06-08)

Bug Fixes

  • Windows: remove export on BRepOrchestrator (ddc2eaf)

v7.13.0

07 Jun 07:39
406781e
Compare
Choose a tag to compare

7.13.0 (2024-06-07)

Features

  • BRepOrchestrator: template BlockElement queue element (3f8109b)