v0.2.19 (April 2021 - Fix 1)
Pre-release
Pre-release
[0.2.19] - 2021.04.12 (April 2021 - Fix 1)
Fixed
- Fix type problem when input schema keys are specified "inline" in the task schema (e.g. as
CRC_file_path[file=True,save=False]
), in which the keys remain as typestr
, when they should bebool
. - Fix problem when an imported parameter is used in a task that is iterated.