Skip to content

Releases: common-workflow-language/cwltool

3.1.20211020155521

20 Oct 17:34
Compare
Choose a tag to compare

What's Changed

  • cwltool.Dockerfile fix by @mr-c in #1549
  • outdir can be any valid URI ; add test for this by @tetron in #1552
  • GitHub Actions: Separate concurrency groups by @mr-c in #1553

Full Changelog: 3.1.20211019185001...3.1.20211020155521

3.1.20211014180718

16 Oct 11:20
3df258a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.20211004060744...3.1.20211014180718

3.1.20211004060744

06 Oct 13:14
aec33fc
Compare
Choose a tag to compare

What's Changed

  • Remove temporary directories when cache dir is empty string ; by @kinow in #1541
    That also fixes #1542 (Intermediary outputs are not deleted after workflow completion)!

New Contributors to cwltool

Full Changelog: 3.1.20211001174446...3.1.20211004060744

cwltool 3.1.20211001174446 Fix erroneous URL encoding of final output filenames

03 Oct 11:21
96ebb49
Compare
Choose a tag to compare

fix

misc

cwltool 3.1.20210922203925 ; fix for toil-cwl-runner & others

26 Sep 08:20
Compare
Choose a tag to compare
  • trust given secondaryFiles if discover_secondaryFiles is False 478d45a @mr-c

This is needed for toil-cwl-runner (and others) as some secondaryFile expressions can modify other entries in a way that would cause them to not pass validation a second time

cwltool 3.1.20210922130607 ; revert relocation of default_make_tool initialization

22 Sep 14:23
Compare
Choose a tag to compare

revert relocation of default_make_tool initialization (Fixes: #1525) 2ca1a0d @mr-c
mypy: warn_unreachable = True a3cc4fc @mr-c
enable test_arguments_self on systems without docker a265968 @mr-c

cwltool 3.1.20210921111717 ; now with podman support!

21 Sep 15:57
Compare
Choose a tag to compare

New features:

  • support (rootless) podman container engine 52e1ebe @mr-c
  • Need nodejs? use podman or singularity in addition to docker bb6fe86 @mr-c

Fixes:

Improvements

Misc:

cwltool 3.1.20210816212154 — fix for validation of SchemaDefRequirement ; writable workdirs; and named-pipes

17 Aug 07:10
3cf62d8
Compare
Choose a tag to compare

Validates file with SchemaDefRequirement (#1475) 1fb45c8 @tetron
Fix #1480: make writable workdir actually writable (#1481) 3cf62d8 @jdidion @mr-c
Allow files to be named pipes when toil-cwl-runner or other cwltool-using runners are doing streaming (#1469) 0e89055 @mhpopescu @mr-c

work around networkx issue so we don't install numpy, scipy and pandas by default 6f9b232 58238d3 0358a41 @tetron @mr-c
release-test: Check python3 (#1478) fa46c0a @tetron
Update rdflib requirement from <5.1,>=4.2.2 to >=4.2.2,<6.1 (#1474) cef7385 @dependabot
README: Sort and expand the badge collection (now with Conda badges!) 7094ede @mr-c

cwltool 3.1.20210628163208 ; --pack Operations, updated schema-salad for bug fix

29 Jun 09:43
ed9dd4c
Compare
Choose a tag to compare

Allow packing Operation records (#1467) ed9dd4c @jmfernandez
Update schema-salad dependency for bug fix (#1463) 56d5120 @tetron @mr-c

Bump mypy from 0.812 to 0.910 fcdd2c7 8da32f2 03ba4bb 75795bf @dependabot @mr-c
fix ruamel.yaml PendingDeprecationWarnings 79e2350 @mr-c
upgrade to Python 3.6+ syntax 83f5fb7 @mr-c
Update ruamel-yaml requirement from <0.17.10,>=0.15 to >=0.15,<0.17.11 8ec1eb7 @dependabot @mr-c

cwltool 3.1.20210616134059 --single-process flag

29 Jun 09:40
Compare
Choose a tag to compare