Skip to content

Commit

Permalink
Update for major MP-Opt-Model refactor to use new mp.set_manager and …
Browse files Browse the repository at this point in the history
…subclasses.
  • Loading branch information
rdzman committed Aug 30, 2024
1 parent 8de52c5 commit a8b07b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ For change history for [MOST][3], see [most/CHANGES.md](most/CHANGES.md).
since 8.0
---------

#### 8/30/24
- Incorporate major [MP-Opt-Model][27] refactor of `mp_idx_manager` and
`opt_model` to use the new classes `mp.set_manager`,
`mp_set_manager_opt_model`, and their subclasses. See
[mp-opt-model/CHANGES.md](mp-opt-model/CHANGES.md) for details.

#### 6/11/24
- Fix bug where optional `'soln_fname'` input to `run_mp()` (hence also to
`run_pf()`, `run_cpf()`, and `run_opf()`) was being ignored.
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
# matlab_auto_link = "basic"
matlab_auto_link = "all"
matlab_show_property_default_value = True
matlab_show_property_specs = True
# autoclass_content = 'both' # 'class', 'init', 'both'
autodoc_member_order = 'bysource' # 'alphabetical', 'groupwise', 'bysource'
napoleon_use_param = False
Expand Down
3 changes: 2 additions & 1 deletion docs/src/MATPOWER-manual/MATPOWER-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8678,6 +8678,7 @@ \subsubsection*{New Documentation}

\subsubsection*{Other Improvements}
\begin{itemize}
\item Major \mpomlink{} refactor of \code{mp\_idx\_manager} and \code{opt\_model} to use the new classes \code{mp.set\_manager}, \code{mp\_set\_manager\_opt\_model}, and their subclasses. See \code{mp-opt-model/CHANGES.md} for details.
\item Add shunt loss columns (\code{psh\_fr}, \code{qsh\_fr}, \code{psh\_to}, \code{qsh\_to}) to branch data model. In pretty-printed output, separate branch loss summary into series and shunt losses and add series loss columns to branch detail output.
\emph{Thanks to Wilson Gonz\'alez Vanegas.}
\item Deprecated functions:
Expand All @@ -8689,7 +8690,7 @@ \subsubsection*{Other Improvements}
% \pagebreak
\subsubsection*{Bugs Fixed}
\begin{itemize}
\item Optional \codeq{soln\_fname} input to \code{run\_mp()} (hence also to \code{run\_pf()}, \code{run\_cpf()}, and \code{run\_opf()} was being ignored.
\item Optional \codeq{soln\_fname} input to \code{run\_mp()}, hence also to \code{run\_pf()}, \code{run\_cpf()}, and \code{run\_opf()}, was being ignored.

\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion lib/mpver.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
v{1} = struct( 'Name', 'MATPOWER', ...
'Version', '8.0.1-dev', ...
'Release', '', ...
'Date', '11-Jun-2024' );
'Date', '30-Aug-2024' );
if nargout > 0
if nargin > 0
rv = v{1};
Expand Down

0 comments on commit a8b07b6

Please sign in to comment.