|
| 1 | +What's New in MOST 1.1 |
| 2 | +---------------------- |
| 3 | + |
| 4 | +#### Released Oct 8, 2020 |
| 5 | + |
| 6 | +Below is a summary of the changes since version 1.0.2 of MOST. See the |
| 7 | +[`CHANGES.md`][1] file for all the gory details. For release notes for |
| 8 | +previous versions, see Appendix B of the [MOST User's Manual][2]. |
| 9 | + |
| 10 | +#### Changes: |
| 11 | + - Requires [MATPOWER][4] 7.1 or later. |
| 12 | + - Output of `most_summary()` includes sections for fixed loads and for |
| 13 | + expected stored energy for storage units. |
| 14 | + - Relies on [MP-Opt-Model][3] 3.0, which can be found at |
| 15 | + https://github.com/MATPOWER/mp-opt-model and is included in |
| 16 | + [MATPOWER][4] 7.1. |
| 17 | + - Significant performance improvement for some problems when constructing |
| 18 | + sparse matrices for linear constraints or quadratic costs (e.g. during |
| 19 | + problem setup). |
| 20 | + *Thanks to Daniel Muldrew.* |
| 21 | + - Uses the `@opt_model/solve()` method rather than calling |
| 22 | + `miqps_matpower()` or `qps_matpower()` directly. |
| 23 | + - Uses the `@opt_model/get_soln()` method to extract variable and shadow |
| 24 | + price results, rather than doing the indexing manually. |
| 25 | + |
| 26 | +#### Bugs Fixed: |
| 27 | + - Fix bug [#6][5] where building a model without solving it, or solving a |
| 28 | + previously built model resulted in a fatal error. |
| 29 | + *Thanks to Baraa Mohandes.* |
| 30 | + - Fix bug [#11][6] where storage constraints were not correct for |
| 31 | + `t=1` and `rho` not equal to 1. *Thanks to Baraa Mohandes.* |
| 32 | + - Fix issue [#16][7], where the `om` field of the output MOST data struct |
| 33 | + (`mdo`) was a handle to the same object as as the `om` field of the |
| 34 | + input MOST data struct (`mdi`), meaning that changing one would modify |
| 35 | + the other. *Thanks to Baraa Mohandes.* |
| 36 | + |
| 37 | +#### Incompatible Changes: |
| 38 | + - Objective function value returned in `mdo.QP.f` updated to include the |
| 39 | + previously missing constant term. |
| 40 | + |
| 41 | + |
| 42 | +[1]: ../../CHANGES.md |
| 43 | +[2]: ../MOST-manual.pdf |
| 44 | +[3]: https://github.com/MATPOWER/mp-opt-model |
| 45 | +[4]: https://github.com/MATPOWER/matpower |
| 46 | +[5]: https://github.com/MATPOWER/most/issues/6 |
| 47 | +[6]: https://github.com/MATPOWER/most/issues/11 |
| 48 | +[7]: https://github.com/MATPOWER/most/issues/16 |
0 commit comments