Skip to content

Releases: common-workflow-language/cwl-utils

v0.19

13 Sep 16:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18...v0.19

v0.18

07 Sep 17:43
e315943
Compare
Choose a tag to compare

What's Changed

  • Codegen changes to support cwltool --fast-parse by @tetron in #156

Full Changelog: v0.17...v0.18

v0.17

02 Sep 10:14
53a129b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16...v0.17

v0.16

25 Aug 14:25
c635d40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15...v0.16

v0.15

19 Aug 16:35
661564d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14...v0.15

v0.14

15 Jul 21:47
Compare
Choose a tag to compare

What's Changed

Deps

New Contributors

Full Changelog: v0.13...v0.14

v0.13

11 Nov 19:25
64b08c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12...v0.13

#BioHackEU21

v0.12

07 Nov 10:30
Compare
Choose a tag to compare

What's Changed

  • v1.2 secondary files long form parsing by @mr-c in #90
  • Support anonymous types better by @mr-c in #94
  • Fix typo in parser example in README by @tom-tan in #96
  • CWL parsers refresh with plain dict save() by @mr-c in #100
  • Provide cwl_utils.parser.load_* and save to provide unified way to load and save the CWL object for all CWL versions by @tom-tan in #99
  • Update README to use cwl_utils.parser by @tom-tan in #104
  • Fix document for generated parsers by @tom-tan in #105
  • Simplify parser by @mr-c in #109
  • put example under test by @mr-c in #110
  • fix doc generation by @mr-c in #111
  • secfiles DSL fix & refresh from 1.2.1_proposed by @mr-c in #114
  • Make load_document_by_path applicable to a URI with http and https schemes by @tom-tan in #117

Misc:

  • Py10 + CI + Badge updates by @mr-c in #112
  • Dependabot fix by @mr-c in #115
  • Bump eWaterCycle/setup-singularity from 6 to 7 by @dependabot in #116
  • Skip tests for docker_extract if corresponding container runtime is not available by @tom-tan in #118
  • release v0.12 by @mr-c in #120
  • release-test: newer pip by @mr-c in #121
  • releasing: fix pip version and dist location by @mr-c in #122

New Contributors

Full Changelog: v0.11...v0.12

#BioHackEU21

v0.11

07 Nov 09:50
Compare
Choose a tag to compare

What's Changed

  • Created example for importing CWL as an object into python by @alexiswl in #53
  • clarify licensing by @mr-c in #62
  • Example of programmatic CWL creation by @mr-c in #70
  • advertise that we include our own types by @mr-c in #82
  • Initial "all-in-one" normalizer script by @mr-c in #63

Misc:

New Contributors

Full Changelog: 0.9...v0.11

cwl-utils v0.10 ; license clarified (mostly Apache-2.0, some scripts GPL-3)

16 Jun 14:57
55f8eeb
Compare
Choose a tag to compare

clarify licensing (#62) e3d45d5 @mr-c

Created example for importing CWL as an object into python c7308ef @alexiswl
Example of programmatic CWL creation 6519118 @mr-c

Switch to Github Actions b837e28 @mr-c
add executable bit to setup.py 3387a34 @mr-c
fix release test dc637b6 @mr-c
Update ruamel-yaml requirement ff225bb 9b004c1 ac013b5 @mr-c @dependabot
fix typo 3b05cc0 @KushalBeniwal
Upgrade to GitHub-native Dependabot 8dee31d @dependabot @mr-c
Bump mypy from 0.812 to 0.901 a077d43 @mr-c
requests type hints are now in a different package c7d7738 @mr-c
advertise that we include our own types b4b82b5 @mr-c
get ready for v0.10 release 1bfd7e2 @mr-c