Changes in version 1.0.3 (2025-12-01) - Fixing issue #4 Changes in version 1.0.2 (2024-12-01) - Fixed some tests that were very slightly sensitive to OS and were causing errors in R CMD CHECK on CRAN. Changes in version 1.0.1 (2024-03-28) - Update citation with now published paper Changes in version 1.0.0 (2024-03-07) - Improved handling of out-of-sample error estimation - Using rsq_trad_vec instead of rsq_vec - Improved print method for fastTS objects - Improved documentation - Improved unit tests, ensuring method fits at least decently well on a few time series example data sets - Adding fastTS parametric penalty scaling functionality via weight_type, m, and r, and penalty_scaler function. - Fixed bug(s) in prediction method for fastTS objects, no paper conclusions were harmed in the process. - Added forecast option to predict.fastTS with option forecast_ahead Changes in version 0.1.2 (2024-02-07) - Renaming package to fastTS, and functions - Add unit tests for srlTS (fastTS) function Changes in version 0.1.1 - remove warning when ptrain = 1 - Improve predict functionality, documentation for forecasting - UIHC Emergency Department arrivals data and vignette. - unit tests, improved coverage - Getting started vignette - Simple case studies vignette - Adding minor examples to roxygen, improving documentation Changes in version 0.1.0 - add basic building blocks, readme - Added a NEWS.md file to track changes to the package.