From 335ac68997d38c6737518c6c007a4e6fdfdf131d Mon Sep 17 00:00:00 2001 From: topepo Date: Sun, 18 Nov 2018 13:48:53 -0500 Subject: [PATCH] minor format change --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index d81060fba..79760f1c8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # `recipes` 0.1.3.9002 ## Breaking Changes + * Several argument names were changed to be consistent with other `tidymodels` packages (e.g. `dials`) and the general tidyverse naming conventions. * `K` in `step_knnimpute` was changed to `neighbors`. `step_isomap` had the number of neighbors promoted to a main argument called `neighbors ` * `step_pca`, `step_pls`, `step_kpca`, `step_ica` now use `num_comp` instead of `num`. , `step_isomap` uses `num_terms` instead of `num`.