Skip to content

Releases: common-workflow-language/cwltool

Remove requirement on setuptool >=18.5

17 Feb 17:28
Compare
Choose a tag to compare
  • Remove ez_setup, requiring pre-installed setuptools on user system
  • Update rdflib minimum version to not require html5lib
  • Use latest schema-salad with debugging improvements
  • Enable post install testing with py.test

1.0.20170213175853

13 Feb 17:59
Compare
Choose a tag to compare
When on_error=continue, do not execute downstream steps connected to …

1.0.20170119182607

19 Jan 18:27
Compare
Choose a tag to compare
Rework how identifiers are rewritten in packing to handle $imports. (…

1.0.20170118141124

18 Jan 14:12
Compare
Choose a tag to compare
Receiving output counts as making progress. (#276)

1.0.20170112185927

12 Jan 19:01
Compare
Choose a tag to compare
Use custom set to uniquenames() when workflow packing. (#273)

1.0.20170112154257: Fix packing when files are in multiple directories. (#271)

12 Jan 15:45
Compare
Choose a tag to compare
* Fix packing when files are in multiple directories.
* Ensure that repacked ids are unique.
* Sort run step identifiers for stable id renaming.
* Fix regression in --print-deps calculating relative directories.

1.0.20170111193653: Use schema_salad functions file_uri and file_uri_path (#269)

11 Jan 19:46
Compare
Choose a tag to compare
* Use schema_salad functions file_uri and file_uri_path for more correct file URI
handling.
* Remove dependency on pathlib2.

1.0.20170105144051

05 Jan 14:50
Compare
Choose a tag to compare
Be more tolerant of workflow errors, especially when on-error=continu…

1.0.20161227200419

27 Dec 20:05
Compare
Choose a tag to compare
Relax ruamel.yaml pin (#262)

1.0.20161223144155

23 Dec 14:44
Compare
Choose a tag to compare
Add ability to override logger handler so caller can provide own logg…