Linkml-runtime

Latest version: v1.8.3

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 23

1.8.3

What's Changed
* Fix deprecation warning - use model_dump not dict by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/339
* Replace use of the root logger with use of module-level loggers by candleindark in https://github.com/linkml/linkml-runtime/pull/340

New Contributors
* candleindark made their first contribution in https://github.com/linkml/linkml-runtime/pull/340

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.8.2...v1.8.3

1.8.2

What's Changed
* Schemaview: follow paths in multi-layer relative imports by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/330
* fix typo in docstring by nlharris in https://github.com/linkml/linkml-runtime/pull/337
* [perf] Cache schemaview hash by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/329


**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.8.1...v1.8.2

1.8.1

What's Changed
* remove references to the now delete linkml_runtime.utils.ifabsent_functions by vincentkelleher in https://github.com/linkml/linkml-runtime/pull/325
* fix upstream test action by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/333
* [perf] swap out bool with `is None` in `induced_slot` by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/331
* Modify `induced_class()` / `induced_slot()` so it materializes non-scalar metaslots as well by sujaypatil96 in https://github.com/linkml/linkml-runtime/pull/335
* Handle attributes edge case in schema_as_dict by bob-chevalier in https://github.com/linkml/linkml-runtime/pull/336
* pretty print models by sneakers-the-rat in https://github.com/linkml/linkml-runtime/pull/314

New Contributors
* bob-chevalier made their first contribution in https://github.com/linkml/linkml-runtime/pull/336

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.8.0...v1.8.1

1.8.0

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

1.8.0rc2

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

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.0rc2

1.8.0rc1

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

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.0rc1

Page 1 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.