Skip to content

Commit

Permalink
Update news and version in preparation of release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 16, 2024
1 parent a3b2d09 commit fd72117
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fabletools
Title: Core Tools for Packages in the 'fable' Framework
Version: 0.4.2.9000
Version: 0.5.0
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
Expand Down
20 changes: 19 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# fabletools (development version)
# fabletools 0.5.0

## New features

* Added the `IRF()` generic and appropriate mable methods for computing
impulse response functions from fitted models.
* It is now possible to `generate()` bootstrap sample paths for
multivariate models.

## Improvements

* Added support for multivariate model forecasting with transformation using
sample paths.
* Performance improvements relating to forecasting with transformations and
sample paths.
* Forecast plots now explicitly use marginal distributions for plotting
forecast intervals from multivariate distributions.
* Added optional progress reporting when producing forecasts, it can be
enabled using `progressr::with_progress()`

## Bug fixes

Expand Down

0 comments on commit fd72117

Please sign in to comment.