From 0e239f5eac8f8800d30adfc62bdd544d60badc96 Mon Sep 17 00:00:00 2001 From: Vincent Menger Date: Thu, 6 Apr 2023 10:40:53 +0200 Subject: [PATCH 1/3] Remove decubitus from institutions --- data/lookup_lists/institutions.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/data/lookup_lists/institutions.txt b/data/lookup_lists/institutions.txt index b850bd84..4a809fbf 100644 --- a/data/lookup_lists/institutions.txt +++ b/data/lookup_lists/institutions.txt @@ -152,7 +152,6 @@ De Wijngaard De Wiltzangk De Wyngaard De Zwaluw -Decubitus Dedoensserre Demisal Communicatie Demuwahu From add4757e53af07140d3b25c75221689cc3eab71b Mon Sep 17 00:00:00 2001 From: Vincent Menger Date: Thu, 6 Apr 2023 10:42:16 +0200 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080c71af..647b39a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.3 (2023-04-06) + +### Fixed +- removed 'decibutus' from list of institutions as it caused many false positives + ## 2.0.2 (2023-03-28) ### Changed @@ -13,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 2.0.1 (2022-12-09) ### Changed -- updated dependencies +- upgraded dependencies ## 2.0.0 (2022-12-05) From 1311a477f8953500b4dd5dd5eea905e746e905b0 Mon Sep 17 00:00:00 2001 From: Vincent Menger Date: Thu, 6 Apr 2023 10:42:21 +0200 Subject: [PATCH 3/3] Bump veresion --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2e3f15e..b744e90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deduce" -version = "2.0.2" +version = "2.0.3" description = "Deduce: de-identification method for Dutch medical text" authors = ["Vincent Menger "] maintainers = ["Vincent Menger "]