Changes in version 1.0.5 (2026-05-05) - Replaced changepointGA::ARIMA.BIC with changepointGA::arima_bic() Changes in version 1.0.4 (2026-02-05) - Improved support for segmented algorithms stelpmented() and selgmented() - Added alpha transparency to time series lines in plot() Changes in version 1.0.3 (2026-01-12) - Added support for models from the strucchange package. - Added group aesthetic to plots (@rpruim) - The dots (...) are passed more consistently - Moved patchwork to Suggests - Moved stats reexports to imports - Moved vctrs reexports to imports - Moved broom reexports to generics Changes in version 1.0.2 (2025-10-16) - Updated use of changepointGA::GA() to changepointGA::cptga() Changes in version 1.0.1 (2025-07-09) - Added preliminary support for ARIMA models. - Added support for models from the changepointGA package. - Added support for models from the segmented package. - fitness.wbs() returns the MBIC penalty value. - Added summary() methods for tidycpt, seg_cpt, and mod_cpt objects. - Improved output from print() methods. Changes in version 1.0.0 (2025-01-31) - mlb_diffs is now a tsibble with various statistics. - Added ls_*() functions to list algorithms, models, and penalty functions usable in the package. - Added support for SIC (=BIC) and HQC penalty functions. - Updated CET to include 2021-2024. - Added regions() generic function - Padding is always 1 and $n+1$, and intervals are always closed on the left and open on the right. - cut_inclusive() is now cut_by_tau(). - Added italy_grads data set. Changes in version 0.0.1 (2024-08-19) - Initial CRAN submission.