Releases: sequential-parameter-optimization/spotforecast2
Releases · sequential-parameter-optimization/spotforecast2
v10.0.0
10.0.0 (2026-06-12)
⚠ BREAKING CHANGES
- tasks: the spotforecast2.tasks subpackage is removed.
Import the data loaders from spotforecast2_safe.data.entsoe_loader, the
LightGBM factory from spotforecast2_safe.multitask.factories, and the
CLI module as spotforecast2.entsoe_cli. The spotforecast2-entsoe console
script is unaffected.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Features
- tasks: remove the tasks subpackage; relocate ENTSO-E CLI to spotforecast2.entsoe_cli (0a9bc66)
v10.0.0-rc.1
10.0.0-rc.1 (2026-06-12)
⚠ BREAKING CHANGES
- tasks: the spotforecast2.tasks subpackage is removed.
Import the data loaders from spotforecast2_safe.data.entsoe_loader, the
LightGBM factory from spotforecast2_safe.multitask.factories, and the
CLI module as spotforecast2.entsoe_cli. The spotforecast2-entsoe console
script is unaffected.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Features
- tasks: remove the tasks subpackage; relocate ENTSO-E CLI to spotforecast2.entsoe_cli (0a9bc66)
v9.0.0
9.0.0 (2026-06-12)
⚠ BREAKING CHANGES
- tasks: the spotforecast-demo, spotforecast-n2o1,
spotforecast-n2o1-df, spotforecast-n2o1-cov, and spotforecast-n2o1-cov-df
console scripts and the spotforecast2.tasks.task_demo /
spotforecast2.tasks.task_n_to_1* modules are removed.
spotforecast2-entsoe and spotforecast2.tasks.task_entsoe are unaffected.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Features
- tasks: remove unused demo and n-to-1 task modules and console scripts (98dc393)
v9.0.0-rc.1
9.0.0-rc.1 (2026-06-12)
⚠ BREAKING CHANGES
- tasks: the spotforecast-demo, spotforecast-n2o1,
spotforecast-n2o1-df, spotforecast-n2o1-cov, and spotforecast-n2o1-cov-df
console scripts and the spotforecast2.tasks.task_demo /
spotforecast2.tasks.task_n_to_1* modules are removed.
spotforecast2-entsoe and spotforecast2.tasks.task_entsoe are unaffected.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Features
- tasks: remove unused demo and n-to-1 task modules and console scripts (98dc393)
v8.1.1
v8.1.1-rc.1
8.1.1-rc.1 (2026-06-12)
Code Refactoring
- model_selection: extract _position_flag, drop shadowing import (CodeQL) (5f5d096)
v8.1.0
v8.1.0-rc.1
8.1.0-rc.1 (2026-06-12)
Features
- plots: operational diagnostics plots (ACF, importance-by-family, SHAP summary, forecast-vs-reference) (0bbc0c6)
- stats: PACF lag selection + search-space boundary report (c8079b2)
Bug Fixes
v8.0.0
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