Releases: Nixtla/statsforecast
Releases · Nixtla/statsforecast
v2.0.0
Breaking Change
- breaking: remove deprecated behavior @jmoralez (#946)
- breaking: allowmean and allowdrift True by default in AutoARIMA @V-nguard (#918)
Bug Fixes
- C++ ARIMA fixes and refactoring @filipcacky (#939)
- fix: seasonal naive confidence interval bug @andrewscottm (#932)
- fix: auto arima xreg rank deficient test @andrewscottm (#931)
Documentation
- Update broken yahoo query @paullabonne (#925)
v1.7.8
v1.7.7.1
v1.7.7
v1.7.6
Bug Fixes
- fix matrix product for arima var_coef @jmoralez (#848)
- fix arima trained models results index @jmoralez (#858)
- support multiple seasonalities in mstl_decomposition @jmoralez (#861)
- propagate model alias to fallback model in fit @jmoralez (#846)
Documentation
- mfles model reference and experiment @jmoralez (#853)
- Fix SyntaxWarning: invalid escape sequence @ravibrock (#842)
Dependencies
- config: CI, add python 3.12 @westonplatter (#793)
Enhancement
v1.7.5
New Features
- Add MFLES Method @tblume1992 (#810)
- add SklearnModel @jmoralez (#812)
Bug Fixes
- Fix allowdrift and allowmean in non-stepwise AutoARIMA @manuel-calzolari (#828)
- return Naive model for constant series in AutoCES @jmoralez (#821)
- disable decomposition in theta when data has less than two seasonal periods @jmoralez (#820)
- return max float instead of Inf in arima_css_op @jmoralez (#819)
Enhancement
v1.7.4
Bug Fixes
- tbats fixes @jmoralez (#788)
- fix: parallel custom cols @AzulGarza (#790)
Documentation
- specify conformal intervals restrictions with respect to series lengths in tutorial @tonysinghmss (#795)
Enhancement
v1.7.3
v1.7.2
New Features
- AutoTBATS, experiment, and minor issues @MMenchero (#759)
Bug Fixes
- MSTL fixes @jmoralez (#766)
- Fix X computation for prediction intervals @jcatankard (#755)
- fix search_arima @jmoralez (#752)