flowws.exit_stack
element to scopes insideWorkflow.run()
- Expose workflow using
flowws.workflow
key in addition to justworkflow
- Fix ignored files in version control (.gitignore)
- Fix mutation of input scope in
Workflow.from_JSON()
- Fix module serialization
register_module
function for easier notebook or REPL development- Use fully-qualified module name when saving workflows to JSON
- Catch OSError in
try_to_import
- Workflow.run() now returns the final scope object
- Shallow copies of Scope objects support callbacks
- Made
Workflow
constructor simply create aDirectoryStorage
in the current working directory by default
- Made
Stage
objects use a copy of default arguments
- Parsing for bool-type arguments
- Fixed and clarified behavior of
Scope
for registered callbacks
- Reference to the current workflow in the currently-used scope
Stage.arg_specifications
andStage.arg_specification_list
Range
andArgument.valid_values
Scope
andScope.set_call()
try_to_import()
helper function
Argument
Stage
Storage
(GetarStorage
,DirectoryStorage
)Workflow