Skip to content

Commit

Permalink
Issue v3.5.9 bug fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Jun 16, 2023
1 parent 111360b commit 31b8a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## v3.5.9
- Fixed bug in attribute_type_id detection of attribute_type_id namespaces

## v3.5.8
- implemented get_inverse_predicate() wrapper for returning (CURIE of) valid inverses of predicates (including symmetric predicates?)
- implemented is_symmetric() method to detect symmetric (predicate) elements
Expand Down
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.5.8"
version = "3.5.9"
description = "Validation tools for Reasoner API"
authors = [
"Richard Bruskiewich <richard.bruskiewich@delphinai.com>",
Expand Down

0 comments on commit 31b8a0f

Please sign in to comment.