Skip to content

Commit

Permalink
1.0.3 release candidate (#1057)
Browse files Browse the repository at this point in the history
* roxygen changes

* Increment version number to 1.0.3
  • Loading branch information
EmilHvitfeldt authored Nov 9, 2022
1 parent 05c6963 commit be654e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: recipes
Title: Preprocessing and Feature Engineering Steps for Modeling
Version: 1.0.2.9000
Version: 1.0.3
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
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.3

* `step_dummy()` no longer returns integer columns as there are a number of contrast methods that return fractional values. (#1053)

Expand Down
16 changes: 8 additions & 8 deletions man/selections.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be654e7

Please sign in to comment.