From 4c1474f58e13c92965574d9894fd1d1722541822 Mon Sep 17 00:00:00 2001 From: Steffen Meinecke Date: Tue, 16 Jul 2024 10:38:59 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 610afd629..29d01d8bc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -38,6 +38,7 @@ Change Log - [FIXED] error during unbalanced powerflow due to out of service external grids - [FIXED] PowerFactory converter: fix trafo3w tap dependent impedance - [ADDED] PowerFactory converter: support load types (constI, constZ) and the setting whether to consider voltage dependency of loads +- [CHANGED] vectorization of y_bus reordering in _calculate_equivalent_Ybus() within get_equivalent() - [FIXED] deprecation of matplotlib.cm.get_cmap(name) -> matplotlib.colormaps[name] - [FIXED] merge_nets failing if net2 has custom DataFrame that is not present in net1 - [FIXED] fixed some small bugs in the CGMES converter and improved its speed