v1.9.5-rc1
What's Changed
- SchemaView: linter fixes, minor code reorganisation by @ialarmedalien in #419
- Lint should ignore vendored linkml-model by @vladistan in #420
- Adding __future__type annotations to yaml_loader, loader_root. by @ialarmedalien in #418
- tests(schemaview): optimize execution by @Silvanoc in #394
- Exclude vendored linkml-model from coverage reporting by @vladistan in #421
- Simple fixes by Ruff by @vladistan in #422
- Convert distroutils to pytest by @vladistan in #442
- Convert trivial unitest cases to pytest by @vladistan in #424
- Convert test walker utils to pytest by @vladistan in #426
- Convet test_enum to pytest by @vladistan in #429
- Convert test schema as dict to pytest by @vladistan in #428
- Convert test_include_schema.py to pytest format by @vladistan in #430
- Convert test_inlined_as_list_forms to pytest by @vladistan in #431
- Convert dictutils to pytest by @vladistan in #437
- Convert test_csv_tsv_loader_dumper.py to pytest format by @vladistan in #438
- Convert test_arrays.py to pytest format by @vladistan in #439
- Convert test introsepction to pytest by @vladistan in #432
- Convert test_object_index.py to pytest format by @vladistan in #435
- Convert test for inlined as dict forms to pytest by @vladistan in #440
- Convert test poly dataclasses to pytest by @vladistan in #436
- Fixes proposed by Ruff by @vladistan in #445
- Convert test_loaders_dumpers.py from unittest to pytest by @vladistan in #444
- added new variable: element_type in yamlutils.as_json_object() and JSONDumper.dumps() by @puja-trivedi in #423
- Convert test ruleutils to pytest by @vladistan in #425
- Convert test dumpers to pytest by @vladistan in #441
Full Changelog: v1.9.4...v1.9.5-rc1