Releases: Geode-solutions/OpenGeode
Releases · Geode-solutions/OpenGeode
v15.9.1
v15.9.1-rc.1
15.9.1-rc.1 (2024-12-16)
Bug Fixes
- Logger: Define base Logger level as info, user must now set Logger level to get debug and trace messages. (a9fac1f)
fix/define_logger_base_level_to_info
fix/define_logger_base_level_to_info-tag fix(Logger): Define base Logger level as info, user must now set Logg…
v15.9.0
v15.9.0-rc.2
15.9.0-rc.2 (2024-12-12)
Bug Fixes
- replace_components_meshes_by_others: Fixed bug when copying vertex identifier after stealing meshes. (d2b4b3e)
v15.9.0-rc.1
15.9.0-rc.1 (2024-12-12)
Features
- Geometry: adding new tetrahedron quality metric (volume to edge ratio). (5aed18e)
volume_to_edge_quality_metric
volume_to_edge_quality_metric-tag Apply prepare changes
fix/bug_in_replace_component_meshes_identifier
fix/bug_in_replace_component_meshes_identifier-tag fix(replace_components_meshes_by_others): Fixed bug when copying vert…
v15.8.3
v15.8.3-rc.1
15.8.3-rc.1 (2024-12-09)
Bug Fixes
- AttributeLinearInterpolation: If all values are the same, don't do a result-prone computation and return value directly. (9d2cf8b)