Skip to content

Releases: common-workflow-language/cwltool

1.0.20170510165748

10 May 16:58
Compare
Choose a tag to compare
Allow mutation manager to be optional. (#377)

1.0.20170510151339: Updatable inputs (#317)

10 May 15:14
Compare
Choose a tag to compare
* Implement mutation manager to validate that files can be safely modified in
place.

* Test workflows for mutable inputs.

* Add in-place update tests.

* Set up Docker binds to support writable items.

* Inplace update works with & without Docker.

* Add InplaceUpdateRequirement.

* Refactor job to split Docker and non-Docker execution into separate classes.

* Manage readers for inplace updates.

* Record readers, last update step.

* Downgrade validation warnings when checking input & output objects.

* Recursive copy (#356)

* Better handling for relocating directory outputs to final output.

1.0.20170413194156

13 Apr 19:42
Compare
Choose a tag to compare
Fix mergedirs() so it doesn't fail if a Directory object lacks a list…

1.0.20170413151007

13 Apr 15:11
Compare
Choose a tag to compare
Relax version dependency on python-six to 1.8.0 (#365)

1.0.20170329142446

29 Mar 15:50
Compare
Choose a tag to compare
Add ids to tools embedded in 'run' fields. (#354)

1.0.20170327143622: Rename loadListing enum (#349)

27 Mar 18:18
Compare
Choose a tag to compare
* Rename loadListing enum: no_listing, shallow_listing, deep_listing.

1.0.20170308174714: Mark LoadListing as not in vocab so it must be fully qualified (#324)

08 Mar 18:11
Compare
Choose a tag to compare
* Mark LoadListing as not in vocab so it must be fully qualified and not a
keyword.

1.0.20170224141733: Make "writable" flag apply recursively. (#301)

24 Feb 14:20
Compare
Choose a tag to compare
* Make "writable" flag apply recursively.

Remove requirement on setuptool >=18.5

17 Feb 17:28
Compare
Choose a tag to compare
  • Remove ez_setup, requiring pre-installed setuptools on user system
  • Update rdflib minimum version to not require html5lib
  • Use latest schema-salad with debugging improvements
  • Enable post install testing with py.test

1.0.20170213175853

13 Feb 17:59
Compare
Choose a tag to compare
When on_error=continue, do not execute downstream steps connected to …