Skip to content

Commit

Permalink
release: 0.12.0 (#99)
Browse files Browse the repository at this point in the history
* release: 0.12.0

* docs: bibentry

* fix: url
  • Loading branch information
be-marc authored Mar 9, 2024
1 parent e75d950 commit 735bc3e
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 31 deletions.
4 changes: 2 additions & 2 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.11.0.9000
Version: 0.12.0
Authors@R: c(
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down Expand Up @@ -45,7 +45,7 @@ Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Collate:
'ArchiveFSelect.R'
'AutoFSelector.R'
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mlr3fselect (development version)
# mlr3fselect 0.12.0

* feat: Add number of features to `instance$result`.
* feat: Add `ties_method` options `"least_features"` and `"random"` to `ArchiveFSelect$best()`.
Expand All @@ -10,7 +10,7 @@
* fix: Include `FSelector` in hash of `AutoFSelector`.
* refactor: Change default batch size of `FSelectorRandomSearch` to 10.
* feat: Add `batch_size` parameter to `FSelectorExhaustiveSearch` to reduce memory consumption.
* Compatibility with upcoming paradox release.
* compatibility: Work with new paradox version 1.0.0

# mlr3fselect 0.11.0

Expand Down
4 changes: 1 addition & 3 deletions R/bibentries.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ bibentries = c(
publisher = "Springer New York",
address = "New York, NY",
pages = "61--92",
isbn = "978-1-4614-6849-3",
doi = "10.1007/978-1-4614-6849-3_4",
url = "https://doi.org/10.1007/978-1-4614-6849-3_4"
isbn = "978-1-4614-6849-3"
)
)

2 changes: 1 addition & 1 deletion man/mlr3fselect.one_se_rule.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mlr_fselectors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mlr_fselectors_design_points.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mlr_fselectors_exhaustive_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mlr_fselectors_genetic_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mlr_fselectors_random_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mlr_fselectors_rfe.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mlr_fselectors_rfecv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mlr_fselectors_sequential.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/mlr_fselectors_shadow_variable_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 735bc3e

Please sign in to comment.