v0.16.26
Enabled deep copy of objects with a given prefix when cloning a workspace (closes #131).
For workflow submissions, enabled running non-data model configs by making entity name optional in the CLI, and not including entity name and type in the API payload when they have not been set.
Specifics:
api.py
- added
copyFilesWithPrefix parametertoclone_workspace create_submissionno longer includes entity name and type in its payload when they are not set
fiss.py
- added
copyFilesWithPrefixparameter tospace_clone config_startno longer requiresentityto be set