What's Changed * load_source should return lists when lists are passed by cmungall in https://github.com/linkml/linkml-runtime/pull/113 * Fixing typo in schemaview by cmungall in https://github.com/linkml/linkml-runtime/pull/134 * using correct docstrings for loaders by cmungall in https://github.com/linkml/linkml-runtime/pull/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 https://github.com/linkml/linkml-runtime/pull/130
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 https://github.com/linkml/linkml-runtime/pull/111 * attributes take priority if defined for a class by cmungall in https://github.com/linkml/linkml-runtime/pull/131 * Fix `SchemaView.all_slots()` and rename test case 590 by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/128 * Document testing framework philosophy by hsolbrig in https://github.com/linkml/linkml-runtime/pull/126
What's Changed * Clarifications added to CONTRIBUTING.md by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/110 * using logging not print by cmungall in https://github.com/linkml/linkml-runtime/pull/112 * issue to be created for repo wide implementation of suggestion on PR thread * deprecate support for `setuptools` by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/91 * Minor update to pyproject.toml by wdduncan in https://github.com/linkml/linkml-runtime/pull/121 * Add documentation to the front of the dataclass extension by hsolbrig in https://github.com/linkml/linkml-runtime/pull/122 * Son of test environment by hsolbrig in https://github.com/linkml/linkml-runtime/pull/124 * Test case for issue 590 on linkml repo by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/117
What's Changed * updating contributing to update our release process by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/108 * adding merge_imports fixing merge bug, fixes 566 by cmungall in https://github.com/linkml/linkml-runtime/pull/109