Skip to content

Commit f754ea3

Browse files
preparing for v0.0.11 patch release
1 parent 8d37839 commit f754ea3

5 files changed

+304
-240
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.0.11
4+
5+
- added new 'test.yml' workflow for CI validation of commits to the main branch
6+
- removed 'is_set' expectation from QNode validation of MCQ inputs since 'set_interpretation' only is now used
7+
38
## 0.0.10
49

510
- added "directionality": "object_to_subject" to SemSimian API call (as per recommendation of MMCQ team)

DEVELOPER_README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Steps to properly issue a new project release:
2424

2525
1. Run the unit test suite to ensure that nothing fails. Iterate to fix failures (in the code or in terms of revised unit tests to reflect fresh code designs)
2626
2. Document release changes in the **CHANGELOG.md**
27-
3. Update the **`[Tool Poetry]version =`** field in the **pyprojects.yaml**, e.g. "0.0.10"
27+
3. Update the **`[Tool Poetry]version =`** field in the **pyprojects.yaml**, e.g. "0.0.11"
2828
4. Run **`poetry update`** (preferably, within a **`poetry shell`**)
2929
5. The project pip **requirements.txt** file snapshot of dependencies should also be updated at this point (type **`$ poetry export --output requirements.txt`**, assuming that the [proper poetry export plugin is installed](https://python-poetry.org/docs/pre-commit-hooks#poetry-export)). This may facilitate module deployment within environments that prefer to use pip rather than poetry to manage their deployments.
3030
6. Commit or pull request merge all files (including the **poetry.lock** file) to the local **main** branch.

poetry.lock

+51-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "monarch-trapi-kp"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
description = "Translator (Knowledge Provider) Reasoner API wrapper for the Semantic Similarity algorithm against the knowledge graph of the Monarch Initiative information system"
55
authors = [
66
"Richard Bruskiewich <richard.bruskiewich@delphinai.com>",

0 commit comments

Comments
 (0)