Skip to content

Commit

Permalink
Release 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Oct 30, 2018
1 parent 235a7a6 commit 4e29a48
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Change history for MIPS
=======================


Version 1.3 - *Oct 25, 2018*
Version 1.3 - *Oct 30, 2018*
----------------------------

#### 10/25/18
#### 10/30/18
- Release 1.3.

#### 9/10/18
Expand Down
Binary file modified docs/MIPS-manual.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/relnotes/MIPS-Release-Notes-1.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
What's New in Version 1.3
-------------------------
What's New in MIPS 1.3
----------------------

#### Released Oct 30, 2018

Below is a summary of the changes since version 1.2.2 of MIPS. See the
[`CHANGES.md`][1] file for all the gory details. For release notes for
Expand Down
6 changes: 3 additions & 3 deletions docs/src/MIPS-manual/MIPS-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
\title{\mipsname{}\\\mips{} \mipsver{}\\
User's Manual}
\author{Ray~D.~Zimmerman \and Hongye~Wang}
\date{October 25, 2018} % comment this line to display the current date
\date{October 30, 2018} % comment this line to display the current date
%\date{December 14, 2011\thanks{Second revision. First revision was December 13, 2011}} % comment this line to display the current date

%%% BEGIN DOCUMENT
Expand Down Expand Up @@ -629,7 +629,7 @@ \subsection{Example 2}
\end{Code}
\begin{Code}
>> mips_example2
MATPOWER Interior Point Solver -- MIPS, Version 1.3, 25-Oct-2018
MATPOWER Interior Point Solver -- MIPS, Version 1.3, 30-Oct-2018
(using built-in linear solver)
it objective step size feascond gradcond compcond costcond
---- ------------ --------- ------------ ------------ ------------ ------------
Expand Down Expand Up @@ -1104,7 +1104,7 @@ \subsubsection*{Other Changes}
\end{itemize}


\subsection{Version 1.3 -- released Oct 25, 2018}
\subsection{Version 1.3 -- released Oct 30, 2018}
\label{app:v13}

The \href{http://www.pserc.cornell.edu/matpower/docs/MIPS-manual-1.3.pdf}{\mips{} 1.3 User's Manual} is available online.\footnote{\url{http://www.pserc.cornell.edu/matpower/docs/MIPS-manual-1.3.pdf}}
Expand Down
2 changes: 1 addition & 1 deletion lib/Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% MIPS
% Version 1.3 25-Oct-2018
% Version 1.3 30-Oct-2018
%
% The MATPOWER Interior Point Solver (MIPS) is a package of MATLAB/Octave
% M-files for solving non-linear programming problems (NLPs) using a
Expand Down
2 changes: 1 addition & 1 deletion lib/mipsver.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
v = struct( 'Name', 'MIPS', ...
'Version', '1.3', ...
'Release', '', ...
'Date', '25-Oct-2018' );
'Date', '30-Oct-2018' );
if nargout > 0
if nargin > 0
rv = v;
Expand Down

0 comments on commit 4e29a48

Please sign in to comment.