Skip to content

Releases: common-workflow-language/cwltool

cwltool 1.0.20191206125148

06 Dec 13:19
cf9d7cd
Compare
Choose a tag to compare

#1225 schema_salad.validate.indent -> sourceline.indent
#1220 jenkins: allow creating badges for already tested versions
#1216 enable basic docs

cwltool 1.0.20191022103248

23 Oct 08:31
f997d13
Compare
Choose a tag to compare

support Python 3.8 #1212 by @mr-c
improve error reporting in case of a symlink error, will also try to fix conflicts #1138 by @tetron
Toolfactory experiment #1133 by @tetron (might also fix a MS Windows specific bug)
Refactor main #1206 by @tetron
CWLTOOL_OPTIONS environment variable support #1205 by @tetron
set minimum version of future #1202 by @mr-c

cwltool 1.0.20190915164430

15 Sep 19:12
9e7c68c
Compare
Choose a tag to compare

udocker: pull before execution so that ToolTimeLimit isn't affected #1177
Add input_required flag to main() #1169
handle error in cidfile removal more gracefully #1183
singularity: if dockerImageId is a local file, use it #1187
Push conformance badges to commonwl/conformance repository #1189
Provide cwltool_latest for badges #1192
--provenance: conformance tests fixes #1193
refactoring to support --provenance with toil-cwl-runner #1194
Fix for argument with empty prefix and separate False #1166
attempt to debug test failure on reproducible-builds.org #1197

cwltool 1.0.20190815141648

15 Aug 14:53
1e3f540
Compare
Choose a tag to compare

handle solo secondaryFiles (no list) (#1175) Thank you @byee4 for the report!
mypy 0.720 & strict types (#1171)
Tweak packing and scandeps (#1167)

cwltool 1.0.20190813131033

13 Aug 13:28
bd931a4
Compare
Choose a tag to compare

publicize end of life for cwltool on Python 2.7 (#1153)
Add --enable-color/--disable-color (#1140)
If document has an id: field, use it. (#1141)
Job cache fix (#1137)
report the line number for substitution errors (#1154)
Don't resolve format fields on initial load of job order object. (#1142)
Bump schema salad for bugfix. (#1143)
quiet the memory collection warning (#1161)
Stop preserving entire environment by accident (#1164)

cwltool 1.0.20190618201008

19 Jun 15:11
4c905b8
Compare
Choose a tag to compare
  • Fix secondaryFiles v1.1 updater
  • cleanups of the documentation strings
  • produce a proper error message in case of a mismatched output name

cwltool 1.0.20190603140227 -- colorful output & improved Singularity 3.x support

03 Jun 15:09
Compare
Choose a tag to compare

As Singularity dropped support for SINGULARITY_PULLFOLDER in much of the 3.x series, with this release we have introduced a CWL_SINGULARITY_CACHE environment variable to set the location to save and discover Singularity format images converted from the Docker format containers.

cwltool 1.0.20190528194036 - CWL v1.1 enabled

29 May 13:27
Compare
Choose a tag to compare

This release moves support for v1.1 CWL specification (proposed) from developer preview to enabled in the default configuration. This means files with cwlVersion: v1.1 are now accepted.

1.0.20190228155703

28 Feb 18:18
8f89637
Compare
Choose a tag to compare

Major feature of this release is support for draft CWL v1.1

To try it out, use cwlVersion: v1.1.0-dev1 and cwltool --enable-ext

CWL v1.1 changelog for CommandLineTool and Workflow

1.0.20181012180214

25 Oct 15:11
e4bc102
Compare
Choose a tag to compare

cwltool 1.0.20181012180214

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.20181012180214

For more information, see the included README