v0.12
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 withhttp
andhttps
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