update technology-data to 0.7.0 by default

This commit is contained in:
Fabian Neumann 2024-02-07 09:52:30 +01:00
parent dce3d81a13
commit 823765b353
2 changed files with 3 additions and 1 deletions

View File

@ -650,7 +650,7 @@ industry:
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#costs
costs:
year: 2030
version: v0.6.2
version: v0.7.0
rooftop_share: 0.14 # based on the potentials, assuming (0.1 kW/m2 and 10 m2/person)
social_discountrate: 0.02
fill_values:

View File

@ -10,6 +10,8 @@ Release Notes
Upcoming Release
================
* Upgrade techno-economic assumptions to ``technology-data`` v0.7.0.
* Bugfix: Correct technology keys for the electricity production plotting to work out the box.
* New configuration option ``everywhere_powerplants`` to build conventional powerplants everywhere, irrespective of existing powerplants locations, in the network (https://github.com/PyPSA/pypsa-eur/pull/850).