Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions andes/io/psse-dyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ REECA1:
- PMAX
- PMIN
- Imax
- Tprod
- Tpord
- Vq1
- Iq1
- Vq2
Expand Down Expand Up @@ -1520,7 +1520,7 @@ REECA1:
PMAX: PMAX
PMIN: PMIN
Imax: Imax
Tprod: Tprod
Tpord: Tpord
Vq1: Vq1
Iq1: Iq1
Vq2: Vq2
Expand Down
1 change: 1 addition & 0 deletions docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ v1.9.4 (2025-xx-xx)
- Enhance ``Model.set()`` to support assigning values when the destination is a
list.
- Fix a bug in line model that causes incorrect admittance matrix.
- Correct a typo in the PSSE DYR parser, changing "Tprod" to "Tpord".

v1.9.3 (2025-01-05)
-------------------
Expand Down