CHANGELOG.md
March 29, 2026 ยท View on GitHub
0.3.0 (2026-03-28)
- Replaced
fitfunction withStlandMstlconstructors - Changed functions to data members for
StlParamsandMstlParams - Changed
seasonal,trend,remainder, andweightsto functions - Dropped support for C++17
0.2.0 (2025-02-23)
- Added support for MSTL
- Added support for
std::span - Changed
StlResultto template - Changed
seasonal_strengthandtrend_strengthmethods to returndoubleinstead offloat
0.1.6 (2025-02-01)
- Fixed visibility of private functions
0.1.5 (2025-01-15)
- Added support for CMake
0.1.4 (2024-01-26)
- Fixed bug with
inner_loopsandouter_loops
0.1.3 (2023-06-20)
- Fixed bug when jump > 1
0.1.2 (2022-10-08)
- Fixed warnings
0.1.1 (2021-10-25)
- Added
seasonal_strengthandtrend_strengthfunctions - Switched from assertions to exceptions
0.1.0 (2021-10-15)
- First release