What's Changed
* chore: upgrading poetry by Silvanoc in https://github.com/linkml/linkml-runtime/pull/298
* fix: replace deprecated method by Silvanoc in https://github.com/linkml/linkml-runtime/pull/297
* Perf: Remove unnecessary `deepcopy` calls in `Schemaview.induced_slot` by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/296
* Add support for Python 3.12 by Silvanoc in https://github.com/linkml/linkml-runtime/pull/286
* Fix `Schemaview.import_closure` order by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/302
* Fixed typos in schemview.py functions: delete_enum(), delete_slot(), delete_subset() by puja-trivedi in https://github.com/linkml/linkml-runtime/pull/301
* optimize `get_classes_by_slot()` in `schemaview.py` by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/300
* Fixed CURIE validation to be conformant. by cmungall in https://github.com/linkml/linkml-runtime/pull/303
* Fix namespaces CURIE prefix & suffix extraction by vincentkelleher in https://github.com/linkml/linkml-runtime/pull/308
* [perf] Use yamllib if available by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/306
* Update Cache To Support > 128 Entries by timothy-trinidad-ps in https://github.com/linkml/linkml-runtime/pull/309
* Run tests once by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/311
* [perf] Use local schemas if available by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/307
* Add inheritance ordering, unify element ordering by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/313
* fixed eval expression doctests and switched to pytest by turbomam in https://github.com/linkml/linkml-runtime/pull/315
* [schemaview][bug] Pass `imports` as kwarg to `all_slots` by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/317
* Fix `linkml_files` by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/310
* Add action to test with upstream linkml by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/316
* Adding a test for induced slot alias fields. Additional CURIE tests by cmungall in https://github.com/linkml/linkml-runtime/pull/321
* Display `any_of`, `exactly_one_of`, `none_of`, `all_of` range assertions in Usages section of class documentation page by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/323
* Correct `linkml_files.URL_FOR` - add URL resolutiontests by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/320
* linkml-model-1.8.0rc2 by cmungall in https://github.com/linkml/linkml-runtime/pull/327
New Contributors
* sneakers-the-rat made their first contribution in https://github.com/linkml/linkml-runtime/pull/296
* puja-trivedi made their first contribution in https://github.com/linkml/linkml-runtime/pull/301
* vincentkelleher made their first contribution in https://github.com/linkml/linkml-runtime/pull/308
* timothy-trinidad-ps made their first contribution in https://github.com/linkml/linkml-runtime/pull/309
* turbomam made their first contribution in https://github.com/linkml/linkml-runtime/pull/315
**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.7.0...v1.8.0