Skip to content

Commit 7ed83ba

Browse files
committed
Release 1.5.2 (updated).
- Move examples from `lib/t` to their own `examples` directory.
1 parent e84f677 commit 7ed83ba

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For version 1.5.2, use:
1515
R. D. Zimmerman, H. Wang. MATPOWER Interior Point Solver (MIPS)
1616
User's Manual, Version 1.5.2. 2025. [Online].
1717
Available: https://matpower.org/docs/MIPS-manual-1.5.2.pdf
18-
doi: 10.5281/zenodo.15815754
18+
doi: 10.5281/zenodo.15871404
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For version 1.5.2, use:
104104
> R. D. Zimmerman, H. Wang. *MATPOWER Interior Point Solver (MIPS)
105105
User's Manual, Version 1.5.2*. 2025. [Online].
106106
Available: https://matpower.org/docs/MIPS-manual-1.5.2.pdf
107-
doi: [10.5281/zenodo.15815754](https://doi.org/10.5281/zenodo.15815754)
107+
doi: [10.5281/zenodo.15871404](https://doi.org/10.5281/zenodo.15871404)
108108

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

docs/MIPS-manual.pdf

332 Bytes
Binary file not shown.

docs/other/MIPS-Release-Checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Pre-release
4040
- Make updates for current version specific citations:
4141
- version number (3 places)
4242
- year
43-
- latest version DOI, current is: 10.5281/zenodo.15815754
43+
- latest version DOI, current is: 10.5281/zenodo.15871404
4444
- (update here each time)
4545
... in the following places ...
4646
- CITATION file

docs/relnotes/MIPS-Release-Notes-1.5.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
What's New in MIPS 1.5.2
22
------------------------
33

4-
#### Released July 5, 2025
4+
#### Released July 12, 2025
55

66
Below is a summary of the changes since version 1.5.1 of MIPS. See the
77
[`CHANGES.md`][1] file for all the gory details. For release notes for

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
\title{\mipsname{}\\\mips{} \mipsver{}\\
229229
User's Manual}
230230
\author{Ray~D.~Zimmerman \and Hongye~Wang}
231-
\date{July 5, 2025} % comment this line to display the current date
231+
\date{July 12, 2025} % comment this line to display the current date
232232
%\date{December 14, 2011\thanks{Second revision. First revision was December 13, 2011}} % comment this line to display the current date
233233

234234
%%% BEGIN DOCUMENT
@@ -328,7 +328,7 @@ \subsection{Citing \mips{}}
328328
\begin{quote}
329329
\footnotesize
330330
R.~D. Zimmerman, H.~Wang. \mipsname{} (\mips{}) User's Manual, Version 1.5.2. 2025. [Online]. Available: \url{https://matpower.org/docs/MIPS-manual-1.5.2.pdf}\\
331-
\doi{10.5281/zenodo.15815754}
331+
\doi{10.5281/zenodo.15871404}
332332
\end{quote}
333333
For a version non-specific citation, use the following citation and DOI,
334334
with \emph{\textless{}YEAR\textgreater{}} replaced by the year of the most recent release:
@@ -682,7 +682,7 @@ \subsection{Example 2}
682682
\end{Code}
683683
\begin{Code}
684684
>> mips_example2
685-
MATPOWER Interior Point Solver -- MIPS, Version 1.5.2, 05-Jul-2025
685+
MATPOWER Interior Point Solver -- MIPS, Version 1.5.2, 12-Jul-2025
686686
(using built-in linear solver)
687687
it objective step size feascond gradcond compcond costcond
688688
---- ------------ --------- ------------ ------------ ------------ ------------
@@ -1348,7 +1348,7 @@ \subsubsection*{New Features}
13481348
\code{mu} (issue \#4).
13491349
\end{itemize}
13501350

1351-
\subsection{Version 1.5.2 -- released Jul 5, 2025}
1351+
\subsection{Version 1.5.2 -- released Jul 12, 2025}
13521352
\label{app:v152}
13531353

13541354
The \href{https://matpower.org/docs/MIPS-manual-1.5.2.pdf}{\mips{} 1.5.2 User's Manual} is available online.\footnote{\url{https://matpower.org/docs/MIPS-manual-1.5.2.pdf}}

lib/Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% MIPS
2-
% Version 1.5.2 05-Jul-2025
2+
% Version 1.5.2 12-Jul-2025
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

lib/mipsver.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
v = struct( 'Name', 'MIPS', ...
2727
'Version', '1.5.2', ...
2828
'Release', '', ...
29-
'Date', '05-Jul-2025' );
29+
'Date', '12-Jul-2025' );
3030
if nargout > 0
3131
if nargin > 0
3232
rv = v;

0 commit comments

Comments
 (0)