Skip to content

Releases: Geode-solutions/Geode-Explicit

v6.1.5

04 Oct 00:29
a2aacc5
Compare
Choose a tag to compare

6.1.5 (2024-10-04)

Bug Fixes

  • Background: update to new version (bd6d610)

v6.1.4

30 Sep 21:10
a2aacc5
Compare
Choose a tag to compare

6.1.4 (2024-09-30)

Bug Fixes

  • Background: new trigger (7b0a0e8)
  • Package: new release (fbf8624)
  • Package: trigger new release (11853ce)

v6.1.3

29 Sep 13:48
a2aacc5
Compare
Choose a tag to compare

6.1.3 (2024-09-29)

Bug Fixes

  • Common: porting info when there are splits in convert (84bc511)
  • Package: trigger new release (6c4f9a9)

v6.1.2

26 Sep 00:51
a2aacc5
Compare
Choose a tag to compare

6.1.2 (2024-09-26)

Bug Fixes

v6.1.1

24 Sep 00:55
a2aacc5
Compare
Choose a tag to compare

6.1.1 (2024-09-24)

Bug Fixes

  • OpenGeode: update to new warnings (62ea85e)

v6.1.0

10 Sep 00:46
a2aacc5
Compare
Choose a tag to compare

6.1.0 (2024-09-10)

Features

  • BrepExplicitModeler: add brep input to create a border in where we want to insert components (d7db674)

v6.0.1

13 Aug 00:51
a2aacc5
Compare
Choose a tag to compare

6.0.1 (2024-08-13)

Bug Fixes

  • BRep: extend Solid extension (a3d59f4)

v6.0.0

10 Aug 00:54
a2aacc5
Compare
Choose a tag to compare

6.0.0 (2024-08-10)

Bug Fixes

  • BRepExplicitModeler: remove bbox input (2f65355)
  • Tests: temporary test removal (b6f8f69)

BREAKING CHANGES

  • BRepExplicitModeler: Constructor of BRepExplicitModeler does not take a bbox anymore

v5.0.1

18 Jul 00:42
a2aacc5
Compare
Choose a tag to compare

5.0.1 (2024-07-18)

Bug Fixes

  • CommonDependency: add common dependency (f108bfb)

v5.0.0

17 Jul 05:54
a2aacc5
Compare
Choose a tag to compare

5.0.0 (2024-07-17)

Bug Fixes

  • ABI: update ABI (aba3661)
  • explicit keyword: Added explicit keyword and updated code with explicit construction of Points, Vectors, PolygonVertex/Edge, etc. (5520ec8)
  • Filesystem: upgrading to standard filesystem (b32b6e9)
  • Geode-Explicit: Rename global_epsilon to GLOBAL_EPSILON (const variable name convention) (fa8e2e3)
  • Geode-Explicit: renaming constexpr variables with uppercase names (a927e20)
  • Headers: rename file extensions from .h to .hpp (92b71a9)
  • License: add option per library (920ad35)
  • Optional: use std::optional (db6859e)
  • Private: rename private folders to internal (5687a5c)
  • STL: move to std::make_unique (2fc0034)
  • StringView: use std::string_view (c4a5c65)

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