|
1 |
| -# dials (development version) |
2 |
| - |
3 |
| -* Added three new parameters for use in postprocessing in the tailor package (#357). |
4 |
| - - `buffer()` sets the distance on either side of a classification threshold |
5 |
| - within which predictions are considered equivocal in |
6 |
| - `tailor::adjust_equivocal_zone()`. |
7 |
| - - `lower_limit()` and `upper_limit()` sets the ranges for |
8 |
| - numeric predictions in `tailor::adjust_numeric_range()`. |
9 |
| - |
10 |
| -* All messages, warnings and errors has been translated to use {cli} package (#311). |
| 1 | +# dials 1.4.0 |
11 | 2 |
|
12 | 3 | * For space-filling designs for $p$ parameters, there is a higher likelihood of finding a space-filling design for `1 < size <= p`. Also, single-point designs now default to a random grid (#363).
|
13 | 4 |
|
14 | 5 | * `value_seq()` and `value_sample()` now respect the `inclusive` argument of quantitative parameters (#347).
|
15 | 6 |
|
16 | 7 | * The constructors, `new_*_parameter()`, now label unlabeled parameter (i.e., constructed with `label = NULL`) as such (#349).
|
17 | 8 |
|
| 9 | +* All messages, warnings and errors has been translated to use {cli} package (#311). |
| 10 | + |
18 | 11 | * `parameters.list()` now enforces the unused ellipsis to be empty (#378).
|
19 | 12 |
|
| 13 | +* Added three new parameters for use in postprocessing in the tailor package (#357). |
| 14 | + - `buffer()` sets the distance on either side of a classification threshold |
| 15 | + within which predictions are considered equivocal in |
| 16 | + `tailor::adjust_equivocal_zone()`. |
| 17 | + - `lower_limit()` and `upper_limit()` sets the ranges for |
| 18 | + numeric predictions in `tailor::adjust_numeric_range()`. |
| 19 | + |
20 | 20 | ## Breaking changes
|
21 | 21 |
|
22 | 22 | * The `grid_*()` functions now error instead of warn when provided with the wrong argument to control the grid size. So `grid_space_filling()`, `grid_random()`, `grid_max_entropy()`, and `grid_latin_hypercube()` now error if used with a `levels` argument and `grid_regular()` now errors if used with a `size` argument (#368).
|
|
0 commit comments