Releases: linkml/linkml-runtime
Releases · linkml/linkml-runtime
v1.2.1
What's Changed
- Unpinning pyyaml. See #127. See also linkml/linkml#641 by @cmungall in #150
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
The 1.2.0 runtime release is tied to the 1.2.0 metamodel, for a description of changes in the metamodel since 1.0.0 see https://github.com/linkml/linkml-model/releases/tag/v1.2.0
- make schemaview test less rigid in class uri test. Some forthcoming schema changes involve skosxl classes by @cmungall in #141
- Revert "Revert "removing shexjsg"" by @cmungall in #142
- More fixes related to unicode (fixes linkml/linkml#634) by @dalito in #146
- 1.2.0rc5 by @cmungall in #106
- experiment in factoring out pyld and removing rdflib5.x support. by @cmungall in #139
New Contributors
Full Changelog: v1.1.26...v1.2.0
v1.2.0rc6
v1.2.0rc5
v1.2.0rc4
v1.1.26
v1.1.25
What's Changed
- change schemaview to raises ValueError rather than genericExceptions by @cmungall in #135
- inference_util: allow function to be passed on interpolated vars by @cmungall in #136
- removing shexjsg by @cmungall in #132
- bump json-flattener. thanks @dalito by @cmungall in #138
Note: this release had an issue with shexjsg removal, 1.1.26 fixes this
Full Changelog: v.1.1.24...v1.1.25
v1.1.24
What's Changed
- load_source should return lists when lists are passed by @cmungall in #113
- Fixing typo in schemaview by @cmungall in #134
- using correct docstrings for loaders by @cmungall in #133
- add mangle-name opt to schemaview induced slots. This gives callers the options of whether the name field will be populated with a mangled name. E.g. Person__description by @cmungall in #130
Full Changelog: v1.1.23...v1.1.24
v1.1.23
What's Changed
- adds inference_util for populating slot values based on expressions Also adds a generic walker_util for walking object trees applying a lambda by @cmungall in #111
- attributes take priority if defined for a class by @cmungall in #131
- Fix
SchemaView.all_slots()
and rename test case 590 by @sujaypatil96 in #128 - Document testing framework philosophy by @hsolbrig in #126
Full Changelog: v1.1.22...v1.1.23