Skip to content

Commit

Permalink
Release 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Oct 30, 2018
1 parent d2d1348 commit 9fcde15
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ Change history for MOST
=======================


Version 1.0.1 - *Oct 29, 2016*
Version 1.0.1 - *Oct 30, 2016*
------------------------------

#### 10/30/18
- Release 1.0.1.

#### 10/26/18
- **INCOMPATIBLE CHANGE**: Failure of the optimization no longer
halts execution and jumps to the debugger.
Expand Down
Binary file modified docs/MOST-manual.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/relnotes/MOST-Release-Notes-1.0.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
What's New in Version 1.0.1
---------------------------
What's New in MOST 1.0.1
------------------------

#### Released Oct 30, 2018

Below is a summary of the changes since version 1.0 of MOST. See the
[`CHANGES.md`][1] file for all the gory details. For release notes for
Expand Down
4 changes: 2 additions & 2 deletions docs/src/MOST-manual/MOST-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
\title{\mostname{}\\\most{} \mostver{}\\
User's Manual}
\author{Ray~D.~Zimmerman \and Carlos~E.~Murillo-S\'anchez}
\date{October 29, 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 @@ -3263,7 +3263,7 @@ \subsubsection*{Other Changes}
\item No significant changes since first public beta release.\footnote{Version 1.0b1 was released on Jun 1, 2016 and 1.0b2 on Nov 1, 2016}
\end{itemize}

\subsection{Version 1.0.1 -- released Oct 29, 2018}
\subsection{Version 1.0.1 -- released Oct 30, 2018}
\label{app:v101}

The \href{http://www.pserc.cornell.edu/matpower/docs/MOST-manual-1.0.1.pdf}{\most{} 1.0.1 User's Manual} is available online.\footnote{\url{http://www.pserc.cornell.edu/matpower/docs/MOST-manual-1.0.1.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 @@
% MOST
% Version 1.0.1 29-Oct-2018
% Version 1.0.1 30-Oct-2018
%
% The MATPOWER Optimal Scheduling Tool (MOST) is framework for solving
% generalized steady-state electric power scheduling problems.
Expand Down
2 changes: 1 addition & 1 deletion lib/mostver.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
v = struct( 'Name', 'MOST', ...
'Version', '1.0.1', ...
'Release', '', ...
'Date', '29-Oct-2018' );
'Date', '30-Oct-2018' );
if nargout > 0
if nargin > 0
rv = v;
Expand Down

0 comments on commit 9fcde15

Please sign in to comment.