Skip to content

Commit f526335

Browse files
committed
Release 1.1
1 parent 0c42512 commit f526335

30 files changed

Lines changed: 827 additions & 727 deletions

CHANGES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ Change history for MOST
22
=======================
33

44

5-
Changes since 1.0.2
6-
-------------------
5+
Version 1.1 - *Oct 8, 2020*
6+
---------------------------
7+
8+
*Requires MATPOWER with 7.1 or later (for MP-Opt-Model 3.0 or later).*
79

8-
*Requires MATPOWER with 7.1 or later (for MP-Opt-Model 2.2 or later).*
10+
#### 10/8/20
11+
- Release 1.1.
912

1013
#### 9/9/20
1114
- Use `@opt_model/get_soln()` to extract variable and shadow price

CITATION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Scheduling Tool (MOST) explicitly acknowledge that fact by citing both the
1717
The MATPOWER Optimal Scheduling Tool (MOST) User's Manual should also be
1818
cited explicitly in work that refers to or is derived from its content.
1919
The citation and DOI can be version-specific or general, as appropriate.
20-
For version 1.0.2, use:
20+
For version 1.1, use:
2121

2222
R. D. Zimmerman, C. E. Murillo-Sanchez. MATPOWER Optimal Scheduling
23-
Tool (MOST) User's Manual, Version 1.0.2. 2019. [Online].
24-
Available: https://matpower.org/docs/MOST-manual-1.0.2.pdf
25-
doi: 10.5281/zenodo.3251047
23+
Tool (MOST) User's Manual, Version 1.1. 2020. [Online].
24+
Available: https://matpower.org/docs/MOST-manual-1.1.pdf
25+
doi: 10.5281/zenodo.4073878
2626

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 1996-2019, Power Systems Engineering Research Center (PSERC)
1+
Copyright (c) 1996-2020, Power Systems Engineering Research Center (PSERC)
22
and individual contributors (see AUTHORS file for details).
33
All rights reserved.
44

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ t_most_30b_1_1_0.......ok
5656
t_most_30b_3_1_0.......ok
5757
t_most_fixed_res.......ok
5858
t_most_30b_1_1_0_uc....ok
59-
t_most_uc..............ok
60-
t_most_suc.............ok
59+
t_most_mpopf...........ok
60+
t_most_uc..............ok (264 of 330 skipped)
61+
t_most_suc.............ok (148 of 185 skipped)
6162
t_most_w_ds............ok
62-
All tests successful (615 of 615)
63-
Elapsed time 84.68 seconds.
63+
All tests successful (310 passed, 412 skipped of 722)
64+
Elapsed time 46.18 seconds.
6465
```
6566

6667
If, for some reason, you prefer to install your own copy of MOST directly
@@ -139,12 +140,12 @@ citing both the 2011 MATPOWER paper and the 2013 MOST paper.
139140
The [MATPOWER Optimal Scheduling Tool (MOST) User's Manual][7] should
140141
also be cited explicitly in work that refers to or is derived from its
141142
content. The citation and DOI can be version-specific or general, as
142-
appropriate. For version 1.0.2, use:
143+
appropriate. For version 1.1, use:
143144

144145
> R. D. Zimmerman, C. E. Murillo-Sanchez. *MATPOWER Optimal Scheduling
145-
Tool (MOST) User's Manual, Version 1.0.2*. 2019. [Online].
146-
Available: https://matpower.org/docs/MOST-manual-1.0.2.pdf
147-
doi: [10.5281/zenodo.3251047](https://doi.org/10.5281/zenodo.3251047)
146+
Tool (MOST) User's Manual, Version 1.1*. 2020. [Online].
147+
Available: https://matpower.org/docs/MOST-manual-1.1.pdf
148+
doi: [10.5281/zenodo.4073878](https://doi.org/10.5281/zenodo.4073878)
148149

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

docs/MOST-manual.pdf

3.27 KB
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

Comments
 (0)