Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaub committed Dec 19, 2018
1 parent 82633cf commit b91cc5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: forecastHybrid
Title: Convenient Functions for Ensemble Time Series Forecasts
Version: 4.0.15
Date: 2018-12-17
Version: 4.1.16
Date: 2018-12-19
Authors@R: c(
person("David", "Shaub", email = "[email protected]", role = c("aut", "cre")),
person("Peter", "Ellis", email = "[email protected]", role = c("aut"))
Expand Down
4 changes: 2 additions & 2 deletions pkg/inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 4.0.16 [unreleased]
# Version 4.1.16 [2018-12-19]
* Use forking instead of a socket cluster for parallel execution on UNIX-like systems for `cvts()`. This results in significantly faster execution and less memory usage, particularly when the `FUN` and `FCFUN` functions are very quick (e.g. `snaive()`, `rwf()`, `stlm()`), the time series is short, few cores are used, or few CV folds run.
* Faster `cvts()` examples.
* More tests for `cvts()`.
Expand Down Expand Up @@ -74,7 +74,7 @@ the number of cores used by each model multiplied by `num.cores` passed to
* Fixed an error where e.args was passed to tbats instead of t.args

# Version 0.2.0 [2016-09-23]
* Add timeseries cross validation with `cvts()`
* Add time series cross validation with `cvts()`
* Add support for `weights = "cv.errors"` in `hybridModel()`
* Fix model weights when `weights = "insample.errors"` and one or more component models perfectly fit the time series
* Fixed erroneous warning message when `xreg` is included in `n.args` but a `nnetar` model is not included in the model list
Expand Down
4 changes: 2 additions & 2 deletions pkg/man/cvts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b91cc5c

Please sign in to comment.