Skip to content

Commit 68dcecc

Browse files
authored
Merge pull request #380 from tidymodels:rc-1-4-0
RC 1.4.0
2 parents 302da1e + 8ea14da commit 68dcecc

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Package: dials
22
Title: Tools for Creating Tuning Parameter Values
3-
Version: 1.3.0.9000
3+
Version: 1.4.0
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = "aut"),
66
person("Hannah", "Frick", , "[email protected]", role = c("aut", "cre")),
7-
person("Posit Software, PBC", role = c("cph", "fnd"))
7+
person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))
88
)
99
Description: Many models contain tuning parameters (i.e. parameters that
1010
cannot be directly estimated from the data). These tools can be used

NEWS.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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
112

123
* 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).
134

145
* `value_seq()` and `value_sample()` now respect the `inclusive` argument of quantitative parameters (#347).
156

167
* The constructors, `new_*_parameter()`, now label unlabeled parameter (i.e., constructed with `label = NULL`) as such (#349).
178

9+
* All messages, warnings and errors has been translated to use {cli} package (#311).
10+
1811
* `parameters.list()` now enforces the unused ellipsis to be empty (#378).
1912

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+
2020
## Breaking changes
2121

2222
* 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).

man/dials-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)