Skip to content

Releases: common-workflow-language/cwltool

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

19 Sep 15:29
Compare
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
Compare
Choose a tag to compare
* Scandeps understands File and Directory objects and handles directories
better.

1.0.20160915202519

15 Sep 21:03
Compare
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
Compare
Choose a tag to compare
* Fix serializing Directory[] on command line.  Also handle Directory[] in
generate_parser.

1.0.20160912182208

13 Sep 01:51
Compare
Choose a tag to compare
Fix embedded subworkflows to not require "id" field (#185)

1.0.20160907141844

07 Sep 14:20
Compare
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
Compare
Choose a tag to compare
* Reuse javascript subprocess to reduce script evaluation overhead.

1.0.20160829211335

29 Aug 21:22
Compare
Choose a tag to compare
Revert isinstance(step_entry, (str, unicode)) because typing.Text is …

1.0.20160829192223: Packing refactor (#177)

29 Aug 19:24
Compare
Choose a tag to compare
* Refactor 'pack into single graph' functionality into separate module.
* Don't modify input step object in WorkflowStep, copy it instead.
* Use Text type
* Add test for packing feature.
* Sort output pack output for deterministic results.