Skip to content

Commit 03a4149

Browse files
authored
Merge branch 'PyPSA:master' into master
2 parents 11ee214 + dcc3891 commit 03a4149

16 files changed

Lines changed: 458 additions & 407 deletions

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ merger-todos.md
8585
*.html
8686
# private dev folder
8787
dev/*
88+
89+
# ai coding tools
90+
CLAUDE.md
91+
.claude/
92+
.github/copilot-instructions.md

doc/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Release Notes
1111
.. Upcoming Release
1212
.. ================
1313
14+
* Fix: Invalid aquifer shape geometries are now fixed in `build_ates_potentials.py` (fixing https://github.com/PyPSA/pypsa-eur/issues/1696)
15+
1416
* Fix: Sanitize columns in `add_brownfield` as it's done for `add_exisiting_baseyear` (https://github.com/PyPSA/pypsa-eur/pull/1676).
1517

1618
* (Breaking) Consolidate gap-filling strategies options under a new configuration section `load:fill_gaps` and add a switch (https://github.com/PyPSA/pypsa-eur/pull/1677). The options `load:interpolate_limit` and `load:time_shift_for_large_gaps` are now located under `load:fill_gaps` as `load:fill_gaps:interpolate_limit` and `load:fill_gaps:time_shift_for_large_gaps`.

0 commit comments

Comments
 (0)