From c5d8aceec68a51ac9a127d87c0818e3f57c5490d Mon Sep 17 00:00:00 2001 From: Ray Zimmerman Date: Thu, 25 Apr 2024 16:33:04 -0600 Subject: [PATCH] Update minimum MATPOWER version from v7.1 to v8.x. --- README.md | 2 +- docs/src/MOST-manual/MOST-manual.tex | 2 +- lib/mostver.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05e7375..8ec36fb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ System Requirements ------------------- This version of MOST requires: -* [MATPOWER][2] version 7.x or later, _(see MATPOWER system requirements +* [MATPOWER][2] version 8.x or later, _(see MATPOWER system requirements for details of required versions of [MATLAB][4] or [GNU Octave][5])_ * _(highly recommended)_ A high-performance LP/MILP, QP/MIQP solver, such as Gurobi, CPLEX, MOSEK, MATLAB's Optimization Toolbox, or GLPK diff --git a/docs/src/MOST-manual/MOST-manual.tex b/docs/src/MOST-manual/MOST-manual.tex index a4eaae8..d378ac5 100644 --- a/docs/src/MOST-manual/MOST-manual.tex +++ b/docs/src/MOST-manual/MOST-manual.tex @@ -376,7 +376,7 @@ \subsection{System Requirements} \label{sec:sysreq} To use \most{}~\mostver{} you will need: \begin{itemize} -\item \matpower{} version 7.1 or later\footnote{\most{}~1.0.1 and 1.0.2 required \matpower{}~7 and \most{}~1.0 required \matpower{}~6.} +\item \matpower{} version 8.x or later\footnote{\most{}~1.0.1 and 1.0.2 required \matpower{}~7 and \most{}~1.0 required \matpower{}~6.} \item \emph{(highly recommended)} a high-performance LP/MILP, QP/MIQP solver such as \gurobi{}, \cplex{}, \mosek{}, \matlab{}'s \ot{} or \glpk{} \emph{(included with Octave)}. \end{itemize} diff --git a/lib/mostver.m b/lib/mostver.m index 9be7dad..f86a631 100644 --- a/lib/mostver.m +++ b/lib/mostver.m @@ -26,7 +26,7 @@ v = struct( 'Name', 'MOST', ... 'Version', '1.2+', ... 'Release', '', ... - 'Date', '11-Apr-2024' ); + 'Date', '25-Apr-2024' ); if nargout > 0 if nargin > 0 rv = v;