From 7db3c6c37263af220a63fdf85b1ec3157193008c Mon Sep 17 00:00:00 2001 From: javier-gracia-tabuenca-tuni Date: Tue, 30 Sep 2025 15:29:20 +0300 Subject: [PATCH] v2.1.1 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 04c3a9a..5b0a246 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ROMOPMappingTools Title: Tools for Working with OMOP CDM Mappings -Version: 2.1.0 +Version: 2.1.1 Authors@R: person("Javier", "Gracia-Tabuenca", , "javier.graciatabuenca@tuni.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2455-0598")) diff --git a/NEWS.md b/NEWS.md index b983f61..c157bf7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# ROMOPMappingTools 2.1.1 + +- Fixed bug in the conversion of the OMOP vocabulary CSVs to DuckDB + # ROMOPMappingTools 2.1.0 - Fixed concept_ancestor table generation. ICD10fi hierarchy was not correct, and duplicated rows were present in the table.