Skip to content

Commit

Permalink
New release (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg authored Mar 7, 2021
1 parent 618aa6d commit 30dda30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -46,7 +46,7 @@ Imports:
checkmate,
data.table,
methods,
mlr3misc (>= 0.5.0),
mlr3misc (>= 0.7.0),
R6
Suggests:
knitr,
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 30dda30

Please sign in to comment.