Skip to content

Commit

Permalink
Bump to development version. Do not suggest ParamHelpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Dec 21, 2024
1 parent 8606b49 commit e10651b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Iterated race is an extension of the Iterated F-race method for
settings given a set of instances of an optimization problem.
M. López-Ibáñez, J. Dubois-Lacoste, L. Pérez Cáceres, T. Stützle,
and M. Birattari (2016) <doi:10.1016/j.orp.2016.09.002>.
Version: 4.1
Version: 4.1.0.9000
Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9974-1295")),
Expand All @@ -30,7 +30,6 @@ Imports:
spacefillr,
withr
Suggests:
ParamHelpers,
Rmpi (>= 0.6.0),
highr,
knitr,
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
**If you are viewing this file on CRAN, please check [latest news on GitHub](https://github.com/MLopez-Ibanez/irace/blob/master/NEWS.md) where the formatting is also better.**

# irace development version

## Major breaking changes

## New features and improvements

## Fixes


# irace 4.1

## Major breaking changes
Expand Down Expand Up @@ -30,7 +39,8 @@
* Fixed several bugs in post-selection including `Error in if (any(left >= 0L)) { : missing value where TRUE/FALSE needed`.

* Fix bug in `ablation()` not calling `stop_parallel()`.



# irace 4.0

## Major breaking changes
Expand Down

0 comments on commit e10651b

Please sign in to comment.