feat(data): promote develop to main — ENTSO-E loaders (22.3.0)#372
Merged
Conversation
Flagged by black 25 / isort 8; no functional change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…2.tasks) entsoe_data_loader and entsoe_test_data_loader move verbatim from spotforecast2.tasks.task_entsoe ahead of that subpackage's removal; they depend only on pandas and get_data_home, so the safe package is their natural home. Exported from spotforecast2_safe.data alongside load_actual_combined; documented under the Data quartodoc section; loader behavior covered by tests/test_entsoe_loader.py. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ntsoe-loaders feat(data): add ENTSO-E interim-CSV loaders (ported from spotforecast2.tasks)
| import pandas as pd | ||
| import pytest | ||
|
|
||
| import spotforecast2_safe.data.entsoe_loader as entsoe_loader |
| import pandas as pd | ||
| import pytest | ||
|
|
||
| import spotforecast2_safe.data.entsoe_loader as entsoe_loader |
## [22.3.0-rc.1](v22.2.0...v22.3.0-rc.1) (2026-06-12) ### Features * **data:** add ENTSO-E interim-CSV loaders (ported from spotforecast2.tasks) ([39cfa84](39cfa84))
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 #371: new
spotforecast2_safe.data.entsoe_loadermodule (entsoe_data_loader,entsoe_test_data_loader, ported fromspotforecast2.tasks.task_entsoe). Additive — semantic-release will cut 22.3.0.Step 1 of the cross-repo
spotforecast2.tasksremoval: bart26k-lecture re-points its imports here, then sf2 10.0.0 deletes the subpackage.🤖 Generated with Claude Code