Skip to content

Commit 18ffd2c

Browse files
committed
Bump version to 2.14.0.9000
1 parent d472954 commit 18ffd2c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr
22
Title: Machine Learning in R
3-
Version: 2.14.0
3+
Version: 2.14.0.9000
44
Authors@R:
55
c(person(given = "Bernd",
66
family = "Bischl",

NEWS.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# mlr 2.14.0.9000
2+
3+
- Same as previous version.
4+
5+
16
# mlr 2.14.0
27

38
## general
@@ -29,8 +34,8 @@
2934
* FSelectorRcpp_information.gain
3035
* FSelectorRcpp_symuncert
3136

32-
Additionally, filter names have been harmonized using the following scheme: <pkgname>_<filtername>.
33-
Exeptions are filters included in base R packages.
37+
Additionally, filter names have been harmonized using the following scheme: <pkgname>_<filtername>.
38+
Exeptions are filters included in base R packages.
3439
In this case, the package name is omitted.
3540

3641
## filter - general
@@ -47,9 +52,9 @@ In this case, the package name is omitted.
4752
- `randomForestSRC.rfsrc` -> `randomForestSRC_importance`
4853
- `randomForestSRC.var.select` -> `randomForestSRC_var.select`
4954
- `randomForest.importance` -> `randomForest_importance`
50-
55+
5156
* fixed a bug related to the loading of namespaces for required filter packages (@pat-s, #2483)
52-
57+
5358
## learners - new
5459
* classif.liquidSVM (@PhilippPro, #2428)
5560
* regr.liquidSVM (@PhilippPro, #2428)

0 commit comments

Comments
 (0)