Releases: common-workflow-language/schema_salad
8.2.20211020114435
What's Changed
- Link existence checking should follow redirects by @tetron in #450
- GitHub Actions: cancel outdated jobs by @mr-c in #452
- synchronize recent changes from other CWL repos by @mr-c in #454
- sync typeshed changes from cwltool by @mr-c in #453
- Follow links by @tetron in #455
- GA: use different concurrency groups per action by @mr-c in #456
- Bump codecov/codecov-action from 1 to 2.1.0 by @dependabot in #457
- Python Codegen: properly load SecondaryFiles DSL by @mr-c in #458
Full Changelog: 8.2.20211015115235...8.2.20211020114435
8.2.20211015115235
What's Changed
Full Changelog: 8.2.20211014150008...8.2.20211015115235
8.2.20211014150008
What's Changed
- pycodegen: collapse unions of identical types & format with black by @mr-c in #443
- document the need for lockfile by @mr-c in #444
- Test with Python 3.10 by @mr-c in #445
- build binary wheels for Python 3.10 by @mr-c in #446
- release-test: fixes for Python 3.10 compat by @mr-c in #447
- use types from Black directly by @mr-c in #448
Full Changelog: 8.2.20210918131710...8.2.20211014150008
schema_salad 8.2.20210918131710 improve support for rdflib > 5
schema_salad 8.2.20210914115719 ; codegen improvements, tweaked resolver behavior
resolver: inject fewer IDs (#430) a6e2c34 @mr-c
codegen: place 'class' field early 8cbc01c @mr-c
pycodgen
fix loading of long form secondaryfiles (#427) b2abeb5 @mr-c
deal with anonymous types better (#428) 5c86585 @mr-c
javacodegen
singular secondaryFiles long form entry (#431) 87394ba @mr-c
better baseURIs 2c81f4e @mr-c
improve the Validator CLI d9ef0e @mr-c
tidy up pom.xml with xmllint --format 8c63791 @mr-c
document exception sources better f1f465c @mr-c
Update rdflib-jsonld requirement from <0.6.0,>=0.4.0 to >=0.4.0,<0.7.0 @dependabot 3ed19d6
cope/avoid datetime objects; aarch64/arm64 wheels & containers
Add linux aarch64 wheel build support (#420) 5569e28 @odidev @mr-c
Build mypyc-enable Alpine linux docker container & publish it 07aab3a 2452fc2 9fa9171 @odidev @mr-c
Java codegen: cope with anonymous types a9f213c @mr-c
JSON dumping: cope with datetimes when dumping c1a1fc8 49d107b @mr-c
YAML loading: avoid datetime objects e2479c4 @mr-c
schema_salad 8.1.20210721123742: allow newer rdflib; more tests
serialize RDF graphs more directly
dump json directly to stdout
upgrade to Python 3.6+ syntax
012c5a7
schema_salad 8.1.20210716111910 : type fixes & doc generation fixes
schema_salad: 8.1.20210627200047 Use the existing concept of "vocabulary" to handle class names
schema_salad: 8.0.20210624154013 include the typeshed in the sdist
Merge pull request #411 from common-workflow-language/ship_local_type…