From 6446f757698ae2dca8029775046094930bab3430 Mon Sep 17 00:00:00 2001 From: Victor Murcia Date: Sun, 7 Jul 2024 23:15:15 -0400 Subject: [PATCH] Add files via upload --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc21e6..9686193 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,8 @@ An example output would look something like this: | 0 | hand | skull | C0018563 | C0037303 | 9 | C0018563 => C1140618 => C0015385 => C0005898 =... | | 1 | Renal failure | Kidney failure| C0035078 | C0035078 | 1 | C0035078 | +**IMPORTANT: This function has not been optimized for performance yet and can lead to long runtimes.** + ### Finding Least Common Subsumer To find the least common subsumer (LCS) of concepts: diff --git a/pyproject.toml b/pyproject.toml index 6b6d48f..b27beb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PyUMLS_Similarity" -version = "0.0.12" +version = "0.1.1" authors = [ { name="Victor Murcia", email="victor.murciaruiz@va.gov" }, ]