Skip to content

Commit 36cc570

Browse files
authored
Merge pull request #505 from tidymodels/0-1-6-RC
0-1-6 CRAN version
2 parents 2246acd + d27229a commit 36cc570

File tree

6 files changed

+36
-47
lines changed

6 files changed

+36
-47
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parsnip
2-
Version: 0.1.5.9003
2+
Version: 0.1.6
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# parsnip (development version)
1+
# parsnip 0.1.6
22

33
## Model Specification Changes
44

@@ -15,6 +15,7 @@
1515

1616
* For xgboost, `mtry` and `colsample_bytree` can be passed as integer counts or proportions, while `subsample` and `validation` should always be proportions. `xgb_train()` now has a new option `counts` (`TRUE` or `FALSE`) that states which scale for `mtry` and `colsample_bytree` is being used. (#461)
1717

18+
r
1819
## Other Changes
1920

2021
* Re-licensed package from GPL-2 to MIT. See [consent from copyright holders here](https://github.com/tidymodels/parsnip/issues/462).
@@ -25,6 +26,13 @@
2526

2627
* `generics::required_pkgs()` was extended for `parsnip` objects.
2728

29+
* Prediction functions now give a consistent error when a user uses an unavailable value of `type` (#489)
30+
31+
* The `augment()` method was changed to avoid failing if the model does not enable class probabilities. The method now returns tibbles despite the input data class (#487) (#478)
32+
33+
* xgboost engines now respect the `event_level` option for predictions (#460).
34+
35+
2836
# parsnip 0.1.5
2937

3038
* An RStudio add-in is available that makes writing multiple `parsnip` model specifications to the source window. It can be accessed via the IDE addin menus or by calling `parsnip_addin()`.

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
[![Coverage status](https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg)](https://codecov.io/github/tidymodels/parsnip?branch=master)
2121
[![CRAN status](https://www.r-pkg.org/badges/version/parsnip)](https://CRAN.R-project.org/package=parsnip)
2222
[![Downloads](https://cranlogs.r-pkg.org/badges/parsnip)](https://CRAN.R-project.org/package=parsnip)
23-
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
23+
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
2424
[![R-CMD-check](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)
2525
<!-- badges: end -->
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ status](https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg)]
1212
[![CRAN
1313
status](https://www.r-pkg.org/badges/version/parsnip)](https://CRAN.R-project.org/package=parsnip)
1414
[![Downloads](https://cranlogs.r-pkg.org/badges/parsnip)](https://CRAN.R-project.org/package=parsnip)
15-
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
15+
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1616
[![R-CMD-check](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)
1717
<!-- badges: end -->
1818

revdep/README.md

Lines changed: 24 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,67 +3,48 @@
33
|field |value |
44
|:--------|:----------------------------|
55
|version |R version 4.0.3 (2020-10-10) |
6-
|os |Ubuntu 18.04.5 LTS |
7-
|system |x86_64, linux-gnu |
8-
|ui |X11 |
9-
|language |en |
10-
|collate |en_GB.UTF-8 |
11-
|ctype |en_GB.UTF-8 |
12-
|tz |Europe/London |
13-
|date |2021-02-23 |
6+
|os |macOS Catalina 10.15.7 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2021-05-18 |
1414

1515
# Dependencies
1616

1717
|package |old |new |Δ |
1818
|:-----------|:------|:----------|:--|
19-
|parsnip |0.1.5 |0.1.5.9000 |* |
20-
|assertthat |0.2.1 |0.2.1 | |
21-
|cli |2.3.1 |2.3.1 | |
22-
|cpp11 |0.2.6 |0.2.6 | |
19+
|parsnip |0.1.5 |0.1.5.9003 |* |
20+
|cli |2.5.0 |2.5.0 | |
21+
|cpp11 |0.2.7 |0.2.7 | |
2322
|crayon |1.4.1 |1.4.1 | |
24-
|digest |0.6.27 |0.6.27 | |
25-
|dplyr |1.0.4 |1.0.4 | |
26-
|ellipsis |0.3.1 |0.3.1 | |
23+
|dplyr |1.0.6 |1.0.6 | |
24+
|ellipsis |0.3.2 |0.3.2 | |
2725
|fansi |0.4.2 |0.4.2 | |
2826
|generics |0.1.0 |0.1.0 | |
2927
|globals |0.14.0 |0.14.0 | |
3028
|glue |1.4.2 |1.4.2 | |
3129
|lifecycle |1.0.0 |1.0.0 | |
3230
|magrittr |2.0.1 |2.0.1 | |
33-
|pillar |1.5.0 |1.5.0 | |
31+
|pillar |1.6.1 |1.6.1 | |
3432
|pkgconfig |2.0.3 |2.0.3 | |
3533
|prettyunits |1.1.1 |1.1.1 | |
3634
|purrr |0.3.4 |0.3.4 | |
3735
|R6 |2.5.0 |2.5.0 | |
38-
|rlang |0.4.10 |0.4.10 | |
39-
|tibble |3.0.6 |3.0.6 | |
40-
|tidyr |1.1.2 |1.1.2 | |
41-
|tidyselect |1.1.0 |1.1.0 | |
42-
|utf8 |1.1.4 |1.1.4 | |
43-
|vctrs |0.3.6 |0.3.6 | |
36+
|rlang |0.4.11 |0.4.11 | |
37+
|tibble |3.1.2 |3.1.2 | |
38+
|tidyr |1.1.3 |1.1.3 | |
39+
|tidyselect |1.1.1 |1.1.1 | |
40+
|utf8 |1.2.1 |1.2.1 | |
41+
|vctrs |0.3.8 |0.3.8 | |
4442

4543
# Revdeps
4644

47-
## Failed to check (18)
45+
## Failed to check (1)
4846

49-
|package |version |error |warning |note |
50-
|:------------------|:-------|:-----|:-------|:----|
51-
|baguette |? | | | |
52-
|bayesian |? | | | |
53-
|butcher |? | | | |
54-
|coefplot |? | | | |
55-
|condvis2 |? | | | |
56-
|discrim |? | | | |
57-
|easyalluvial |? | | | |
58-
|finetune |? | | | |
59-
|insight |? | | | |
60-
|modeltime |? | | | |
61-
|modeltime.ensemble |? | | | |
62-
|modeltime.gluonts |? | | | |
63-
|modeltime.resample |? | | | |
64-
|plsmod |? | | | |
65-
|SSLR |? | | | |
66-
|tabnet |? | | | |
67-
|timetk |? | | | |
68-
|vip |? | | | |
47+
|package |version |error |warning |note |
48+
|:-------|:-------|:-----|:-------|:----|
49+
|insight |? | | | |
6950

revdep/data.sqlite

408 KB
Binary file not shown.

0 commit comments

Comments
 (0)