From a4cd37a97fbe0c8b69cb9f1fd094da3c482c432d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 05:08:34 +0000 Subject: [PATCH 1/4] Initial plan From 8618fcd64dc9367effe97e5f72cdc32c307b8a27 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 05:11:01 +0000 Subject: [PATCH 2/4] Add issue references to CHANGELOG.md for GeomType fix Co-authored-by: sankalps0549 <230025240+sankalps0549@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c55155..cb5f86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A ### Fixed -- Fixed `GeomType` enum not being exposed in package `__init__.py` - users can now import it directly with `from moldflow import GeomType` +- Fixed `GeomType` enum not being exposed in package `__init__.py` - users can now import it directly with `from moldflow import GeomType` ([#39](https://github.com/Autodesk/moldflow-api/issues/39), [#42](https://github.com/Autodesk/moldflow-api/issues/42)) ### Security - N/A From da8dc8699e636623709310f03f6055b1f8131e84 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 05:19:57 +0000 Subject: [PATCH 3/4] Add complete changelog entries for all PR#41 fixes Co-authored-by: sankalps0549 <230025240+sankalps0549@users.noreply.github.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5f86f..856fca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `GeomType` enum not being exposed in package `__init__.py` - users can now import it directly with `from moldflow import GeomType` ([#39](https://github.com/Autodesk/moldflow-api/issues/39), [#42](https://github.com/Autodesk/moldflow-api/issues/42)) +- Fixed invalid `DUAL_DOMAIN` enum value in `GeomType` - replaced with `FUSION = "Fusion"` to match valid Moldflow API values +- Fixed missing `-> bool` return type annotations for `MeshGenerator.generate()` and `MeshGenerator.save_options()` methods ### Security - N/A From 51897808137048d6532c5ccecc954a78e36dbb2c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 05:23:29 +0000 Subject: [PATCH 4/4] Remove issue reference links from CHANGELOG.md Co-authored-by: sankalps0549 <230025240+sankalps0549@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856fca4..56c2928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A ### Fixed -- Fixed `GeomType` enum not being exposed in package `__init__.py` - users can now import it directly with `from moldflow import GeomType` ([#39](https://github.com/Autodesk/moldflow-api/issues/39), [#42](https://github.com/Autodesk/moldflow-api/issues/42)) +- Fixed `GeomType` enum not being exposed in package `__init__.py` - users can now import it directly with `from moldflow import GeomType` - Fixed invalid `DUAL_DOMAIN` enum value in `GeomType` - replaced with `FUSION = "Fusion"` to match valid Moldflow API values - Fixed missing `-> bool` return type annotations for `MeshGenerator.generate()` and `MeshGenerator.save_options()` methods