Merged
Conversation
Co-authored-by: lkstrp <62255395+lkstrp@users.noreply.github.com>
Co-authored-by: Blake Eldridge <blake.eldridge@fnc.co.uk>
* refactor: use standing_losses from cost file instead of tes_tau * fix: delete widow code * refactor: add release_notes * refactor: mention new costs file version in release notes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: remove tes_tau from sector.csv config --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…updates (#1798) Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix FileNotFoundError for rule retrieve_eez * Fix FileNotFoundError for rule retrieve_nuts_2021_shapes * Update zip -> zip_file; change to shcopy2 * Fix FileNotFoundError for rule retrieve_nuts_2013_shapes * Fix FileNotFoundError in rule retrieve_worldbank_urban_population * Fixed FileNotFoundError in rule retrieve_co2stop * Fix FileNotFoundError for rule download_wdpa * Fix FileNotFoundError for rule download_wdpa_marine * Change zip to zip_file in rule retrieve_aquifer_data_bgr * Remove unnecessary imports * Add release note * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add link to pull request * Fix FileNotFoundError for rule retrieve_eurostat_data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove shadow directory from rule retrieve_eurostat_data * Add tempory file handling for rule retrieve_eurostat_data * Fix FileNotFoundError for rule retrieve_eurostat_household_data Also add management for temporary tarball file * Update release notes * Replace shadow directories with manual file deletion. * Update release notes. * Removed chmod for windows compatability. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix FileNotFoundError for rule retrieve_eez * Fix FileNotFoundError for rule retrieve_nuts_2021_shapes * Update zip -> zip_file; change to shcopy2 * Fix FileNotFoundError for rule retrieve_nuts_2013_shapes * Fix FileNotFoundError in rule retrieve_worldbank_urban_population * Fixed FileNotFoundError in rule retrieve_co2stop * Fix FileNotFoundError for rule download_wdpa * Fix FileNotFoundError for rule download_wdpa_marine * Change zip to zip_file in rule retrieve_aquifer_data_bgr * Remove unnecessary imports * Add release note * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add link to pull request * Fix FileNotFoundError for rule retrieve_eurostat_data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove shadow directory from rule retrieve_eurostat_data * Add tempory file handling for rule retrieve_eurostat_data * Fix FileNotFoundError for rule retrieve_eurostat_household_data Also add management for temporary tarball file * Update release notes * Replace shadow directories with manual file deletion. * Update release notes. * Removed chmod for windows compatability. * Fix AttributeError in prepare_sector_network.py * Update release notes * Update release notes to include link to pull request. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
* Fix FileNotFoundError for rule retrieve_eez * Fix FileNotFoundError for rule retrieve_nuts_2021_shapes * Update zip -> zip_file; change to shcopy2 * Fix FileNotFoundError for rule retrieve_nuts_2013_shapes * Fix FileNotFoundError in rule retrieve_worldbank_urban_population * Fixed FileNotFoundError in rule retrieve_co2stop * Fix FileNotFoundError for rule download_wdpa * Fix FileNotFoundError for rule download_wdpa_marine * Change zip to zip_file in rule retrieve_aquifer_data_bgr * Remove unnecessary imports * Add release note * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add link to pull request * Fix FileNotFoundError for rule retrieve_eurostat_data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove shadow directory from rule retrieve_eurostat_data * Add tempory file handling for rule retrieve_eurostat_data * Fix FileNotFoundError for rule retrieve_eurostat_household_data Also add management for temporary tarball file * Update release notes * Replace shadow directories with manual file deletion. * Update release notes. * Removed chmod for windows compatability. * Fix AttributeError in prepare_sector_network.py * Update release notes * Update release notes to include link to pull request. * Fix ValueError in function add_storage_and_grids of prepare_sector_network.py * Add release notes * Update release notes to include link to pull request. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
Co-authored-by: lkstrp <62255395+lkstrp@users.noreply.github.com> Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
…740) * Bug fix for MultiLineStrings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reverted to absolute paths * Reverted to absolute paths * First running workflow for voltage levels 110kV <= v_nom < 220 kV * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added 60 kV voltage level * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated example config. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated configtables to include experimental distribution grid. * Updated mock_snakemake defaults and added release_note. * reduce diff * move distribution-grid line types to config.default.yaml * remove unnecessary quotation marks * filter voltage level earlier and use spatial index for speed-up * merge lines: resolve performance bottleneck * improve performance for aggregate_to_substations * remove wrong assumption unit test on present voltage levels * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
The `adjustments` config section has gotten an updated schema a while
ago, and the `{opts}` and `{sector_opts}` wildcards (in particular,
the `carrier+{c|p|m}` options) were never updated to respect this new
schema.
* 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>
Co-authored-by: lkstrp <62255395+lkstrp@users.noreply.github.com> Co-authored-by: Lukas Trippe <lkstrp@pm.me>
Co-authored-by: lkstrp <62255395+lkstrp@users.noreply.github.com>
* remove pinned environment reference from pre-commit-config * release notes
…1851) Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <lkstrp@pm.me>
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/snakemake/snakefmt: v0.11.0 → v0.11.2](snakemake/snakefmt@v0.11.0...v0.11.2) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.0.0](fsfe/reuse-tool@v5.0.2...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <lkstrp@pm.me>
* Update minimum pypsa version to 0.35.2 * doc: Update release notes * Update envs/environment.yaml * Update doc/release_notes.rst --------- Co-authored-by: Lukas Trippe <lkstrp@pm.me>
Co-authored-by: lkstrp <62255395+lkstrp@users.noreply.github.com>
Co-authored-by: cpschau <caspar.schauss@ieg.fraunhofer.de> Co-authored-by: Michael Lindner <michaellindner@pik-potsdam.de>
This was referenced Oct 17, 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.
Before asking for a review for this PR make sure to complete the following checklist:
ariadne_allcompletes without errorsexport_ariadne_variableshas been adapted to the changesChangelog.mdmainhas been merged into the PRYYYYMMDDdescriptive_title