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.
2 parents d40708a + 1cec337 commit d0b39ecCopy full SHA for d0b39ec
CHANGELOG.md
@@ -12,6 +12,9 @@ v1.8.2 (2023-01-30)
12
- Fixed an issue with `model_management.execute_model_workflow_definition()` where input values for
13
workflow prompts were not correctly submitted. Note that the `input=` parameter was renamed to
14
`prompts=` to avoid conflicting with the built-in `input()`.
15
+ - Fixed an issue with `pzmm.importModel.model_exists()` where project versions were incorrectly
16
+ compared, resulting in improper behavior when the project version already existed.
17
+ - Better handling for invalid project versions included.
18
19
v1.8.1 (2023-01-19)
20
----------
0 commit comments