From f1a817257d85c53769eb284811f0be12988bb8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Spytek?= Date: Tue, 27 Sep 2022 20:48:05 +0200 Subject: [PATCH] Update NEWS.md and increase development version --- DESCRIPTION | 2 +- NEWS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9d2b609d..b81b8e31 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: survex Title: Explainable Machine Learning in Survival Analysis -Version: 0.1.1 +Version: 0.1.1.9000 Authors@R: c( person("MikoĊ‚aj", "Spytek", email = "mikolajspytek@gmail.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 115b7570..2b8d8cd9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # survex (development) +* improved and unified API documentation ([#2](https://github.com/ModelOriented/survex/issues/2)) +* added references to used methods ([#5](https://github.com/ModelOriented/survex/issues/5)) +* changed the package used to draw complex plots from `gridExtra` to `patchwork` ([#7](https://github.com/ModelOriented/survex/pull/7)) * ... # survex 0.1.1 @@ -7,4 +10,3 @@ * `model_parts`, `model_profile`, `predict_parts`, `predict_profile` explanations implemented * C/D AUC, Brier score and (Harrell's) concordance index performance measures implemented * Explain methods for `survival`, `ranger`, `randomForestSRC`, `censored` and `mlr3proba` packages. -