From e10651b822e4ab9a71b4be2a503e46e8c34983d9 Mon Sep 17 00:00:00 2001 From: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Date: Sat, 21 Dec 2024 16:29:21 +0100 Subject: [PATCH] Bump to development version. Do not suggest ParamHelpers. --- DESCRIPTION | 3 +-- NEWS.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 58372bf1..2c00bb63 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) . -Version: 4.1 +Version: 4.1.0.9000 Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"), email = "manuel.lopez-ibanez@manchester.ac.uk", comment = c(ORCID = "0000-0001-9974-1295")), @@ -30,7 +30,6 @@ Imports: spacefillr, withr Suggests: - ParamHelpers, Rmpi (>= 0.6.0), highr, knitr, diff --git a/NEWS.md b/NEWS.md index 6ae61cce..cb633454 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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