Skip to content

Releases: Geode-solutions/OpenGeode

v15.12.0-rc.1

21 Feb 10:34
a3cccab
Compare
Choose a tag to compare
v15.12.0-rc.1 Pre-release
Pre-release

15.12.0-rc.1 (2025-02-21)

Features

  • SmallSet: new set class optimize for small capacity (0230d6e)

feat/small-set

21 Feb 08:44
Compare
Choose a tag to compare
feat/small-set Pre-release
Pre-release
feat/small-set-tag

feat(SmallSet): new set class optimize for small capacity

v15.11.0

21 Feb 00:16
2e8fb58
Compare
Choose a tag to compare

15.11.0 (2025-02-21)

Features

  • GenericMeshAccessor: Added a GenericAccessor to the grid classes. (3f76626)

v15.11.0-rc.1

20 Feb 15:24
2e8fb58
Compare
Choose a tag to compare
v15.11.0-rc.1 Pre-release
Pre-release

15.11.0-rc.1 (2025-02-20)

Features

  • GenericMeshAccessor: Added a GenericAccessor to the grid classes. (3f76626)

feat/generic_grid_accessor

20 Feb 14:28
Compare
Choose a tag to compare
Pre-release
feat/generic_grid_accessor-tag

feat(GenericMeshAccessor): Added a GenericAccessor to the grid classes.

v15.10.1

19 Feb 00:16
d7d9228
Compare
Choose a tag to compare

15.10.1 (2025-02-19)

Bug Fixes

  • LightRegularGrid: Give access in python to the attribute managers with same name than meshes. (3065203)
  • Mapping: copy const mapping (8ea9c9d)

v15.10.1-rc.2

18 Feb 15:56
d7d9228
Compare
Choose a tag to compare
v15.10.1-rc.2 Pre-release
Pre-release

15.10.1-rc.2 (2025-02-18)

Bug Fixes

  • Mapping: copy const mapping (8ea9c9d)

v15.10.1-rc.1

18 Feb 12:55
78a77d9
Compare
Choose a tag to compare
v15.10.1-rc.1 Pre-release
Pre-release

15.10.1-rc.1 (2025-02-18)

Bug Fixes

  • LightRegularGrid: Give access in python to the attribute managers with same name than meshes. (3065203)

fix/copy-const-mapping

18 Feb 15:15
Compare
Choose a tag to compare
Pre-release
fix/copy-const-mapping-tag

Apply prepare changes

v15.10.0

18 Feb 00:16
0cfb3d1
Compare
Choose a tag to compare

15.10.0 (2025-02-18)

Bug Fixes

  • Geometry: now unique points from ColocatedInfo have distances wider than given epsilon from each other (caad1e7)
  • Mapping: allow to copy Mappings (aa1894f)
  • NNSearch: add trace log for future debug on CI (6df98d8)

Features

  • Chronometer: start and stop timer (5c0ead8)