From f2bdf0f5930570113e1f6ec1accbacc05529b52d Mon Sep 17 00:00:00 2001 From: bobbyxng Date: Tue, 22 Oct 2024 14:16:20 +0200 Subject: [PATCH] Added release_notes. --- doc/release_notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 7bc693504..3d16e381f 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -78,6 +78,8 @@ Upcoming Release * Bugfix: demand for ammonia was double-counted at current/near-term planning horizons when ``sector['ammonia']`` was set to ``True``. +* Bugfix: Bug when multiple DC links are connected to the same DC bus and the DC bus is connected to an AC bus via converter. In this case, the DC links were wrongly simplified, completely dropping the shared DC bus. Bug fixed by adding preceding converter removal. Other functionalities are not impacted. + PyPSA-Eur 0.13.0 (13th September 2024) ======================================