From c0a961f31422f852e6e5b41443cb3afbc82b7d1a Mon Sep 17 00:00:00 2001 From: richardbruskiewich Date: Wed, 15 Mar 2023 13:27:13 -0700 Subject: [PATCH] Preparing v3.4.7 release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a2145..846908b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ The Reasoner Validator package is evolving along with progress in TRAPI and Biolink Model standards within the NCATS Biomedical Knowledge Translator. +## v3.4.7 + +- `ars_uuid_result_test_runner.py` access generalized to poll available ARS servers +- Upgrade BMT to 1.0.3 - may fix some misleading validation results + ## v3.4.6 - 'edge_limit' knowledge graph threshold argument added to `TRAPIResponseValidator.check_compliance_of_trapi_response` method diff --git a/pyproject.toml b/pyproject.toml index 250fab1..667406e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasoner-validator" -version = "3.4.6" +version = "3.4.7" description = "Validation tools for Reasoner API" authors = [ "Richard Bruskiewich ",