- allow using query expressions when specifying file tags in *download* and *upload* args to PythonTask
0.8.2
- Bugfix: save local files inside PipeTask did not work properly
0.8.1
- Make `local_files` and `local_files_node_ids` available on Workflow. - Allow referencing local files on other machines
0.8.0
- Introduce PipeTask to run multiple PythonTasks in series where outputs from one task can be passed in-memory to the next task. See example 14 for basic usage. - PythonTask's *function* argument now supports class methods and static methods.
0.7.0
- Prepare for new backend API version 3.0.0
0.6.2
- Refresh download links during long-running downloads if necessary.