Skip to content

Releases: sequential-parameter-optimization/spotforecast2

v10.0.0

12 Jun 23:27

Choose a tag to compare

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

12 Jun 23:20

Choose a tag to compare

v10.0.0-rc.1 Pre-release
Pre-release

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

12 Jun 22:10

Choose a tag to compare

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

12 Jun 21:56

Choose a tag to compare

v9.0.0-rc.1 Pre-release
Pre-release

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

12 Jun 20:45

Choose a tag to compare

8.1.1 (2026-06-12)

Code Refactoring

  • model_selection: extract _position_flag, drop shadowing import (CodeQL) (5f5d096)

v8.1.1-rc.1

12 Jun 20:30

Choose a tag to compare

v8.1.1-rc.1 Pre-release
Pre-release

8.1.1-rc.1 (2026-06-12)

Code Refactoring

  • model_selection: extract _position_flag, drop shadowing import (CodeQL) (5f5d096)

v8.1.0

12 Jun 07:26

Choose a tag to compare

8.1.0 (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

  • plots: apply code-review fixes to diagnostics.py (5a7857c)
  • stats,model_selection: code-review fixes for PACF lag selection and boundary helpers (62af0dd)

v8.1.0-rc.1

12 Jun 01:33

Choose a tag to compare

v8.1.0-rc.1 Pre-release
Pre-release

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

  • plots: apply code-review fixes to diagnostics.py (5a7857c)
  • stats,model_selection: code-review fixes for PACF lag selection and boundary helpers (62af0dd)

v8.0.0

11 Jun 00:04

Choose a tag to compare

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)

v8.0.0-rc.2

11 Jun 00:04

Choose a tag to compare

v8.0.0-rc.2 Pre-release
Pre-release

8.0.0-rc.2 (2026-06-11)

Features

  • deps: require spotforecast2-safe >=22.0.0 (13893ad)