Skip to content

Releases: common-workflow-language/cwltool

1.0.20161005195021

05 Oct 19:51

Choose a tag to compare

Bump schema-salad version for validation bugfix (#204)

1.0.20160923180109

23 Sep 18:02

Choose a tag to compare

Scandeps should not recurse on "listing" field because it is copied e…

1.0.20160922135240: Propagate "listing" in scandeps (#197)

22 Sep 13:56

Choose a tag to compare

* Propagate "listing" in scandeps

* Add test for directory listing in scandeps.

1.0.20160919152321: Scandeps only picks up file objects when "location" in urlfileds. (#194)

19 Sep 15:29

Choose a tag to compare

* Scandeps only picks up file objects when "location" in urlfileds.

* Make test for scandeps actually test something.  Also expand pack() test to
include external (non-packable) files.

1.0.20160918012352: scandeps handles File and Directory objects directly. (#193)

18 Sep 01:25

Choose a tag to compare

* Scandeps understands File and Directory objects and handles directories
better.

1.0.20160915202519

15 Sep 21:03

Choose a tag to compare

Correctly propagate requirements/hints on Workflow step. (#192)

1.0.20160913171024: Fix serializing Directory[] on command line. (#190)

13 Sep 17:11

Choose a tag to compare

* Fix serializing Directory[] on command line.  Also handle Directory[] in
generate_parser.

1.0.20160912182208

13 Sep 01:51

Choose a tag to compare

Fix embedded subworkflows to not require "id" field (#185)

1.0.20160907141844

07 Sep 14:20

Choose a tag to compare

Fix --print-rdf to include dependent documents (tools etc) in graph (…

1.0.20160901133827: Reuse nodejs subprocess for faster expressions (#178)

01 Sep 13:40

Choose a tag to compare

* Reuse javascript subprocess to reduce script evaluation overhead.