From 12a38a2b1e1f0a95ca0ed7cea4858fdbd8985e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20G=C3=A4rber?= <florian.gaerber@uni-hamburg.de> Date: Mon, 24 Jul 2023 14:04:16 +0200 Subject: [PATCH] chore: Release 0.3.2 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f0a2f27..32aa09a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: RFSurrogates Title: Surrogate Minimal Depth Variable Importance -Version: 0.3.1 +Version: 0.3.2 Authors@R: c( person("Stephan", "Seifert", , "stephan.seifert@uni-hamburg.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2567-5728")), diff --git a/NEWS.md b/NEWS.md index 267a0f5..e688a9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ <!-- News Style-guide: https://style.tidyverse.org/news.html --> +# RFSurrogates 0.3.2 + * Moved to new repository: [AGSeifert/RFSurrogates](https://github.com/AGSeifert/RFSurrogates) * Fixed `mean.index()` bug which caused the return value to be of incorrect length in some cases (#4). -- GitLab