Releases: linkml/linkml-runtime
Releases · linkml/linkml-runtime
1.1.3
What's Changed
- Bugfix: utils.comparefiles: detecting missing files by @joeflack4 in #55
- Ensuring get_uri is populated for attributes Ensuring fresh copy of induced slot by @cmungall in #56
- Adding makefile to sync linkml-model, see #10 by @cmungall in #57
- Add method to SchemaView to get descendants of a slot by @deepakunni3 in #58
- New rdf dumper - bypasses existing jsonld based method and does a direct conversion from elements to rdflib by @cmungall in #59
New Contributors
- @joeflack4 made their first contribution in #55
- @deepakunni3 made their first contribution in #58
Full Changelog: v1.1.2...v1.1.3
1.1.2
v1.1.1
- exclude tombstoned rdflib-jsonld linkml/linkml#352
v1.1.0
1.0.16
v1.0.15
1.0.14
- added inject_type to as_json_object to optionally suppress
@type
declarations - added csv loaders and dumpers to runtime, fixes linkml/linkml-csv#1
- additional methods in schemaview
- get_identifier
- is_inlined
v1.0.13
1.0.12 release
- #25 added schema view
Incorporate latest linkml-model
This and some misc tweaks to tooling