Skip to content

Commit 6e14565

Browse files
committed
Release 1.3.1.
1 parent ccfdbcc commit 6e14565

File tree

13 files changed

+492
-432
lines changed

13 files changed

+492
-432
lines changed

CHANGES.md

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

44

5-
since 1.3
6-
---------
5+
Version 1.3.1 - *Jul 7, 2025*
6+
-----------------------------
7+
8+
#### 7/7/25
9+
- Release 1.3.1.
710

811
#### 5/23/25
9-
- Include HiGHS solver, if available in unit commitment tests.
12+
- Include [HiGHS][13] solver (via [HiGHSMEX][14] interface), if
13+
available, in unit commitment tests.
1014

1115
#### 3/19/25
1216
- Fix issue caused by tiny non-zero values for commitment variables.
@@ -364,3 +368,5 @@ Version 1.0 - *Jun 1, 2016*
364368
[10]: https://github.com/MATPOWER/most/issues/39
365369
[11]: https://github.com/MATPOWER/mp-opt-model
366370
[12]: https://github.com/MATPOWER/most/issues/45
371+
[13]: https://highs.development
372+
[14]: https://github.com/savyasachi/HiGHSMEX

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.3, use:
20+
For version 1.3.1, use:
2121

2222
R. D. Zimmerman, C. E. Murillo-Sanchez. MATPOWER Optimal Scheduling
23-
Tool (MOST) User's Manual, Version 1.3. 2024. [Online].
24-
Available: https://matpower.org/docs/MOST-manual-1.3.pdf
25-
doi: 10.5281/zenodo.11177189
23+
Tool (MOST) User's Manual, Version 1.3.1. 2025. [Online].
24+
Available: https://matpower.org/docs/MOST-manual-1.3.1.pdf
25+
doi: 10.5281/zenodo.15829809
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-2024, Power Systems Engineering Research Center (PSERC)
1+
Copyright (c) 1996-2025, Power Systems Engineering Research Center (PSERC)
22
and individual contributors (see AUTHORS file for details).
33
All rights reserved.
44

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ t_most_30b_3_1_0.......ok
5757
t_most_fixed_res.......ok
5858
t_most_30b_1_1_0_uc....ok
5959
t_most_mpopf...........ok
60-
t_most_uc..............ok (272 of 340 skipped)
61-
t_most_suc.............ok (148 of 185 skipped)
60+
t_most_uc..............ok (345 of 414 skipped)
61+
t_most_suc.............ok (185 of 222 skipped)
6262
t_most_tlmp............ok
6363
t_most_w_ds............ok
64-
All tests successful (359 passed, 420 skipped of 779)
65-
Elapsed time 39.45 seconds.
64+
All tests successful (360 passed, 530 skipped of 890)
65+
Elapsed time 15.92 seconds.
6666
```
6767

6868
If, for some reason, you prefer to install your own copy of MOST directly
@@ -141,12 +141,12 @@ citing both the 2011 MATPOWER paper and the 2013 MOST paper.
141141
The [MATPOWER Optimal Scheduling Tool (MOST) User's Manual][7] should
142142
also be cited explicitly in work that refers to or is derived from its
143143
content. The citation and DOI can be version-specific or general, as
144-
appropriate. For version 1.3, use:
144+
appropriate. For version 1.3.1, use:
145145

146146
> R. D. Zimmerman, C. E. Murillo-Sanchez. *MATPOWER Optimal Scheduling
147-
Tool (MOST) User's Manual, Version 1.3*. 2024. [Online].
148-
Available: https://matpower.org/docs/MOST-manual-1.3.pdf
149-
doi: [10.5281/zenodo.11177189](https://doi.org/10.5281/zenodo.11177189)
147+
Tool (MOST) User's Manual, Version 1.3.1*. 2025. [Online].
148+
Available: https://matpower.org/docs/MOST-manual-1.3.1.pdf
149+
doi: [10.5281/zenodo.15829809](https://doi.org/10.5281/zenodo.15829809)
150150

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

docs/MOST-manual.pdf

2.53 KB
Binary file not shown.

docs/other/MOST-Release-Checklist.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ Pre-release
3131
- `mp-docs-shared/prolog.rst.txt` - in URL in raw-html for |MOSTman|
3232
- In `README.md` and `docs/src/MOST-manual/MOST-manual.tex`
3333
- update output of `test_most` in Section 2.2
34-
- may require first doing:
34+
- may require first doing (to disable all solvers except Gurobi):
3535
```matlab
3636
have_feature('cplex', 0);
3737
have_feature('glpk', 0);
38+
have_feature('highs', 0);
3839
have_feature('intlinprog', 0);
3940
have_feature('mosek', 0);
4041
rmpath('/Users/ray/dev/projects/sopf/dist');
@@ -61,7 +62,7 @@ Pre-release
6162
- Make updates for current version specific citations:
6263
- version number (3 places)
6364
- year
64-
- latest version DOI, current is: 10.5281/zenodo.11177189
65+
- latest version DOI, current is: 10.5281/zenodo.15829809
6566
- (update here each time)
6667
... in the following places ...
6768
- CITATION file
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
What's New in MOST 1.3.1
2+
------------------------
3+
4+
#### Released Jul 7, 2025
5+
6+
Below is a summary of the changes since version 1.3 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+
- `most_summary()` now skips display of non-existent contingencies.
12+
- Include [HiGHS](https://highs.dev) solver (via
13+
[HiGHSMEX](https://github.com/savyasachi/HiGHSMEX) interface), if
14+
available, in unit commitment tests.
15+
16+
#### Bugs Fixed:
17+
- Fix [issue #45][3] where `most()` does not properly handle cases with
18+
contingencies defined only in some periods/scenarios.
19+
*Thanks to Stefano Nicolin.*
20+
- Fix issue with `most_summary()` when ramp results are missing.
21+
- Tweak tests to work around bug in HiGHS-based `linprog` and
22+
`intlinprog` in Optimization Toolbox R2024a and R2024b.
23+
- Fix issue caused by tiny non-zero values for commitment variables.
24+
Don't count on MP-Opt-Model's `miqps_<solver>()` functions to round
25+
integer variable solutions.
26+
27+
#### PRO Version
28+
- There is now a PRO version of MOST that adds support for MATPOWER DC
29+
lines as described in Section 7.6.3 of the [MATPOWER User's Manual][4].
30+
Please contact [info@matpower.org](mailto:info@matpower.org?subject=MOST%20Pro&body=Please%20send%20me%20information%20on%20obtaining%20MOST%20Pro.)
31+
for information on obtaining this version.
32+
33+
34+
[1]: ../../CHANGES.md
35+
[2]: ../MOST-manual.pdf
36+
[3]: https://github.com/MATPOWER/most/issues/45
37+
[4]: https://matpower.org/docs/MATPOWER-manual-8.1.pdf

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Ray D. Zimmerman, Carlos E. Murillo-Sánchez'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.3'
25+
release = '1.3.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)