-
Notifications
You must be signed in to change notification settings - Fork 18
Merge october 13 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lindnemi
wants to merge
34
commits into
main
Choose a base branch
from
merge-october-13
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge october 13 #128
Conversation
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
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>
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_all
completes without errorsexport_ariadne_variables
has been adapted to the changesChangelog.md
main
has been merged into the PRYYYYMMDDdescriptive_title