(G003) improve compatibility - #450
Merged
Merged
Conversation
syntron
force-pushed
the
G003-compatibility
branch
from
May 11, 2026 18:53
6d738a4 to
d867214
Compare
syntron
force-pushed
the
G003-compatibility
branch
2 times, most recently
from
June 30, 2026 19:50
958b106 to
40538ec
Compare
syntron
force-pushed
the
G003-compatibility
branch
2 times, most recently
from
August 11, 2026 19:25
17e4d79 to
228a3e7
Compare
[ModelExecutionException] catch exception if ModelExecutionCmd.run() is used [bugfix] [ModelicaSystem] fix exception; use ModelicaSystemError (instead of wrong ModelExecutionException) [bugfix] [ModelicaSystemABC] fix _prepare_input_data() - ensure returned data is dict[str, str]
[compatibility] add class wrapper to provide the depreciation message [ModelicaSystem] fix / improve wrapper functions for v4.0.0 compatibility [ModelicaSystemABC] additional checks for setInputs() [test_ModelicaSystemOMC] add tests for setInputs() [__init__] define ModelicaSystemDoE at the right point (=> compatibility layer) [__init__] remove duplicate 'OMCSessionABC' in __all__
syntron
force-pushed
the
G003-compatibility
branch
from
August 14, 2026 17:04
228a3e7 to
d58a826
Compare
adeas31
approved these changes
Aug 14, 2026
adeas31
enabled auto-merge (squash)
August 14, 2026 18:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[compatibility] add class wrapper to provide the depreciation message
[ModelicaSystem] fix / improve wrapper functions for v4.0.0 compatibility
[ModelicaSystemABC] additional checks for setInputs()
[test_ModelicaSystemOMC] add tests for setInputs()
[init] define ModelicaSystemDoE at the right point (=> compatibility layer)
[init] remove duplicate 'OMCSessionABC' in all