|
145 | 145 | \newcommand{\mipsurl}[0]{https://github.com/MATPOWER/mips} |
146 | 146 | \newcommand{\mipslink}[0]{\href{\mipsurl}{\mips{}}} |
147 | 147 | \newcommand{\mipsname}[0]{{{\bf M}{\sc atpower} \textbf{I}nterior \textbf{P}oint \textbf{S}olver}} |
148 | | -\newcommand{\mipsver}[0]{1.5.2} |
| 148 | +\newcommand{\mipsver}[0]{1.5.3-dev} |
149 | 149 | \newcommand{\mpom}[0]{\mbox{MP-Opt-Model}} |
150 | 150 | \newcommand{\mpomurl}[0]{https://github.com/MATPOWER/mp-opt-model} |
151 | 151 | \newcommand{\mpomlink}[0]{\href{\mpomurl}{\mpom{}}} |
|
228 | 228 | \title{\mipsname{}\\\mips{} \mipsver{}\\ |
229 | 229 | User's Manual} |
230 | 230 | \author{Ray~D.~Zimmerman \and Hongye~Wang} |
231 | | -\date{July 12, 2025} % comment this line to display the current date |
| 231 | +%\date{July 12, 2025} % comment this line to display the current date |
232 | 232 | %\date{December 14, 2011\thanks{Second revision. First revision was December 13, 2011}} % comment this line to display the current date |
233 | 233 |
|
234 | 234 | %%% BEGIN DOCUMENT |
@@ -366,8 +366,8 @@ \subsection{System Requirements} |
366 | 366 | To use \mips{} \mipsver{} you will need: |
367 | 367 | \begin{itemize} |
368 | 368 | \item \matlab{}\textsuperscript{\tiny \textregistered} version 7 (R14) or later\footnote{\matlab{} is available from The MathWorks, Inc. (\url{https://www.mathworks.com/}). \matlab{} is a registered trademark of The MathWorks, Inc.}, or |
369 | | -\item GNU Octave version 3.4 or later\footnote{GNU Octave \cite{octave} is free software, available online at \url{https://octave.org}. \mips{} \mipsver{} may work on earlier versions of Octave, but it has not been tested on versions prior to 3.4.} |
370 | | -\item \mptestlink{} version 7.1 or later.\footnote{\mptest{} is available at \url{\mptesturl}.} |
| 369 | +\item GNU Octave version 4.2 or later\footnote{GNU Octave \cite{octave} is free software, available online at \url{https://octave.org}.} |
| 370 | +\item \mptestlink{} version 8.2 or later.\footnote{\mptest{} is available at \url{\mptesturl}.} |
371 | 371 | \end{itemize} |
372 | 372 |
|
373 | 373 | For the hardware requirements, please refer to the system requirements for the version of \matlab{}\footnote{\url{https://www.mathworks.com/support/sysreq/previous_releases.html}} or Octave that you are using. |
@@ -1359,6 +1359,17 @@ \subsubsection*{New Features} |
1359 | 1359 | \end{itemize} |
1360 | 1360 |
|
1361 | 1361 |
|
| 1362 | +\subsection{Version 1.5.3 -- released ??? ??, 202?} |
| 1363 | +\label{app:v153} |
| 1364 | + |
| 1365 | +The \href{https://matpower.org/docs/MIPS-manual-1.5.3.pdf}{\mips{} 1.5.3 User's Manual} is available online.\footnote{\url{https://matpower.org/docs/MIPS-manual-1.5.3.pdf}} |
| 1366 | + |
| 1367 | +\subsubsection*{New Features} |
| 1368 | +\begin{itemize} |
| 1369 | +\item Support for redirecting console output via \code{mp.logger} by replacing \code{fprintf()} and \code{warning()} everywhere with \code{mp\_printf()} and \code{mp\_warning()}, respectively. Requires \mptestlink{} 8.2 or later. |
| 1370 | +\end{itemize} |
| 1371 | + |
| 1372 | + |
1362 | 1373 |
|
1363 | 1374 | % \subsection{Version 1.6 -- released ??? ?, 2023} |
1364 | 1375 | % \label{app:v16} |
|
0 commit comments