From 6f40180e2b11e19939137d623c7bd44e4ddc97a2 Mon Sep 17 00:00:00 2001 From: mitchelloharawild Date: Mon, 4 Sep 2023 14:58:42 +0200 Subject: [PATCH] Add news entry for formula lhs parser len1 retention change --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index ac8c6775..e52136ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ # fabletools (development version) +## New features + +* The formula parser now identifies and stores length 1 values in the + transformation environment. This simplifies common tasks like automatic + box-cox parameters for each series, which can now be done with + `fable::ARIMA(box_cox(y, feasts::guerrero(y)))`. + ## Improvements * Added support for visualising different point forecasts (say means and medians)