Skip to content

Commit f533808

Browse files
authored
Rc 1 1 0 (#264)
* polish NEWS * update revdepcheck results * update cran comments * Increment version number to 1.1.0 * add CRAN-SUBMISSION * remove CRAN-SUBMISSION
1 parent 8de9439 commit f533808

File tree

4 files changed

+16
-31
lines changed

4 files changed

+16
-31
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dials
22
Title: Tools for Creating Tuning Parameter Values
3-
Version: 1.0.0.9001
3+
Version: 1.1.0
44
Authors@R: c(
55
person("Max", "Kuhn", , "max@rstudio.com", role = "aut"),
66
person("Hannah", "Frick", , "hannah@rstudio.com", role = c("aut", "cre")),

NEWS.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# dials (development version)
1+
# dials 1.1.0
2+
3+
## New parameters
4+
5+
* Added learning rate scheduler parameters `rate_decay()`, `rate_initial()`,
6+
`rate_largest()`, `rate_reduction()`, `rate_schedule()`, `rate_step_size()`,
7+
and `rate_steps()` for the new [brulee functions](https://github.com/tidymodels/brulee/pull/56) (#253).
8+
9+
* Added `num_clusters()` parameter for tidyclust models (#259).
10+
11+
* Added `num_leaves()` parameter for lightbgm models (@joeycouse, #256).
12+
13+
### Other changes
214

315
* The `default` argument to the constructors `new_quant_param()` and
416
`new_qual_param()` is deprecated. `value_seq()` now uses the same logic to
@@ -8,14 +20,8 @@
820
* `prior_terminal_node_expo()` for Bayesian adaptive regression trees (BART) now
921
defaults to a range greater than 1 to limit explosive tree growth (#251).
1022

11-
* Learning rate scheduler parameters were added for the new
12-
[brulee functions](https://github.com/tidymodels/brulee/pull/56).
13-
14-
* New parameter `num_leaves()` for lightbgm models (@joeycouse, #256).
15-
1623
* The label for `spline_degree()` was improved.
1724

18-
* Added `num_clusters()` for tidyclust models.
1925

2026
# dials 1.0.0
2127

cran-comments.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
## revdepcheck results
22

3-
We checked 20 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 24 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages
7-
8-
## Submission 1.0.0
9-
10-
This release contains a new `mtry_prop()` parameter and updates the
11-
party-related parameters to partykit.
12-
13-
## Submission 0.1.1
14-
15-
In the release, the `Chicago` data set was removed. It can be found in the
16-
`modeldata` package.
17-
18-
## Submission 0.1.0
19-
20-
This release contains several new parameter objects. The
21-
`extract_parameter_dials()` method supersedes `pull_dials_object()`.
22-
23-
## Submission 0.0.10
24-
25-
This release contains a number of new parameter objects. This release also
26-
marks a **change in maintainer** from Max Kuhn <max@rstudio.com> to Hannah
27-
Frick <hannah@rstudio.com>. Additionally, we have re-licensed dials to MIT.

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 22 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 24 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

0 commit comments

Comments
 (0)