From 66d078e4074986800c61e1df66d33b804a04782c Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Tue, 20 Feb 2024 14:24:23 +0100 Subject: [PATCH] reorder release notes --- Snakefile | 1 - doc/release_notes.rst | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Snakefile b/Snakefile index b3d2735c6..78a283734 100644 --- a/Snakefile +++ b/Snakefile @@ -26,7 +26,6 @@ for template, target in default_files.items(): copyfile(template, target) - configfile: "config/config.default.yaml" configfile: "config/config.yaml" diff --git a/doc/release_notes.rst b/doc/release_notes.rst index fee8186b6..e60f4f951 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -13,11 +13,6 @@ Upcoming Release * Linearly interpolate missing investment periods in year-dependent configuration options. -PyPSA-Eur 0.10.0 (19th February 2024) -===================================== - -**New Features** - * Added new scenario management that supports the simultaneous execution of multiple scenarios with a single ``snakemake`` call. For this purpose, a ``scenarios.yaml`` file is introduced which contains customizable scenario @@ -84,6 +79,11 @@ PyPSA-Eur 0.10.0 (19th February 2024) * The outputs of the rule ``retrieve_gas_infrastructure_data`` no longer marked as ``protected()`` as the download size is small. +PyPSA-Eur 0.10.0 (19th February 2024) +===================================== + +**New Features** + * Improved representation of industry transition pathways. A new script was added to interpolate industry sector ratios from today's status quo to future systems (i.e. specific emissions and demands for energy and feedstocks). For