v0.2.21
Pre-release
Pre-release
[0.2.21] - 2021.06.06 (May 2021)
Added
- Allow passing a subset of the task input parameters to the output mapper function. Resolve #102.
- Allow passing all iterations of an input parameter to a function mapper. Resolve #104.
- Allow running an on-demand archive to an existing/completed workflow:
matflow archive path/to/workflow/directory ARCHIVE_NAME. Resolve #68. - Allow specifying
default_metadatain theconfig.ymlfile. Keys are merged withmetadataspecified in the workflow spec file. Resolve #98.