Skip to content

Releases: Geode-solutions/OpenGeode-Inspector

v5.1.3

25 Apr 00:21
Compare
Choose a tag to compare

5.1.3 (2024-04-25)

Bug Fixes

  • MeshesInspectors: Added default messages in InspectionResult structs if not inspection was done. (7aeee92)

v5.1.3-rc.1

24 Apr 14:47
7711eb2
Compare
Choose a tag to compare
v5.1.3-rc.1 Pre-release
Pre-release

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

21 Apr 00:35
Compare
Choose a tag to compare

5.1.2 (2024-04-21)

Bug Fixes

  • bindings: Added missing functions in python to call for mesh inspection. (164035e)

v5.1.2-rc.1

19 Apr 13:22
Compare
Choose a tag to compare
v5.1.2-rc.1 Pre-release
Pre-release

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

18 Apr 00:32
Compare
Choose a tag to compare

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

17 Apr 12:06
c3c7133
Compare
Choose a tag to compare
v5.1.1-rc.1 Pre-release
Pre-release

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

17 Apr 08:43
Compare
Choose a tag to compare
Pre-release
fix/global_rearrangement_of_outputs-tag

Apply prepare changes

v5.1.0

16 Apr 00:19
Compare
Choose a tag to compare

5.1.0 (2024-04-16)

Bug Fixes

  • python: Fixed bindings - missing classes for ModelMeshesInspectors after last major. (9dc6ba1)

Features

  • inspection_type: Added a function to inspection results to get the information on the inspection type at each level. (d834fd9)