Added Changed Fixed - Noticed an error when forecasting with Silverkite on differenced data and fixed it.
0.7.5
Added Changed Fixed - `MVForecaster.plot()` wasn't working after a recent update, fixed now
0.7.4
Added Changed Fixed - `MVForecaster.export()` wasn't working after last update, fixed now
0.7.3
Added Changed - changed "BestModel" key in MVForecaster.export() method to "best_model" to be consistent with Forecaster notation Fixed - was calling the wrong function when the series weren't the same length in the `MVForecaster.__init__()` method - fixed `MVForecaster.set_optimize_on()` so that it accepts "mean" as an argument without error
0.7.2
Added Changed Fixed - MVForecaster wasn't combining xvars with AR terms correctly - MVForecaster wasn't plotting some series correctly - MVForecaster wasn't making copies of arrays in dictionaries when copying xvars
0.7.1
Added - added the MVForecaster object for multivariate vector forecasting - added mv_grids to GridGenerator, which is written out to working directory as MVGrids (due to the added "lags" arg) - added `multiseries.keep_smallest_first_date()` function to make the series of multiple Forecaster objects the same lengths Changed Fixed