Skip to content

Commit 1449b34

Browse files
authored
version bumps (#795)
1 parent 6c5482a commit 1449b34

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 1.0.0.9000
3+
Version: 1.0.1
44
Authors@R: c(
55
person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# parsnip (development version)
2-
1+
# parsnip 1.0.1
32

43
* Enabled passing additional engine arguments with the xgboost `boost_tree()` engine. To supply engine-specific arguments that are documented in `xgboost::xgb.train()` as arguments to be passed via `params`, supply the list elements directly as named arguments to `set_engine()`. Read more in `?details_boost_tree_xgboost` (#787).
54

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# parsnip <a href='https://parsnip.tidymodels.org'><img src='man/figures/logo.png' align="right" height="139" /></a>
16+
# parsnip <a href='https://parsnip.tidymodels.org'><img src='man/figures/logo.png' style='float: right' height="139" /></a>
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# parsnip <a href='https://parsnip.tidymodels.org'><img src='man/figures/logo.png' align="right" height="139" /></a>
4+
# parsnip <a href='https://parsnip.tidymodels.org'><img src='man/figures/logo.png' style='float: right' height="139" /></a>
55

66
<!-- badges: start -->
77

tests/testthat/_snaps/translate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,6 @@
21312131
Output
21322132
# A tibble: 0 x 3
21332133
# ... with 3 variables: user <chr>, parsnip <chr>, engine <chr>
2134-
# i Use `colnames()` to see all variable names
21352134

21362135
---
21372136

0 commit comments

Comments
 (0)