v1.6.0
This release is synced with linkml-model-1.6.0
https://github.com/linkml/linkml-model/releases/tag/v1.6.0
Metamodel changes
- Adding instantiates metaslot by @cmungall in linkml/linkml-model#163
- Adding AnyValue to the metamodel by @cmungall in linkml/linkml-model#164
- changing the range of extensions from string to AnyValue by @cmungall in linkml/linkml-model#162
- proposal add jsonpointer path types by @cmungall in linkml/linkml-model#159
- basic repo maintenance by @sierra-moxon in linkml/linkml-model#167
- Add missing "not" to partial_match slot description by @pkalita-lbl in linkml/linkml-model#166
- Use versioned documentation deployment by @pkalita-lbl in linkml/linkml-model#168
Runtime Changes
- fixes #1355 by @WolfgangFahl in #257
- Fixes relative imports from a URL. by @cmungall in #258
- Normalizing lists of lists to N-dimensional arrays by @cmungall in #259
- Alternative to linkml/linkml#1379 by @cmungall in #263
- Do not mutate Schema object in schemaview. Fixes linkml/linkml#1394 by @cmungall in #262
- Update README.md by @cmungall in #264
- update curies package, fixes #1444 by @sierra-moxon in #266
- Support Pydantic BaseModel in loaders and dumpers by @kevinschaper in #227
- Add new TSV loader/dumper classes by @pkalita-lbl in #268
- Add
load_as_dict
method to Loader class by @pkalita-lbl in #269 - Regenerate python dataclasses for validation models by @deepakunni3 in #270
- Ensure SchemaView uses importmap argument by @cmungall in #271
- Bump pydantic requirement by @caufieldjh in #272
- Issue 1627 by @pkalita-lbl in #279
- Enable passing a converter to RDFLib dumper by @cthoyt in #278
- Update linkml-model to 1.6.0 by @pkalita-lbl in #277
New Contributors
- @WolfgangFahl made their first contribution in #257
- @kevinschaper made their first contribution in #227
- @caufieldjh made their first contribution in #272
- @cthoyt made their first contribution in #278
Full Changelog: v1.5.0...v1.6.0