Merge pull request #954 from PyPSA/bump-technology-data-version-to-0.8.1

change technology data version to 0.8.1
This commit is contained in:
lisazeyen 2024-02-28 16:41:51 +01:00 committed by GitHub
commit 986c7be48e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -9,6 +9,7 @@ Release Notes
Upcoming Release Upcoming Release
================ ================
* Upgrade default techno-economic assumptions to ``technology-data`` v0.8.1.
* Linearly interpolate missing investment periods in year-dependent * Linearly interpolate missing investment periods in year-dependent
configuration options. configuration options.