feat(tasks)!: promote develop to main — remove unused task modules (9.0.0)#221
Merged
Conversation
Pure formatting; restores repo-wide `black --check` cleanliness. No code change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…black-format-drift style: black-format 5 files with pre-existing drift
Pre-existing import-sort drift flagged by isort 8; no functional change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…scripts A usage scan across all downstream consumers (spotforecast2_abschluss, bart26k-lecture) found no references to the demo and N-to-1 task modules. tasks/task_entsoe.py stays: bart26k-lecture imports entsoe_data_loader / entsoe_test_data_loader, including in the protected 14_team_4_submission.qmd guarded by tests/test_consumer_contract_team4.py. Removed modules: tasks/task_demo.py, tasks/task_n_to_1.py, tasks/task_n_to_1_dataframe.py, tasks/task_n_to_1_with_covariates.py, tasks/task_n_to_1_with_covariates_and_dataframe.py, their tests (test_tasks_smoke.py, test_task_demo_integration.py), the tasks overview docs page, and their quartodoc/sidebar entries. BREAKING CHANGE: 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>
…or/remove-unused-tasks feat(tasks)!: remove unused demo and n-to-1 task modules and console scripts
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
## [9.0.0-rc.1](v8.1.1...v9.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](98dc393))
Collaborator
Author
|
🎉 This PR is included in version 9.0.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Collaborator
Author
|
🎉 This PR is included in version 9.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Release-train promotion of develop into main.
Contains PR #220: removal of the 5 unused demo/N-to-1 task modules and their console scripts (
spotforecast-demo,spotforecast-n2o1,-df,-cov,-cov-df).task_entsoeandspotforecast2-entsoeare kept (bart26k-lecture / team4 consumer contract).BREAKING CHANGE: semantic-release will cut 9.0.0. Consumers unaffected (lecture pins
<9; abschluss uses no tasks symbols).🤖 Generated with Claude Code