diff --git a/DESCRIPTION b/DESCRIPTION index 119e2dcb..ae67626a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mlr3fselect Title: Feature Selection for 'mlr3' -Version: 0.10.0.9000 +Version: 0.11.0 Authors@R: c( person("Marc", "Becker", , "marcbecker@posteo.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8115-0400")), diff --git a/NEWS.md b/NEWS.md index d85a1ec1..6c28f756 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -# mlr3fselect (development version) +# mlr3fselect 0.11.0 * BREAKING CHANGE: The `method` parameter of `fselect()`, `fselect_nested()` and `auto_fselector()` is renamed to `fselector`. Only `FSelector` objects are accepted now. - Arguments to the tuner cannot be passed with `...` anymore. + Arguments to the fselector cannot be passed with `...` anymore. * BREAKING CHANGE: The `fselect` parameter of `FSelector` is moved to the first position to achieve consistency with the other functions. * docs: Update resources sections. * docs: Add list of default measures.