We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349552e commit d09a994Copy full SHA for d09a994
CHANGELOG.md
@@ -11,6 +11,9 @@ v1.8.2 (2023-01-30)
11
- Fixed an issue with `model_management.execute_model_workflow_definition()` where input values for
12
workflow prompts were not correctly submitted. Note that the `input=` parameter was renamed to
13
`prompts=` to avoid conflicting with the built-in `input()`.
14
+ - Fixed an issue with `pzmm.importModel.model_exists()` where project versions were incorrectly
15
+ compared, resulting in improper behavior with the project version already existed.
16
+ - Better handling for invalid project versions included.
17
18
v1.8.1 (2023-01-19)
19
----------
0 commit comments