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 4 of 23

1.6.3

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


**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.6.2...v1.6.3

1.6.2

What's Changed
* fix: whitespace characters in regex for curie validation causing valid prefixed identifiers to be tagged as invalid Silvanoc in https://github.com/linkml/linkml-runtime/pull/284
* test: improve coverage of curie validation by Silvanoc in https://github.com/linkml/linkml-runtime/pull/284


**Full Changelog**: https://github.com/linkml/linkml-runtime/compare/v1.6.1...v1.6.2

1.6.1

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

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.6.1

1.6.0

Metamodel changes

* Adding instantiates metaslot by cmungall in https://github.com/linkml/linkml-model/pull/163
* Adding AnyValue to the metamodel by cmungall in https://github.com/linkml/linkml-model/pull/164
* changing the range of extensions from string to AnyValue by cmungall in https://github.com/linkml/linkml-model/pull/162
* proposal add jsonpointer path types by cmungall in https://github.com/linkml/linkml-model/pull/159
* basic repo maintenance by sierra-moxon in https://github.com/linkml/linkml-model/pull/167
* Add missing "not" to partial_match slot description by pkalita-lbl in https://github.com/linkml/linkml-model/pull/166
* Use versioned documentation deployment by pkalita-lbl in https://github.com/linkml/linkml-model/pull/168



Runtime Changes
* fixes 1355 by WolfgangFahl in https://github.com/linkml/linkml-runtime/pull/257
* Fixes relative imports from a URL. by cmungall in https://github.com/linkml/linkml-runtime/pull/258
* Normalizing lists of lists to N-dimensional arrays by cmungall in https://github.com/linkml/linkml-runtime/pull/259
* Alternative to https://github.com/linkml/linkml/pull/1379 by cmungall in https://github.com/linkml/linkml-runtime/pull/263
* Do not mutate Schema object in schemaview. Fixes https://github.com/linkml/linkml/issues/1394 by cmungall in https://github.com/linkml/linkml-runtime/pull/262
* Update README.md by cmungall in https://github.com/linkml/linkml-runtime/pull/264
* update curies package, fixes 1444 by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/266
* Support Pydantic BaseModel in loaders and dumpers by kevinschaper in https://github.com/linkml/linkml-runtime/pull/227
* Add new TSV loader/dumper classes by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/268
* Add `load_as_dict` method to Loader class by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/269
* Regenerate python dataclasses for validation models by deepakunni3 in https://github.com/linkml/linkml-runtime/pull/270
* Ensure SchemaView uses importmap argument by cmungall in https://github.com/linkml/linkml-runtime/pull/271
* Bump pydantic requirement by caufieldjh in https://github.com/linkml/linkml-runtime/pull/272
* Issue 1627 by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/279
* Enable passing a converter to RDFLib dumper by cthoyt in https://github.com/linkml/linkml-runtime/pull/278
* Update linkml-model to 1.6.0 by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/277

New Contributors
* WolfgangFahl made their first contribution in https://github.com/linkml/linkml-runtime/pull/257
* kevinschaper made their first contribution in https://github.com/linkml/linkml-runtime/pull/227
* caufieldjh made their first contribution in https://github.com/linkml/linkml-runtime/pull/272
* cthoyt made their first contribution in https://github.com/linkml/linkml-runtime/pull/278

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

1.6.0rc3

What's Changed
* fixes 1355 by WolfgangFahl in https://github.com/linkml/linkml-runtime/pull/257
* Fixes relative imports from a URL. by cmungall in https://github.com/linkml/linkml-runtime/pull/258
* Normalizing lists of lists to N-dimensional arrays by cmungall in https://github.com/linkml/linkml-runtime/pull/259
* Alternative to https://github.com/linkml/linkml/pull/1379 by cmungall in https://github.com/linkml/linkml-runtime/pull/263
* Do not mutate Schema object in schemaview. Fixes https://github.com/linkml/linkml/issues/1394 by cmungall in https://github.com/linkml/linkml-runtime/pull/262
* Update README.md by cmungall in https://github.com/linkml/linkml-runtime/pull/264
* update curies package, fixes 1444 by sierra-moxon in https://github.com/linkml/linkml-runtime/pull/266
* Support Pydantic BaseModel in loaders and dumpers by kevinschaper in https://github.com/linkml/linkml-runtime/pull/227
* Add new TSV loader/dumper classes by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/268
* Add `load_as_dict` method to Loader class by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/269
* Regenerate python dataclasses for validation models by deepakunni3 in https://github.com/linkml/linkml-runtime/pull/270
* Ensure SchemaView uses importmap argument by cmungall in https://github.com/linkml/linkml-runtime/pull/271
* Bump pydantic requirement by caufieldjh in https://github.com/linkml/linkml-runtime/pull/272
* Issue 1627 by pkalita-lbl in https://github.com/linkml/linkml-runtime/pull/279
* Enable passing a converter to RDFLib dumper by cthoyt in https://github.com/linkml/linkml-runtime/pull/278

New Contributors
* WolfgangFahl made their first contribution in https://github.com/linkml/linkml-runtime/pull/257
* kevinschaper made their first contribution in https://github.com/linkml/linkml-runtime/pull/227
* caufieldjh made their first contribution in https://github.com/linkml/linkml-runtime/pull/272
* cthoyt made their first contribution in https://github.com/linkml/linkml-runtime/pull/278

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

1.6.0rc2

See release notes for https://github.com/linkml/linkml-runtime/releases/edit/v1.6.0rc1

This release is identical, except now set correctly as a pre-release

Page 4 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.