Skip to content

Commit

Permalink
Bump version to 2.14.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Apr 26, 2019
1 parent d472954 commit 18ffd2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 9 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# mlr 2.14.0.9000

- Same as previous version.


# mlr 2.14.0

## general
Expand Down Expand Up @@ -29,8 +34,8 @@
* FSelectorRcpp_information.gain
* FSelectorRcpp_symuncert

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

## filter - general
Expand All @@ -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)
Expand Down

0 comments on commit 18ffd2c

Please sign in to comment.