From 65dca5b1a3c6384b504c9b694ca6fb265fcef8e1 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Thu, 22 Feb 2024 09:27:30 +0000 Subject: [PATCH] update NEWS --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7d62c3ac..0ce5537c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # dials (development version) +## New parameters + +* Added `initial_umap()` and `target_weight()` for `recipes::step_umap()` (#324). + +## Other changes + * Improving error messages by switching to cli (#315, #317, #321). * Update usage of tranformation functions from the scales package to their new names and require the corresponding version v1.3.0 (#323).