From 089fc5b747af7f6c2f88c366e297dbf3bec8f25c Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 22 Sep 2021 16:46:23 +0200 Subject: [PATCH] final tweaks of release notes --- doc/release_notes.rst | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 49ff620f..ec57778b 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -14,13 +14,14 @@ Upcoming Release * add new features and bugfixes here -PyPSA-Eur 0.4.0 (15th September 2021) +PyPSA-Eur 0.4.0 (22th September 2021) ===================================== **New Features and Changes** * With this release, we change the license from copyleft GPLv3 to the more - liberal MIT license with the consent of all contributors. + liberal MIT license with the consent of all contributors + [`#276 `_]. * Switch to the new major ``atlite`` release v0.2. The version upgrade comes along with significant speed up for the rule ``build_renewable_profiles.py`` @@ -83,48 +84,48 @@ PyPSA-Eur 0.4.0 (15th September 2021) * Update :mod:`plot_network` and :mod:`make_summary` rules to latest PyPSA versions [`#270 `_]. -* Bugfix: Keep converter links to store components when using the ``ATK`` +* Keep converter links to store components when using the ``ATK`` wildcard and only remove DC links [`#214 `_]. -* Bugfix: Value for ``co2base`` in ``config.yaml`` adjusted to 1.487e9 t CO2-eq +* Value for ``co2base`` in ``config.yaml`` adjusted to 1.487e9 t CO2-eq (from 3.1e9 t CO2-eq). The new value represents emissions related to the electricity sector for EU+UK+Balkan. The old value was too high and used when the emissions wildcard in ``{opts}`` was used [`#233 `_]. -* Bugfix: Add escape in :mod:`base_network` if all TYNDP links are already +* Add escape in :mod:`base_network` if all TYNDP links are already contained in the network [`#246 `_]. -* Bugfix: In :mod:`solve_operations_network` the optimised capacities are now +* In :mod:`solve_operations_network` the optimised capacities are now fixed for all extendable links, not only HVDC links [`#244 `_]. -* Bugfix: The ``focus_weights`` are now also considered when pre-clustering in +* The ``focus_weights`` are now also considered when pre-clustering in the :mod:`simplify_network` rule [`#241 `_]. -* Bugfix: in :mod:`build_renewable_profile` where offshore wind profiles could +* in :mod:`build_renewable_profile` where offshore wind profiles could no longer be created [`#249 `_]. -* Bugfix: Lower expansion limit of extendable carriers is now set to the +* Lower expansion limit of extendable carriers is now set to the existing capacity, i.e. ``p_nom_min = p_nom`` (0 before). Simultaneously, the upper limit (``p_nom_max``) is now the maximum of the installed capacity (``p_nom``) and the previous estimate based on land availability (``p_nom_max``) [`#260 `_]. -* Bugfix: Solving an operations network now includes optimized store capacities +* Solving an operations network now includes optimized store capacities as well. Before only lines, links, generators and storage units were considered [`#269 `_]. -* Bugfix: With ``load_shedding: true`` in the solving options of ``config.yaml`` +* With ``load_shedding: true`` in the solving options of ``config.yaml`` load shedding generators are only added at the AC buses, excluding buses for H2 and battery stores [`#269 `_]. -* Bugfix: Delete duplicated capital costs at battery discharge link +* Delete duplicated capital costs at battery discharge link [`#240 `_]. -* Bugfix: Propagate the solver log file name to the solver. Previously, the +* Propagate the solver log file name to the solver. Previously, the PyPSA network solving functions were not told about the solver logfile specified in the Snakemake file [`#247 `_]