Skip to content

Commit

Permalink
final tweaks of release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Sep 22, 2021
1 parent 2f2ac89 commit 089fc5b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/PyPSA/pypsa-eur/pull/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``
Expand Down Expand Up @@ -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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/269>`_].

* Bugfix: Delete duplicated capital costs at battery discharge link
* Delete duplicated capital costs at battery discharge link
[`#240 <https://github.com/PyPSA/pypsa-eur/pull/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 <https://github.com/PyPSA/pypsa-eur/pull/247>`_]

Expand Down

0 comments on commit 089fc5b

Please sign in to comment.