Skip to content

Commit

Permalink
chore: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 4, 2022
1 parent a70dbf9 commit 7894627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3fselect
Title: Feature Selection for 'mlr3'
Version: 0.6.1.9000
Version: 0.7.0
Authors@R:
c(person(given = "Marc",
family = "Becker",
Expand Down Expand Up @@ -35,7 +35,7 @@ Depends:
mlr3 (>= 0.12.0),
R (>= 3.1.0)
Imports:
bbotk (>= 0.5.1.9000),
bbotk (>= 0.5.2),
checkmate (>= 2.0.0),
data.table,
lgr,
Expand All @@ -47,8 +47,6 @@ Suggests:
genalg,
rpart,
testthat (>= 3.0.0)
Remotes:
mlr-org/bbotk
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mlr3fselect 0.6.1.9000
# mlr3fselect 0.7.0

* feat: Allow to pass `FSelector` objects as `method` in `fselect()` and `auto_fselector()`.
* feat: Added `$label` to `FSelector`s.
Expand All @@ -7,7 +7,6 @@
* feat: Added a `as.data.table.DictionaryFSelector` function.
* feat: Added `min_features` parameter to `FSelectorSequential`.


# mlr3fselect 0.6.1

* Add `store_models` flag to `fselect()`.
Expand Down

0 comments on commit 7894627

Please sign in to comment.