Skip to content

Releases: linkml/linkml-runtime

1.1.3

21 Oct 19:27
0fd55c3
Compare
Choose a tag to compare

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

Full Changelog: v1.1.2...v1.1.3

1.1.2

24 Sep 03:17
c22d56d
Compare
Choose a tag to compare
  • #54 linkml-model 1.0.5
  • #53 Add deduplication functionality @joeflack4
  • #51 CLI for schemaview

v1.1.1

20 Sep 20:22
Compare
Choose a tag to compare

v1.1.0

11 Sep 01:33
77ddfa1
Compare
Choose a tag to compare

the json_dumper will not serialize enum values correctly

1.0.16

10 Sep 18:40
f659e6b
Compare
Choose a tag to compare

v1.0.15

26 Aug 20:42
Compare
Choose a tag to compare
  • bumping json-flattener requirement
  • Adding param to schemaview traversal methods to control traversal over is_a
  • Adding more tests for schemaview

1.0.14

22 Aug 23:59
Compare
Choose a tag to compare
  • 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

19 Aug 18:21
9c502ad
Compare
Choose a tag to compare

1.0.12 release

18 Aug 03:34
7533c13
Compare
Choose a tag to compare
  • #25 added schema view

Incorporate latest linkml-model

20 Jul 15:46
43e9205
Compare
Choose a tag to compare

This and some misc tweaks to tooling