Skip to content

Commit 35b593e

Browse files
committed
Release 1.3.1
1 parent a8f0379 commit 35b593e

8 files changed

Lines changed: 70 additions & 28 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Change history for MIPS
22
=======================
33

44

5+
Version 1.3.1 - *Jun 20, 2019*
6+
------------------------------
7+
8+
#### 6/20/19
9+
- Release 1.3.1.
10+
- Add CITATION file.
11+
- Other miscellaneous documentation updates, e.g. MATPOWER website
12+
links updated to https://matpower.org.
13+
14+
515
Version 1.3 - *Oct 30, 2018*
616
----------------------------
717

CITATION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ the following 2007 paper.
1010
The MATPOWER Interior Point Solver (MIPS) User's Manual should also be
1111
cited explicitly in work that refers to or is derived from its content.
1212
The citation and DOI can be version-specific or general, as appropriate.
13-
For version 1.3, use:
13+
For version 1.3.1, use:
1414

1515
R. D. Zimmerman, H. Wang. MATPOWER Interior Point Solver (MIPS)
16-
User's Manual, Version 1.3. 2018. [Online].
17-
Available: https://matpower.org/docs/MIPS-manual-1.3.pdf
18-
doi: 10.5281/zenodo.3236508
16+
User's Manual, Version 1.3.1. 2018. [Online].
17+
Available: https://matpower.org/docs/MIPS-manual-1.3.1.pdf
18+
doi: 10.5281/zenodo.3251014
1919

2020
For a version non-specific citation, use the following citation and DOI,
2121
with <YEAR> replaced by the year of the most recent release:

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ of MATLAB or Octave, including setting up your MATLAB path.
3838
tests require a functioning installation of [MP-Test][6]) The result
3939
should resemble the following:
4040
```matlab
41-
>> test_mips
42-
t_mplinsolve....ok
43-
t_mips..........ok
44-
t_qps_mips......ok
45-
All tests successful (136 of 136)
46-
Elapsed time 0.11 seconds.
41+
>> test_mips
42+
t_mplinsolve......ok (6 of 44 skipped)
43+
t_mips............ok
44+
t_mips_pardiso....ok (60 of 60 skipped)
45+
t_qps_mips........ok
46+
All tests successful (170 passed, 66 skipped of 236)
47+
Elapsed time 0.09 seconds.
4748
```
4849

