From e17ddefdd261da6c685696229662a2a195587857 Mon Sep 17 00:00:00 2001 From: be-marc Date: Fri, 25 Oct 2024 11:53:35 +0200 Subject: [PATCH] release: 1.2.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2250dd88..cfaa35c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bbotk Title: Black-Box Optimization Toolkit -Version: 1.1.1.9000 +Version: 1.2.0 Authors@R: c( person("Marc", "Becker", , "marcbecker@posteo.de", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-8115-0400")), diff --git a/NEWS.md b/NEWS.md index 555bf21f..4b372ee3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# bbotk (development version) +# bbotk 1.2.0 * feat: `ContextBatch` and `ContextAsync` have a `result_extra` field now to access additional results passed to the instance. * refactor: Additional information are passed with `extra` to `OptimInstance$assign_result()`.