From b1c5f2cf941fbf62494d67c8a9eed4d8d2c480fe Mon Sep 17 00:00:00 2001 From: Hantao Cui Date: Mon, 25 Mar 2024 17:23:29 +0000 Subject: [PATCH] Update. --- docs/source/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 8cd56372f..f84d942c0 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -13,6 +13,7 @@ v1.9.2 (2024-03-XX) ------------------- - Improve PSS/E parser for the `wmod` field in the static generator section. +- Consider line status when parsing PSS/E file. - Added functions in `Line` for building network admittance matrix, `Bdc` matrix for DC power flow, and `Bp` and `Bpp` matrices for fast decoupled power flow. See ``build_y``, ``build_b`` and ``build_Bdc``.