What's Changed * add method to return all_classes, all_slots in alphabetical and/or rank order. fixes 161 by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/159
What's Changed * download badges by cmungall in https://github.com/linkml/linkml-runtime/pull/154 * Modify codebase so it's compatible with pyyaml>5.4 by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/155 * allow passing of additional args to json_dumper.dump by cmungall in https://github.com/linkml/linkml-runtime/pull/156 * Adding option to traverse breadth or depth first up ancestor hierarchy by cmungall in https://github.com/linkml/linkml-runtime/pull/158 * Adding src path to list of paths to search when retrieving a schema by package name. See https://github.com/linkml/linkml-project-template/issues/2 by cmungall in https://github.com/linkml/linkml-runtime/pull/157 * remove pyyaml version pin by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/160
What's Changed * pinning `pyyaml<5.4` by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/153 * Solve errors and warnings in test-suite on windows by dalito in https://github.com/linkml/linkml-runtime/pull/145
Main reason for creating this release is to have a release with pyyaml pinned to version <5.4 so we can resolve [issue 656](https://github.com/linkml/linkml/issues/656).
What's Changed * Unpinning pyyaml. See 127. See also https://github.com/linkml/linkml/pull/641 by cmungall in https://github.com/linkml/linkml-runtime/pull/151
What's Changed * Unpinning pyyaml. See 127. See also https://github.com/linkml/linkml/pull/641 by cmungall in https://github.com/linkml/linkml-runtime/pull/150
* make schemaview test less rigid in class uri test. Some forthcoming schema changes involve skosxl classes by cmungall in https://github.com/linkml/linkml-runtime/pull/141 * Revert "Revert "removing shexjsg"" by cmungall in https://github.com/linkml/linkml-runtime/pull/142 * More fixes related to unicode (fixes linkml/linkml634) by dalito in https://github.com/linkml/linkml-runtime/pull/146 * 1.2.0rc5 by cmungall in https://github.com/linkml/linkml-runtime/pull/106 * experiment in factoring out pyld and removing rdflib5.x support. by cmungall in https://github.com/linkml/linkml-runtime/pull/139
New Contributors * dalito made their first contribution in https://github.com/linkml/linkml-runtime/pull/146