Skip to content

Releases: common-workflow-language/cwltool

1.0.20180912090223

25 Oct 16:06
50d86c5
Compare
Choose a tag to compare

cwltool 1.0.20180912090223

DOI

cwltool is the reference implementation of Common Workflow Language

Requirements:

  • Python 3.4 or later (alternatively 2.7 or later)

License:

To install this release with pip use:

pip install cwltool==1.0.20180912090223

For more information, see the included README

1.0.20180809224403

14 Aug 10:10
1a83925
Compare
Choose a tag to compare

cwltool 1.0.20180809224403

cwltool is the reference implementation of Common Workflow Language

Requirements:

  • Python 3.4 or later (alternatively 2.7 or later)

License:

To install this release with pip use:

pip install cwltool==1.0.20180809224403

For more information, see the included README

1.0.20180521150620

22 May 14:35
e6e3140
Compare
Choose a tag to compare
still eval even if optional + null (#763)

1.0.20180501200546

01 May 21:14
8712986
Compare
Choose a tag to compare
Better text for secondaryFile mismatch warnings. (#734)

1.0.20180403145700: Merge pull request #706 from common-workflow-language/skip-validation

04 Apr 18:36
3799c7d
Compare
Choose a tag to compare

1.0.20180326152342: Fix exec_js_process process caching (#701)

26 Mar 15:38
Compare
Choose a tag to compare
* Fix exec_js_process process caching

The existing logic doesn't properly cache processes, leading to a new process being created for every invocation of `exec_js_process` (eventually leading to an error due to too many processes with many calls to execjs). This commit fixes this logic and adds tests for this.

1.0.20180322194411: Add javascript code snippet validation (#662)

22 Mar 20:02
Compare
Choose a tag to compare
* Add validation for javascript expressions.

Fixes #594. To do this, it is needed to add jshint and refractor
js_sandbox to so that it can be useful for this.

1.0.20180306163216: Experimental extension for "secret" parameters. (#683)

09 Mar 20:11
bcaa289
Compare
Choose a tag to compare
* Experimental extension for "secret" parameters.

These are string input parameters that represent sensitive information
such as passwords.  This feature deliberately obscures them by
replacing them with a placeholder during workflow evaluation and then
substituting the real value at the last moment.  Staged files containing secrets are deleted when the tool completes.

1.0.20180116213856

16 Jan 23:21
028c883
Compare
Choose a tag to compare
Fix packing for identifiers that are not in the index. (#610)

1.0.20180116032016

16 Jan 03:21
bee5a8b
Compare
Choose a tag to compare
Add argument to pack() so caller can receive identifier rewrites. (#609)