Releases: linkml/schemasheets
Releases · linkml/schemasheets
v0.3.1
v0.3.0
What's Changed
- allow for usage of inner_key when list is expected by @djarecka in #137
- adding option to provide an attribute column by @djarecka in #136
- adding base_schema_path to the converter by @djarecka in #139
- Fixing test 121 to be valid. by @cmungall in #143
- Adding docstrings and removing unused imports by @cmungall in #117
- Adding Property Graph example by @cmungall in #144
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- add codespell workflow, config and fix some typos by @yarikoptic in #127
- templated all SchemaDefinition slots including settings by @turbomam in #122
New Contributors
- @yarikoptic made their first contribution in #127
Full Changelog: v0.1.24...v0.2.0
v0.1.24
v0.1.23
What's Changed
Now includes linkml2schemasheets-template
script for generating and populating a schemasheet
- exhaustively, based on all SlotDefinition and ClassDefinition slots in the meta model
- concisely, based on only those meta slots used in the source schema
Full Changelog: v0.1.22...v0.1.23
v0.1.22
v0.1.21
v0.1.20
What's Changed
- add
sort_keys
parameter toconvert()
inschemasheets/schemamaker.py
with default valueFalse
, reverting silent sorting, such as permissible values in an enumeration in #103 - bump linkml and bioregistry to compatible but not latest versions by @turbomam in a6b2a46
Full Changelog: v0.1.19...v0.1.20