From 30dda30d31cab889e38a6fea711adf451e846e70 Mon Sep 17 00:00:00 2001 From: Michel Lang Date: Sun, 7 Mar 2021 10:37:57 +0100 Subject: [PATCH] New release (#341) --- DESCRIPTION | 4 ++-- NEWS.md | 9 +++++---- README.Rmd | 2 +- README.md | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 158c60b6..7a2813fb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: paradox Title: Define and Work with Parameter Spaces for Complex Algorithms -Version: 0.7.0-9000 +Version: 0.7.1 Authors@R: c(person(given = "Michel", family = "Lang", @@ -46,7 +46,7 @@ Imports: checkmate, data.table, methods, - mlr3misc (>= 0.5.0), + mlr3misc (>= 0.7.0), R6 Suggests: knitr, diff --git a/NEWS.md b/NEWS.md index c5f1aa23..f84188f3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,9 @@ -# paradox 0.7.0-9000 +# paradox 0.7.1 -* `Sampler1D` also accept `ParamSet`s with one `Param` now. -* `to_tune`, `p_dbl`, and `p_int` accept `logscale` argument for tuning on a - logarithmic scale. +* `Sampler1D` also accept `ParamSet`s with one `Param` now (#335). +* Fixed sampling zero rows in `Sampler1DRfun` (#338). +* `to_tune()`, `p_dbl()`, and `p_int()` accept `logscale` argument for tuning on + a logarithmic scale. * `to_tune` can be called with only `lower` or only `upper` now and will infer the other bound if possible. diff --git a/README.Rmd b/README.Rmd index 7610f169..e859f5da 100644 --- a/README.Rmd +++ b/README.Rmd @@ -4,7 +4,7 @@ output: github_document # paradox -Package website: [release](https://paradox.mlr-org.com/) | [dev](https://paradox.mlr-org.com/dev) +Package website: [release](https://paradox.mlr-org.com/) | [dev](https://paradox.mlr-org.com/dev/) Universal Parameter Space Description and Tools. diff --git a/README.md b/README.md index b811bafb..204d6336 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # paradox Package website: [release](https://paradox.mlr-org.com/) \| -[dev](https://paradox.mlr-org.com/dev) +[dev](https://paradox.mlr-org.com/dev/) Universal Parameter Space Description and Tools.