fix: adjust for pypsa v1 add return change#1827
Merged
lkstrp merged 1 commit intoPyPSA:masterfrom Sep 5, 2025
Merged
Conversation
measrainsey
added a commit
to open-energy-transition/pypsa-wal
that referenced
this pull request
Oct 16, 2025
* Fix retrieve_eurostat_data for Windows (PyPSA#1825) * Fix retrieve_eurostat_data for Windows Bugfix: - close the temporary file in retrieve_eurostat_data and retrieve_eurostat_household_data before accessing it again to unzip it * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update the release_notes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix: adjust for pypsa v1 add return change (PyPSA#1827) * Update locked environment files for all platforms (PyPSA#1820) Co-authored-by: lkstrp <[email protected]> Co-authored-by: Lukas Trippe <[email protected]> * Oetc support (#50) * Add oetc configuration support Co-authored-by: Fabian Hofmann <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Hofmann <[email protected]> * Update locked environment files for all platforms (PyPSA#1832) Co-authored-by: lkstrp <[email protected]> * remove pinned environment reference from pre-commit-config (PyPSA#1837) * remove pinned environment reference from pre-commit-config * release notes * refactor: use single-line comment for rst (PyPSA#1839) * Check for leaked secrets using pre-commit (#59) * Update the other pre-commit tasks * Revert pre-commit versions * doc: clean headers (#51) * doc: clean headers * doc: improve PR template * Apply suggestions from code review Co-authored-by: Johannes HAMPP <[email protected]> * refactor: adjust header for new page * fix: adjust header for OETC --------- Co-authored-by: Johannes HAMPP <[email protected]> * Fix JRC ARDECO API change. (PyPSA#1850) --------- Co-authored-by: Eric Nitschke <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lkstrp <[email protected]> Co-authored-by: Thomas Gilon <[email protected]> Co-authored-by: Kristijan Faust <[email protected]> Co-authored-by: Fabian Hofmann <[email protected]> Co-authored-by: Fabrizio Finozzi <[email protected]> Co-authored-by: Will Usher <[email protected]> Co-authored-by: Johannes HAMPP <[email protected]> Co-authored-by: Bobby Xiong <[email protected]>
measrainsey
added a commit
to open-energy-transition/pypsa-wal
that referenced
this pull request
Oct 20, 2025
* Fix retrieve_eurostat_data for Windows (PyPSA#1825) * Fix retrieve_eurostat_data for Windows Bugfix: - close the temporary file in retrieve_eurostat_data and retrieve_eurostat_household_data before accessing it again to unzip it * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update the release_notes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix: adjust for pypsa v1 add return change (PyPSA#1827) * Update locked environment files for all platforms (PyPSA#1820) Co-authored-by: lkstrp <[email protected]> Co-authored-by: Lukas Trippe <[email protected]> * Oetc support (#50) * Add oetc configuration support Co-authored-by: Fabian Hofmann <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Hofmann <[email protected]> * Update locked environment files for all platforms (PyPSA#1832) Co-authored-by: lkstrp <[email protected]> * remove pinned environment reference from pre-commit-config (PyPSA#1837) * remove pinned environment reference from pre-commit-config * release notes * refactor: use single-line comment for rst (PyPSA#1839) * Check for leaked secrets using pre-commit (#59) * Update the other pre-commit tasks * Revert pre-commit versions * doc: clean headers (#51) * doc: clean headers * doc: improve PR template * Apply suggestions from code review Co-authored-by: Johannes HAMPP <[email protected]> * refactor: adjust header for new page * fix: adjust header for OETC --------- Co-authored-by: Johannes HAMPP <[email protected]> * Fix JRC ARDECO API change. (PyPSA#1850) --------- Co-authored-by: Eric Nitschke <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lkstrp <[email protected]> Co-authored-by: Thomas Gilon <[email protected]> Co-authored-by: Kristijan Faust <[email protected]> Co-authored-by: Fabian Hofmann <[email protected]> Co-authored-by: Fabrizio Finozzi <[email protected]> Co-authored-by: Will Usher <[email protected]> Co-authored-by: Johannes HAMPP <[email protected]> Co-authored-by: Bobby Xiong <[email protected]>
2 tasks
toniseibold
pushed a commit
that referenced
this pull request
Dec 1, 2025
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.
See PyPSA/PyPSA#1347