- Added support for single-frequency monthly and yearly data across estimation, forecasting, evaluation, weighting, and summary utilities.
- Fix pkgdown site build by adding package URL and completing
_pkgdown.ymlreference index.
- Added fan chart support in forecast plots, including density-based visuals built from stochastic draws.
- Added growth-rate whiskers to forecast plots when fan charts are enabled.
- Improved conditional forecasting behavior and messaging.
- Tightened forecast/estimation validation and fixed several forecasting edge cases.
- Expanded estimation utilities: support
tsinputs, per-series ts→ets overrides, and richertexregextracts/summaries. - Added/updated documentation and vignettes (error correction, extract methods, and forecast output guidance).
- Reduced/adjusted dependencies (e.g., removed
expm,tidyr,stringr; movedplotlyto Suggests; added standalone Wishart helpers). - Improved CI and tooling (GitHub Actions checks, codecov, release/tag workflows, and renv handling).
- Added
summary()output forkoma_forecastwith mean/median and quantile columns. - Added MCMC trace plots via
trace_plot()for coefficient diagnostics. - Added running-mean diagnostics via
running_mean()andrunning_mean_plot(). - Added autocorrelation diagnostics via
acf_plot().
- Initial github release.