Releases: Geode-solutions/OpenGeode-Inspector
Releases · Geode-solutions/OpenGeode-Inspector
v5.1.3
v5.1.3-rc.1
5.1.3-rc.1 (2024-04-24)
Bug Fixes
- MeshesInspectors: Added default messages in InspectionResult structs if not inspection was done. (7aeee92)
fix/default_message_if_inspection_is_not_done
fix/default_message_if_inspection_is_not_done-tag Apply prepare changes
v5.1.2
v5.1.2-rc.1
5.1.2-rc.1 (2024-04-19)
Bug Fixes
- bindings: Added missing functions in python to call for mesh inspection. (164035e)
v5.1.1
5.1.1 (2024-04-18)
Bug Fixes
- Outputs: Global refactoring of the outputs to improve searching through them recursively. Introduction and application of InspectionIssuesMap so that end_point returns are InspectionIssuesMap or InspectionIssues. Standardization of issues description initialization. Removal of dimension in templates based on dimension and model. (c9ae15d)
v5.1.1-rc.1
5.1.1-rc.1 (2024-04-17)
Bug Fixes
- Outputs: Global refactoring of the outputs to improve searching through them recursively. Introduction and application of InspectionIssuesMap so that end_point returns are InspectionIssuesMap or InspectionIssues. Standardization of issues description initialization. Removal of dimension in templates based on dimension and model. (c9ae15d)
fix/python_bindings_missing_mesh_inspect_functions
fix/python_bindings_missing_mesh_inspect_functions-tag fix(bindings): Added missing functions in python to call for mesh ins…
fix/global_rearrangement_of_outputs
fix/global_rearrangement_of_outputs-tag Apply prepare changes