linkml-runtime
linkml-runtime copied to clipboard
Runtime support for linkml generated models
Fixes https://github.com/linkml/linkml/issues/2033
Continues: https://github.com/linkml/linkml-runtime/pull/316 Sorry to keep doing this with CI actions - as far as I know I can't test them on the fork until they are in main? The previous...
hi i'm โ๐ธโโ๐นโโ๐ทโโ๐ฎโโ๐ณโโ๐ฌโ โ๐ทโโ๐ชโโ๐ตโโ๐ทโโ๐ชโโ๐ธโโ๐ชโโ๐ณโโ๐นโโ๐ฆโโ๐นโโ๐ฎโโ๐ดโโ๐ณโ โ๐ดโโ๐ซโ โ๐ฒโโ๐ดโโ๐ฉโโ๐ชโโ๐ฑโ โ๐ฉโโ๐ชโโ๐ซโโ๐ฎโโ๐ณโโ๐ฎโโ๐นโโ๐ฎโโ๐ดโโ๐ณโ you might remember me from other print statements such as >>> sv = SchemaView('tests/test_loaders_dumpers/input/personinfo.yaml') >>> cls = sv.get_class('Person') >>> print(cls) ClassDefinition(name='Person', id_prefixes=[], id_prefixes_are_closed=None,...
Continues: https://github.com/linkml/linkml-runtime/pull/310 Fix: https://github.com/linkml/linkml/issues/2047 Previously I had fixed some problems with `linkml_files` but didn't test the URL_FOR function. This is used by the ContextGenerator and RDFGenerator, and causes linkml tests...
Waiting for tests to run on the array branch and browsing through issues and PRs, noticed there was one for optimizing `get_classes_by_slot` https://github.com/linkml/linkml-runtime/pull/300 and any time there's an `induced_slot` perf...
Merging in functionality from main linkml loaders (see: https://github.com/linkml/linkml/pull/1967 )
The output of the tests is pretty difficult to read, but there were lots of places that were saying "ERROR" without failing. Looking further, it appears as if the default...
The `get_classes_by_slot()` method in SchemaView takes an extremely long time to run on the MIxS schema and generate the _Applicable Classes_ table on slot documentation pages because of which we...
Removing wrong expectations on CURIEs and adding new expectations. Also fixing validation according the specification.