diff --git a/DESCRIPTION b/DESCRIPTION index 49b1839a70..51a7f24d25 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mlr Title: Machine Learning in R -Version: 2.14.0 +Version: 2.14.0.9000 Authors@R: c(person(given = "Bernd", family = "Bischl", diff --git a/NEWS.md b/NEWS.md index e2058a87fd..4c527f84f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# mlr 2.14.0.9000 + +- Same as previous version. + + # mlr 2.14.0 ## general @@ -29,8 +34,8 @@ * FSelectorRcpp_information.gain * FSelectorRcpp_symuncert -Additionally, filter names have been harmonized using the following scheme: _. -Exeptions are filters included in base R packages. +Additionally, filter names have been harmonized using the following scheme: _. +Exeptions are filters included in base R packages. In this case, the package name is omitted. ## filter - general @@ -47,9 +52,9 @@ In this case, the package name is omitted. - `randomForestSRC.rfsrc` -> `randomForestSRC_importance` - `randomForestSRC.var.select` -> `randomForestSRC_var.select` - `randomForest.importance` -> `randomForest_importance` - + * fixed a bug related to the loading of namespaces for required filter packages (@pat-s, #2483) - + ## learners - new * classif.liquidSVM (@PhilippPro, #2428) * regr.liquidSVM (@PhilippPro, #2428)