Skip to content

Commit

Permalink
Add note for #223 to CHANGES, User Manual change log.
Browse files Browse the repository at this point in the history
Thanks Ali Jahanbani.
  • Loading branch information
rdzman committed Feb 12, 2024
1 parent f31e149 commit 27d950b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ For change history for [MOST][3], see [most/CHANGES.md](most/CHANGES.md).
since 8.0b1
-----------

#### 2/12/24
- Fix [bug #223][37], fatal error in `save2psse()` for cases with
dispatchable loads.
*Thanks to Ali Jahanbani.*

#### 1/23/24
- Add flexible framework AC OPF tests `t_run_opf_default` with update
to high-degree polynomial cost tests that expose two bugs:
Expand Down Expand Up @@ -3401,3 +3406,4 @@ First Public Release – *Jun 25, 1997*
[34]: https://matpower.org/documentation/dev-manual/
[35]: https://github.com/MATPOWER/mx-simulink_matpower
[36]: https://github.com/MATPOWER/matpower/issues/210
[37]: https://github.com/MATPOWER/matpower/issues/223
1 change: 1 addition & 0 deletions docs/src/MATPOWER-manual/MATPOWER-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8601,6 +8601,7 @@ \subsubsection*{Bugs Fixed}
\item A vector-valued \code{label} passed to \code{apply\_changes()} now throws a useful error.
\item Fix bug in previously undocumented feature of \code{makePTDF()} where the \code{slack} input is a matrix. \emph{Thanks to Jon Martinez Corral.}
\item Fix bug \#210 where radial power flow methods resulted in numerical error with multiple generators at a bus. \emph{Thanks to Mirko Todorovski.}
\item Fix bug \#223, fatal error in \code{save2psse()} for cases with dispatchable loads. \emph{Thanks to Ali Jahanbani.}
\end{itemize}

\subsubsection*{Incompatible Changes}
Expand Down
2 changes: 1 addition & 1 deletion lib/mpver.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
v{1} = struct( 'Name', 'MATPOWER', ...
'Version', '8.0b1+', ...
'Release', '', ...
'Date', '23-Jan-2024' );
'Date', '12-Feb-2024' );
if nargout > 0
if nargin > 0
rv = v{1};
Expand Down

0 comments on commit 27d950b

Please sign in to comment.