Linkml-runtime

Latest version: v1.9.0

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

Scan your dependencies

Page 3 of 23

1.7.3

What's Changed
* 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

New Contributors
* 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

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.7.2...v1.7.3

1.7.2

What's Changed
* 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

New Contributors
* puja-trivedi made their first contribution in https://github.com/linkml/linkml-runtime/pull/301

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.7.1...v1.7.2

1.7.1

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

New Contributors
* sneakers-the-rat made their first contribution in https://github.com/linkml/linkml-runtime/pull/296

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.7.0...v1.7.1

1.7.0

What's Changed
* Fix accidential deletion of slot_usage by lkuchenb in https://github.com/linkml/linkml-runtime/pull/275
* remove check if identifier is python identifier, add tests by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/273
* fix: avoid uri shadowing by Silvanoc in https://github.com/linkml/linkml-runtime/pull/280
* bug fix in _construct_target_class() by RichardBruskiewich in https://github.com/linkml/linkml-runtime/pull/282
* test: improve coverage of curie validation by Silvanoc in https://github.com/linkml/linkml-runtime/pull/284
* Fix warning in regex by cthoyt in https://github.com/linkml/linkml-runtime/pull/289
* fix: add support for urns to curie namespaces by Silvanoc in https://github.com/linkml/linkml-runtime/pull/287
* add schemaview method to return permissible_value descendants and children by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/291
* remove noisy warning by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/290
* Issue 1749 gh actions - add once a week dependency check by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/292
* remove slot name redundancy in get_slots_by_enum method by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/294
* DO NOT MERGE YET linkml-model 1.7.0rc by cmungall in https://github.com/linkml/linkml-runtime/pull/295

New Contributors
* lkuchenb made their first contribution in https://github.com/linkml/linkml-runtime/pull/275
* Silvanoc made their first contribution in https://github.com/linkml/linkml-runtime/pull/280
* RichardBruskiewich made their first contribution in https://github.com/linkml/linkml-runtime/pull/282

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.6.0...v1.7.0

1.7.0rc3

What's Changed
* Fix accidential deletion of slot_usage by lkuchenb in https://github.com/linkml/linkml-runtime/pull/275
* remove check if identifier is python identifier, add tests by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/273
* fix: avoid uri shadowing by Silvanoc in https://github.com/linkml/linkml-runtime/pull/280
* bug fix in _construct_target_class() by RichardBruskiewich in https://github.com/linkml/linkml-runtime/pull/282
* test: improve coverage of curie validation by Silvanoc in https://github.com/linkml/linkml-runtime/pull/284
* Fix warning in regex by cthoyt in https://github.com/linkml/linkml-runtime/pull/289
* fix: add support for urns to curie namespaces by Silvanoc in https://github.com/linkml/linkml-runtime/pull/287
* add schemaview method to return permissible_value descendants and children by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/291
* remove noisy warning by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/290
* Issue 1749 gh actions - add once a week dependency check by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/292
* remove slot name redundancy in get_slots_by_enum method by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/294

New Contributors
* lkuchenb made their first contribution in https://github.com/linkml/linkml-runtime/pull/275
* Silvanoc made their first contribution in https://github.com/linkml/linkml-runtime/pull/280
* RichardBruskiewich made their first contribution in https://github.com/linkml/linkml-runtime/pull/282

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.6.0...v1.7.0rc3

1.7.0rc1

What's Changed
* Fix accidential deletion of slot_usage by lkuchenb in https://github.com/linkml/linkml-runtime/pull/275
* remove check if identifier is python identifier, add tests by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/273
* fix: avoid uri shadowing by Silvanoc in https://github.com/linkml/linkml-runtime/pull/280
* bug fix in _construct_target_class() by RichardBruskiewich in https://github.com/linkml/linkml-runtime/pull/282
* test: improve coverage of curie validation by Silvanoc in https://github.com/linkml/linkml-runtime/pull/284
* Fix warning in regex by cthoyt in https://github.com/linkml/linkml-runtime/pull/289
* fix: add support for urns to curie namespaces by Silvanoc in https://github.com/linkml/linkml-runtime/pull/287
* add schemaview method to return permissible_value descendants and children by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/291
* remove noisy warning by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/290
* Issue 1749 gh actions - add once a week dependency check by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/292
* remove slot name redundancy in get_slots_by_enum method by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/294

New Contributors
* lkuchenb made their first contribution in https://github.com/linkml/linkml-runtime/pull/275
* Silvanoc made their first contribution in https://github.com/linkml/linkml-runtime/pull/280
* RichardBruskiewich made their first contribution in https://github.com/linkml/linkml-runtime/pull/282

**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.6.0...v1.7.0rc1

Page 3 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.