Skip to content

Commit

Permalink
106 hotfix polars (#108)
Browse files Browse the repository at this point in the history
* hotfix for new polars count

* fix description
  • Loading branch information
egillax authored Dec 22, 2023
1 parent 6e4b523 commit 03fdb3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre")),
person("Jenna", "Reps", email = "[email protected]", role = c("aut")),
Expand Down Expand Up @@ -40,7 +40,7 @@ Suggests:
Remotes:
ohdsi/PatientLevelPrediction,
ohdsi/FeatureExtraction,
ohdsi/Eunomia,
ohdsi/Eunomia,
ohdsi/ResultModelManager
RoxygenNote: 7.2.3
Encoding: UTF-8
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 03fdb3d

Please sign in to comment.