Skip to content

Commit

Permalink
Add news entry for formula lhs parser len1 retention change
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 4, 2023
1 parent 45a4c46 commit 6f40180
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6f40180

Please sign in to comment.