CHANGELOG.md

March 29, 2026 ยท View on GitHub

0.3.0 (2026-03-28)

  • Replaced fit function with Stl and Mstl constructors
  • Changed functions to data members for StlParams and MstlParams
  • Changed seasonal, trend, remainder, and weights to functions
  • Dropped support for C++17

0.2.0 (2025-02-23)

  • Added support for MSTL
  • Added support for std::span
  • Changed StlResult to template
  • Changed seasonal_strength and trend_strength methods to return double instead of float

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_loops and outer_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_strength and trend_strength functions
  • Switched from assertions to exceptions

0.1.0 (2021-10-15)

  • First release