From 03fdb3d5051d78a8c38784956b8feac18f3e8398 Mon Sep 17 00:00:00 2001 From: Egill Axfjord Fridgeirsson Date: Fri, 22 Dec 2023 15:23:48 +0100 Subject: [PATCH] 106 hotfix polars (#108) * hotfix for new polars count * fix description --- DESCRIPTION | 6 +++--- NEWS.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 91bb9a3..f1e2d9f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: DeepPatientLevelPrediction Type: Package Title: Deep Learning For Patient Level Prediction Using Data In The OMOP Common Data Model -Version: 2.0.2 -Date: 18-04-2023 +Version: 2.0.3 +Date: 22-12-2023 Authors@R: c( person("Egill", "Fridgeirsson", email = "e.fridgeirsson@erasmusmc.nl", role = c("aut", "cre")), person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut")), @@ -40,7 +40,7 @@ Suggests: Remotes: ohdsi/PatientLevelPrediction, ohdsi/FeatureExtraction, - ohdsi/Eunomia, + ohdsi/Eunomia, ohdsi/ResultModelManager RoxygenNote: 7.2.3 Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 961ac75..41b7e71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +DeepPatientLevelPrediction 2.0.3 +====================== + - Hotfix: Fix count for polars v0.20.x + DeepPatientLevelPrediction 2.0.2 ====================== - Ensure output from predict_proba is numeric instead of 1d array