Skip to content

Releases: Geode-solutions/OpenGeode

v15.5.2

18 Oct 00:15
Compare
Choose a tag to compare

15.5.2 (2024-10-18)

Bug Fixes

  • SplitAlongSurfaceMeshBorders: Fixed issue with wrong adjacencies being computed. (f7be686)

v15.5.2-rc.1

17 Oct 16:32
3be1b93
Compare
Choose a tag to compare
v15.5.2-rc.1 Pre-release
Pre-release

15.5.2-rc.1 (2024-10-17)

Bug Fixes

  • SplitAlongSurfaceMeshBorders: Fixed issue with wrong adjacencies being computed. (f7be686)

fix/nn-search-colocated-info

17 Oct 08:08
Compare
Choose a tag to compare
Pre-release
fix/nn-search-colocated-info-tag

Apply prepare changes

fix/cut_along_internal_lines_wrong_adjacencies

fix/cut_along_internal_lines_wrong_adjacencies-tag

Apply prepare changes

v15.5.1

15 Oct 00:16
Compare
Choose a tag to compare

15.5.1 (2024-10-15)

Bug Fixes

  • convert_grid_into_mesh: Fixed attributes not being interpolated on new vertices. (e2e31cb)
  • convert_grid_to_solid: Added possibility to densify pattern of cell conversion to tetrahedra. (2e5284e)
  • convert_grid_to_surface: Added possibility to densify pattern of conversion to triangles. (55b2a8e)

v15.5.1-rc.2

14 Oct 11:40
1618a59
Compare
Choose a tag to compare
v15.5.1-rc.2 Pre-release
Pre-release

15.5.1-rc.2 (2024-10-14)

Bug Fixes

  • convert_grid_into_mesh: Fixed attributes not being interpolated on new vertices. (e2e31cb)

v15.5.1-rc.1

14 Oct 09:25
a790edb
Compare
Choose a tag to compare
v15.5.1-rc.1 Pre-release
Pre-release

15.5.1-rc.1 (2024-10-14)

Bug Fixes

  • convert_grid_to_solid: Added possibility to densify pattern of cell conversion to tetrahedra. (2e5284e)
  • convert_grid_to_surface: Added possibility to densify pattern of conversion to triangles. (55b2a8e)

fix/missing_attributes_interpolation_in_convert_from_grid

fix/missing_attributes_interpolation_in_convert_from_grid-tag

fix(convert_grid_into_mesh): Fixed attributes not being interpolated …

fix/add_patterns

11 Oct 10:43
Compare
Choose a tag to compare
fix/add_patterns Pre-release
Pre-release
fix/add_patterns-tag

Merge branch 'fix/add_patterns' of github.com:Geode-solutions/OpenGeo…

v15.5.0

10 Oct 00:15
Compare
Choose a tag to compare

15.5.0 (2024-10-10)

Features

  • Geometry: Adding project_point function to Point class and least_meaningful_axis function to Vector class. (06cdac1)