CHANGELOG.md
April 8, 2026 ยท View on GitHub
0.7.0 (2026-04-07)
- Dropped support for Daru
- Dropped support for Ruby < 3.3
0.6.0 (2025-04-03)
- Updated holidays
- Dropped support for Ruby < 3.2
0.5.3 (2024-12-29)
- Fixed warning with Ruby 3.4
0.5.2 (2024-10-26)
- Fixed warning with
plotmethod
0.5.1 (2024-05-06)
- Added
scalingoption - Fixed issue with yearly seasonality being enabled without enough data
- Fixed issue with internal columns in
predictoutput (col,col_lower, andcol_upper)
0.5.0 (2023-09-05)
- Added support for Polars
- Updated holidays
- Changed warning to error for unsupported country holidays
- Disabled logging by default
- Fixed error with
add_regressorand holidays - Dropped support for Ruby < 3
0.4.2 (2022-07-12)
- Fixed warning with
add_country_holidaysmethod
0.4.1 (2022-07-10)
- Added support for cross validation and performance metrics
- Added support for updating fitted models
- Added support for saturating minimum forecasts
0.4.0 (2022-07-07)
- Added support for saving and loading models
- Updated holidays
0.3.2 (2022-05-15)
- Added advanced API options to
forecastandanomaliesmethods
0.3.1 (2022-04-28)
- Improved error message for missing columns
0.3.0 (2022-04-24)
- Switched to precompiled models
- Dropped support for Ruby < 2.7
0.2.5 (2021-07-28)
- Added
anomaliesmethod
0.2.4 (2021-04-02)
- Added support for flat growth
0.2.3 (2020-10-14)
- Added support for times to
forecastmethod
0.2.2 (2020-07-26)
- Fixed error with constant series
- Fixed error with no changepoints
0.2.1 (2020-07-15)
- Added
forecastmethod
0.2.0 (2020-05-13)
- Switched from Daru to Rover
0.1.1 (2020-04-10)
- Added
add_changepoints_to_plot - Fixed error with
changepointsoption - Fixed error with
mcmc_samplesoption - Fixed error with additional regressors
0.1.0 (2020-04-09)
- First release