- Fixed warning with
plot
method
- Added
scaling
option - Fixed issue with yearly seasonality being enabled without enough data
- Fixed issue with internal columns in
predict
output (col
,col_lower
, andcol_upper
)
- Added support for Polars
- Updated holidays
- Changed warning to error for unsupported country holidays
- Disabled logging by default
- Fixed error with
add_regressor
and holidays - Dropped support for Ruby < 3
- Fixed warning with
add_country_holidays
method
- Added support for cross validation and performance metrics
- Added support for updating fitted models
- Added support for saturating minimum forecasts
- Added support for saving and loading models
- Updated holidays
- Added advanced API options to
forecast
andanomalies
methods
- Improved error message for missing columns
- Switched to precompiled models
- Dropped support for Ruby < 2.7
- Added
anomalies
method
- Added support for flat growth
- Added support for times to
forecast
method
- Fixed error with constant series
- Fixed error with no changepoints
- Added
forecast
method
- Switched from Daru to Rover
- Added
add_changepoints_to_plot
- Fixed error with
changepoints
option - Fixed error with
mcmc_samples
option - Fixed error with additional regressors
- First release