4950
Documentation
@@ -94,12 +95,12 @@ the following 2007 paper.
9495
The [MATPOWER Interior Point Solver (MIPS) User's Manual][7] should also be
9596
cited explicitly in work that refers to or is derived from its content.
9697
The citation and DOI can be version-specific or general, as appropriate.
97-
For version 1.3, use:
98+
For version 1.3.1, use:
9899

99100
> R. D. Zimmerman, H. Wang. *MATPOWER Interior Point Solver (MIPS)
100-
User's Manual, Version 1.3*. 2018. [Online].
101-
Available: https://matpower.org/docs/MIPS-manual-1.3.pdf
102-
doi: [10.5281/zenodo.3236508](https://doi.org/10.5281/zenodo.3236508)
101+
User's Manual, Version 1.3.1*. 2018. [Online].
102+
Available: https://matpower.org/docs/MIPS-manual-1.3.1.pdf
103+
doi: [10.5281/zenodo.3251014](https://doi.org/10.5281/zenodo.3251014)
103104

104105
For a version non-specific citation, use the following citation and DOI,
105106
with *\<YEAR\>* replaced by the year of the most recent release:

docs/MIPS-manual.pdf

5.68 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
What's New in MIPS 1.3.1
2+
------------------------
3+
4+
#### Released Jun 20, 2019
5+
6+
Below is a summary of the changes since version 1.3 of MIPS. See the
7+
[`CHANGES.md`][1] file for all the gory details. For release notes for
8+
previous versions, see Appendix C of the [MIPS User's Manual][2].
9+
10+
#### Changes:
11+
- Add `CITATION` file.
12+
- Other miscellaneous documentation updates, e.g. MATPOWER website
13+
links updated to https://matpower.org.
14+
15+
16+
[1]: https://github.com/MATPOWER/mips/blob/master/CHANGES.md
17+
[2]: https://github.com/MATPOWER/mips/blob/master/docs/MIPS-manual.pdf

docs/src/MIPS-manual/MIPS-manual.tex

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
%\hyphenation{matpower_manual}
131131

132-
\newcommand{\mpver}[0]{7.0b1}
132+
\newcommand{\mpver}[0]{7.0}
133133
%\newcommand{\matlab}[0]{{Matlab}}
134134
%\newcommand{\matlab}[0]{{\sc Matlab}\textsuperscript{\tiny \textregistered}}
135135
\newcommand{\matlab}[0]{{\sc Matlab}}
@@ -144,11 +144,11 @@
144144
\newcommand{\mipsurl}[0]{https://github.com/MATPOWER/mips}
145145
\newcommand{\mipslink}[0]{\href{\mipsurl}{\mips{}}}
146146
\newcommand{\mipsname}[0]{{{\bf M}{\sc atpower} \textbf{I}nterior \textbf{P}oint \textbf{S}olver}}
147-
\newcommand{\mipsver}[0]{1.3}
147+
\newcommand{\mipsver}[0]{1.3.1}
148148
\newcommand{\most}[0]{{MOST}}
149149
\newcommand{\mostname}[0]{{{\bf M}{\sc atpower} \textbf{O}ptimal \textbf{S}cheduling \textbf{T}ool}}
150150
\newcommand{\mosturl}[0]{https://github.com/MATPOWER/most}
151-
\newcommand{\mostver}[0]{1.0.1}
151+
\newcommand{\mostver}[0]{1.0.2}
152152
\newcommand{\md}[0]{{\most{} Data struct}}
153153
\newcommand{\powerweb}[0]{{\sc PowerWeb}}
154154
\newcommand{\pserc}[0]{{\sc PSerc}}
@@ -219,7 +219,7 @@
219219
\title{\mipsname{}\\\mips{} \mipsver{}\\
220220
User's Manual}
221221
\author{Ray~D.~Zimmerman \and Hongye~Wang}
222-
\date{October 30, 2018} % comment this line to display the current date
222+
\date{June 20, 2019} % comment this line to display the current date
223223
%\date{December 14, 2011\thanks{Second revision. First revision was December 13, 2011}} % comment this line to display the current date
224224

225225
%%% BEGIN DOCUMENT
@@ -229,7 +229,7 @@
229229
\vfill
230230
\begin{center}
231231
{\scriptsize
232-
\copyright~2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018~\PSERC{}\\
232+
\copyright~2009--2019~\PSERC{}\\
233233
All Rights Reserved}
234234
\end{center}
235235

@@ -313,13 +313,13 @@ \subsection{Citing \mips{}}
313313

314314
The \mipsname{} (\mips{}) User's Manual~\cite{mips_manual} should also be cited explicitly
315315
in work that refers to or is derived from its content. The citation and
316-
DOI can be version-specific or general, as appropriate. For version 1.3,
316+
DOI can be version-specific or general, as appropriate. For version 1.3.1,
317317
use:
318318

319319
\begin{quote}
320320
\footnotesize
321-
R.~D. Zimmerman, H.~Wang. \mipsname{} (\mips{}) User's Manual, Verision 1.3. 2018. [Online]. Available: \url{https://matpower.org/docs/MIPS-manual-1.3.pdf}\\
322-
\doi{10.5281/zenodo.3236508}
321+
R.~D. Zimmerman, H.~Wang. \mipsname{} (\mips{}) User's Manual, Verision 1.3.1. 2018. [Online]. Available: \url{https://matpower.org/docs/MIPS-manual-1.3.1.pdf}\\
322+
\doi{10.5281/zenodo.3251014}
323323
\end{quote}
324324
For a version non-specific citation, use the following citation and DOI,
325325
with \emph{\textless{}YEAR\textgreater{}} replaced by the year of the most recent release:
@@ -653,7 +653,7 @@ \subsection{Example 2}
653653
\end{Code}
654654
\begin{Code}
655655
>> mips_example2
656-
MATPOWER Interior Point Solver -- MIPS, Version 1.3, 30-Oct-2018
656+
MATPOWER Interior Point Solver -- MIPS, Version 1.3.1, 20-Jun-2019
657657
(using built-in linear solver)
658658
it objective step size feascond gradcond compcond costcond
659659
---- ------------ --------- ------------ ------------ ------------ ------------
@@ -1153,6 +1153,20 @@ \subsubsection*{Other Changes}
11531153
\end{itemize}
11541154

11551155

1156+
\clearpage
1157+
\subsection{Version 1.3.1 -- released Jun 20, 2019}
1158+
\label{app:v131}
1159+
1160+
The \href{https://matpower.org/docs/MIPS-manual-1.3.1.pdf}{\mips{} 1.3.1 User's Manual} is available online.\footnote{\url{https://matpower.org/docs/MIPS-manual-1.3.1.pdf}}
1161+
1162+
\subsubsection*{Changes}
1163+
\begin{itemize}
1164+
\item Add \code{CITATION} file.
1165+
\item Other miscellaneous documentation updates, e.g. \matpower{} website links updated to \url{https://matpower.org}.
1166+
1167+
\end{itemize}
1168+
1169+
11561170

11571171
\end{appendices}
11581172

lib/Contents.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% MIPS
2-
% Version 1.3 30-Oct-2018
2+
% Version 1.3.1 20-Jun-2019
33
%
44
% The MATPOWER Interior Point Solver (MIPS) is a package of MATLAB/Octave
55
% M-files for solving non-linear programming problems (NLPs) using a
@@ -15,7 +15,7 @@
1515
% MIPS is covered by the 3-clause BSD License (see LICENSE for details).
1616

1717
% MIPS
18-
% Copyright (c) 2010-2018, Power Systems Engineering Research Center (PSERC)
18+
% Copyright (c) 2010-2019, Power Systems Engineering Research Center (PSERC)
1919
% by Ray Zimmerman, PSERC Cornell
2020
%
2121
% This file is part of MIPS.

lib/mipsver.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
% See also MPVER.
1010

1111
% MIPS
12-
% Copyright (c) 2010-2018, Power Systems Engineering Research Center (PSERC)
12+
% Copyright (c) 2010-2019, Power Systems Engineering Research Center (PSERC)
1313
% by Ray Zimmerman, PSERC Cornell
1414
%
1515
% This file is part of MIPS.
1616
% Covered by the 3-clause BSD License (see LICENSE file for details).
1717
% See https://github.com/MATPOWER/mips for more info.
1818

1919
v = struct( 'Name', 'MIPS', ...
20-
'Version', '1.3', ...
20+
'Version', '1.3.1', ...
2121
'Release', '', ...
22-
'Date', '30-Oct-2018' );
22+
'Date', '20-Jun-2019' );
2323
if nargout > 0
2424
if nargin > 0
2525
rv = v;

0 commit comments

Comments
 (0)