Skip to content

Commit

Permalink
Add notice of including manual source code in release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Oct 30, 2018
1 parent b685970 commit d2d1348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/relnotes/MOST-Release-Notes-1.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ 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
previous versions, see Appendix B of the [MOST User's Manual][2].

#### Bugs fixed:
#### Bugs Fixed:
- Fix bugs in `plot_uc_data()` resulting in incorrect legends.
- Fix dimension of `RampWear` cost indexing if `mdi.OpenEnded` is true.
- Add missing constant term to objective function value reported by
`most_summary`.

#### Other Changes:
- LaTeX source code for [MOST User's Manual][2] included in `docs/src`.
- Updated to use OOP notation for `opt_model` object, and avoid calls
to deprecated methods, using `init_indexed_name()` and
`add_lin_constraint()` instead.
Expand Down
1 change: 1 addition & 0 deletions docs/src/MOST-manual/MOST-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3277,6 +3277,7 @@ \subsubsection*{Bugs Fixed}

\subsubsection*{Other Changes}
\begin{itemize}
\item \LaTeX{} source code for \mostman{} included in \code{docs/src}.
\item Updated to use OOP notation for \code{opt\_model} object, and avoid calls to deprecated methods, using \code{init\_indexed\_name()} and \code{add\_lin\_constraint()} instead.
\item Updated to use \matpower{}'s new quadratic costs in \code{opt\_model} in place of the legacy cost model.
\item Add \code{success} flag to \code{md.results} output \md{} to indicate success or failure of optimization.
Expand Down

0 comments on commit d2d1348

Please sign in to comment.