Skip to content

Commit

Permalink
RC 1.0.4 (#1079)
Browse files Browse the repository at this point in the history
* Increment version number to 1.0.4

* rstudio -> posit

Co-authored-by: Max Kuhn <[email protected]>
  • Loading branch information
EmilHvitfeldt and topepo authored Jan 11, 2023
1 parent ab5ee58 commit 27f2ca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: recipes
Title: Preprocessing and Feature Engineering Steps for Modeling
Version: 1.0.3.9000
Version: 1.0.4
Authors@R: c(
person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
person("RStudio", role = "cph")
person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"),
person("Posit Software PBC", role = "cph")
)
Description: A recipe prepares your data for modeling. We provide an
extensible framework for pipeable sequences of feature engineering
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# recipes (development version)
# recipes 1.0.4

* Added missing tidy method for `step_intercept()` and `step_lag()`. (#730)

Expand Down

0 comments on commit 27f2ca0

Please sign in to comment.