Skip to content

Commit

Permalink
Documenting and preparing release 3.8.1 of the reasoner-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Aug 12, 2023
1 parent df6b424 commit 775ed18
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

The Reasoner Validator package is evolving along with progress in TRAPI and Biolink Model standards within the NCATS Biomedical Knowledge Translator.

## 3.8.1
- Generally repaired validation 'sources' ('source_trail') context recording to cover all applicable validation message cases (especially, edge 'qualifier' validation); tested with unit tests
- TRAPIGraphType class moved up the class/module hierarchy, alongside ValidatorReporter; strict_validation as Optional[bool] wrapped in the is_strict_validation() method which uses graph_type to decide on None default strictness (based on graph type)
- TRAPI and Biolink Model versions resolved now only reported in logger.info, not stderr
- only preset target_provenance in validator reporter constructors, not the various method signatures
- add 'categories' into edge context labels for reports (long lists of categories may be challenging here but ...)

## 3.8.0
- Internal class hierarchy restructured for logical clarity in recent releases, formally highlighted in this release
- Most visible TRAPIResponseValidator class (previously) moved from the **`reasoner_validator.__init__.py`** package module, into its own **`reasoner_validator.validator`** module
Expand Down
61 changes: 38 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reasoner-validator"
version = "3.8.0"
version = "3.8.1"
description = "Validation tools for Reasoner API"
authors = [
"Richard Bruskiewich <richard.bruskiewich@delphinai.com>",
Expand Down

0 comments on commit 775ed18

Please sign in to comment.