Skip to content

Commit

Permalink
Update formatting of release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Oct 29, 2018
1 parent a1e39b9 commit b685970
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/relnotes/MOST-Release-Notes-1.0.1.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
MOST Release Notes
==================

What's New in Version 1.0.1
---------------------------

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:
#### Other Changes:
- Updated to use OOP notation for `opt_model` object, and avoid calls
to deprecated methods, using `init_indexed_name()` and
`add_lin_constraint()` instead.
- Updated to use MATPOWER's new quadratic costs in `opt_model` in
place of the legacy cost model.

* Incompatible Changes:
#### Incompatible Changes:
- Failure of the optimization no longer halts execution and jumps to
the debugger.
- Requires MATPOWER 7.x or later.
Expand Down

0 comments on commit b685970

Please sign in to comment.