Releases: linkml/linkml-runtime
Releases · linkml/linkml-runtime
v1.9.3-rc1
What's Changed
- SchemaView: format, lint autofix, add typing + docs by @ialarmedalien in #389
- Fix detection of CURIES vs. absolute paths on Windows by @dalito in #391
Full Changelog: v1.9.2...v1.9.3-rc1
v1.9.3
What's Changed
- SchemaView: format, lint autofix, add typing + docs by @ialarmedalien in #389
- Fix detection of CURIES vs. absolute paths on Windows by @dalito in #391
Full Changelog: v1.9.2...v1.9.3
v1.9.2-rc2
What's Changed
Full Changelog: v1.9.2-rc1...v1.9.2-rc2
v1.9.2
What's Changed
- Ensure that relative imports can be imported without requiring
./
in front of the import file name by @ialarmedalien in #350 - Fix Schemaview.get_uri(...) for no default_prefix in schema by @dalito in #378
- Update pyproject.toml & actions to poetry 2.x / PEP 621 by @dalito in #387
- Constrain isodate import to Python < 3.11 by @dalito in #380
- Change to secure publishing for PyPI by @dalito in #388
New Contributors
- @ialarmedalien made their first contribution in #350
Full Changelog: v1.9.1...v1.9.2
v1.9.2-rc1
What's Changed
- Ensure that relative imports can be imported without requiring
./
in front of the import file name by @ialarmedalien in #350 - Fix Schemaview.get_uri(...) for no default_prefix in schema by @dalito in #378
- Update pyproject.toml & actions to poetry 2.x / PEP 621 by @dalito in #387
- Constrain isodate import to Python < 3.11 by @dalito in #380
New Contributors
- @ialarmedalien made their first contribution in #350
Full Changelog: v1.9.1...v1.9.2-rc1
v1.9.1-rc1
What's Changed
- emit warnings for python 3.13 by @sierra-moxon in #386
- restore dataclass_extensions. See #345 by @cmungall in #384
Full Changelog: v1.9.0...v1.9.1-rc1
🍏 🍏 🍏
v1.9.1
What's Changed
- emit warnings for python 3.13 by @sierra-moxon in #386
- restore dataclass_extensions. See #345 by @cmungall in #384
Full Changelog: v1.9.0...v1.9.1
v1.9.0
note -- this was yanked from pypi, see: #384
What's Changed
- Add test for _base => @base by @cmungall in #342
- convert schemaview unittests to pytest by @sierra-moxon in #343
- Fix: rdflib dumper ignores explicitly defined prefixes by @sneakers-the-rat in #348
- Always run upstream test action by @sneakers-the-rat in #366
- Specify repo and branch when testing against upstream by @sneakers-the-rat in #367
- Fix test upstream:
-y
to pip uninstall by @sneakers-the-rat in #369 - Adding option to eval to prevent distribution over arrays and dicts. by @cmungall in #365
- BF: Fix bug and other improvement in
SchemaBuilder.add_class()
by @candleindark in #338 - Support isodate ending with Z by @dalito in #357
- add ability to call json_loader with a Path object by @sierra-moxon in #354
- Fix hidden windows failures by @dalito in #360
- Consistent datetime parsing across all py-versions by @dalito in #372
- Handle date & datetime in JSONDumper.dumps by @dalito in #374
- Fix SchemaView metadata injection and get URI by @vincentkelleher in #362
- Optionally add element type to constructed URI by @dalito in #375
- Fix "workflow_dispatch" mode for test-upstream action by @dalito in #376
- Add python 3.13, Remove python 3.8 by @sneakers-the-rat in #345
- Fix multilayer relative imports by @will-0 in #368
- BF: Bug fixes and other improvement in
SchemaBuilder.add_enum()
by @candleindark in #341 - Cherry-pciked fixes from #378 for rc2 by @dalito, @ptgolden in #383
New Contributors
Full Changelog: v1.8.3...v1.9.0
v1.9.0-rc1
What's Changed
- Add test for _base => @base by @cmungall in #342
- convert schemaview unittests to pytest by @sierra-moxon in #343
- Fix: rdflib dumper ignores explicitly defined prefixes by @sneakers-the-rat in #348
- Always run upstream test action by @sneakers-the-rat in #366
- Specify repo and branch when testing against upstream by @sneakers-the-rat in #367
- Fix test upstream:
-y
to pip uninstall by @sneakers-the-rat in #369 - Adding option to eval to prevent distribution over arrays and dicts. by @cmungall in #365
- BF: Fix bug and other improvement in
SchemaBuilder.add_class()
by @candleindark in #338 - Support isodate ending with Z by @dalito in #357
- add ability to call json_loader with a Path object by @sierra-moxon in #354
- Fix hidden windows failures by @dalito in #360
- Consistent datetime parsing across all py-versions by @dalito in #372
- Handle date & datetime in JSONDumper.dumps by @dalito in #374
- Fix SchemaView metadata injection and get URI by @vincentkelleher in #362
- Optionally add element type to constructed URI by @dalito in #375
- Fix "workflow_dispatch" mode for test-upstream action by @dalito in #376
- Add python 3.13, Remove python 3.8 by @sneakers-the-rat in #345
- Fix multilayer relative imports by @will-0 in #368
- BF: Bug fixes and other improvement in
SchemaBuilder.add_enum()
by @candleindark in #341
New Contributors
Full Changelog: v1.8.3...v1.9.0-rc1
v1.8.3
What's Changed
- Fix deprecation warning - use model_dump not dict by @sneakers-the-rat in #339
- Replace use of the root logger with use of module-level loggers by @candleindark in #340
New Contributors
- @candleindark made their first contribution in #340
Full Changelog: v1.8.2...v1.8.3