Skip to content

Commit

Permalink
chore: bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Mar 2, 2023
1 parent c6df0e1 commit 1a9e86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1a9e86d

Please sign in to comment.