Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Oct 7, 2020
1 parent c899edc commit 84ffe88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3tuning
Title: Tuning for 'mlr3'
Version: 0.3.0.9000
Version: 0.4.0
Authors@R:
c(person(given = "Marc",
family = "Becker",
Expand Down
9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# mlr3tuning 0.3.0.9000
# mlr3tuning 0.4.0

* Option to control `store_benchmark_result`, `store_models` and `check_values`
in `AutoTuner`. `store_tuning_instance` must be set as a parameter during
initialization.
in `AutoTuner`. `store_tuning_instance` must be set as a parameter during
initialization.
* Fixes `check_values` flag in `TuningInstanceSingleCrit` and
`TuningInstanceMultiCrit`.
* Removed dependency on orphaned package `bibtex`.

# mlr3tuning 0.3.0

Expand Down

0 comments on commit 84ffe88

Please sign in to comment.