release: spotforecast2 8.0.0 (warm_start_lags seed list)#213
Merged
Conversation
## [7.1.0-rc.1](v7.0.0...v7.1.0-rc.1) (2026-06-10) ### Features * **deps:** require spotforecast2-safe >=21.2.0 ([1f52d04](1f52d04)) * **multitask:** forward max_time_spotoptim to SpotOptim ([6bff756](6bff756))
SpotOptimStrategy reads the seed lag set directly from config.warm_start_lags (sf2-safe >= 22.0.0, list-valued; default DEFAULT_WARM_START_LAGS) instead of combining the old boolean flag with lags_consider. None or an empty list disables the warm start; lags_consider keeps only its passive roles. BREAKING CHANGE: 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>
…arm-start-lags-seed feat(multitask)!: seed SpotOptim warm start from warm_start_lags list
## [8.0.0-rc.1](v7.1.0...v8.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](8565b8f))
22.0.0 carries the list-valued warm_start_lags seed field consumed by SpotOptimStrategy. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…f2-safe-22-pin feat(deps): require spotforecast2-safe >=22.0.0
Collaborator
Author
|
🎉 This PR is included in version 8.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promote develop to main:
SpotOptimStrategyseeds the SpotOptim warm start from the list-valuedconfig.warm_start_lags(sf2-safe 22.0.0; defaultDEFAULT_WARM_START_LAGS,Nonedisables), decoupled fromlags_consider(PR #211); sf2-safe pin>=22.0.0,<23(PR #212). semantic-release will publish 8.0.0.🤖 Generated with Claude Code