Skip to content

Commit

Permalink
Made auto.arima more robust to prevent TSPred breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed May 11, 2015
1 parent afa737f commit f1a7045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 6.1 (11 May 2015)
* Made auto.arima more robust

Version 6.0 (9 May 2015)
* Modified dm.test to give error when variance is zero
* Corrected help file for splinef().
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: forecast
Version: 6.0
Date: 2015-05-09
Version: 6.1
Date: 2015-05-11
Title: Forecasting Functions for Time Series and Linear Models
Description: Methods and tools for displaying and analysing
univariate time series forecasts including exponential smoothing
Expand Down

0 comments on commit f1a7045

Please sign in to comment.