Skip to content

v8.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@bartzbeielstein bartzbeielstein released this 10 Jun 23:14
· 40 commits to develop since this release

8.0.0-rc.1 (2026-06-10)

⚠ 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

  • multitask: seed SpotOptim warm start from warm_start_lags list (8565b8f)