Skip to content

v8.0.0

Choose a tag to compare

@bartzbeielstein bartzbeielstein released this 11 Jun 00:04
· 11 commits to main since this release

8.0.0 (2026-06-11)

⚠ BREAKING CHANGES

  • multitask: configs with warm_start_lags=True no longer warm-start
    the search with lags_consider; set warm_start_lags to the seed lag list
    itself (or None to disable).

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

Features

  • deps: require spotforecast2-safe >=22.0.0 (13893ad)
  • multitask: seed SpotOptim warm start from warm_start_lags list (8565b8f)