Skip to content

v22.0.0

Latest

Choose a tag to compare

@bartzbeielstein bartzbeielstein released this 10 Jun 23:51

22.0.0 (2026-06-10)

⚠ BREAKING CHANGES

  • configurator: warm_start_lags=True/False is no longer meaningful;
    pass the seed lag list itself (or None to disable). The default
    changed from off (False) to DEFAULT_WARM_START_LAGS, so SpotOptim
    searches warm-start by default. Consumed by
    spotforecast2.multitask.strategies.SpotOptimStrategy >= 8.0.0.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

Features

  • configurator: warm_start_lags is now the seed lag list (ce5c579)