Skip to content

v0.16.26

Choose a tag to compare

@dheiman dheiman released this 02 Mar 20:22
· 14 commits to master since this release
46742e1

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 parameter to clone_workspace
  • create_submission no longer includes entity name and type in its payload when they are not set

fiss.py

  • added copyFilesWithPrefix parameter to space_clone
  • config_start no longer requires entity to be set