Skip to content

Commit a398b45

Browse files
committed
NFC: update RELEASE.md, CHANGELOG.md
1 parent 11cb6d9 commit a398b45

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Pyomo 6.7.0 (29 Nov 2023)
88

99
- General
1010
- Remove Python 3.7, add Python 3.12 Support (#3050, #2956)
11-
- Log which suffix values were skipped at the DEBUG level (#3043)
1211
- Update report_timing() to support context manager API (#3039)
1312
- Add `Preformatted` class for logging preformatted messages (#2998)
1413
- QuadraticRepnVisitor: Improve nonlinear expression expansion (#2997)
@@ -24,8 +23,9 @@ Pyomo 6.7.0 (29 Nov 2023)
2423
- Prevent multiple applications of the scaling transform (#2979)
2524
- Solver Interfaces
2625
- Remove presolve-eliminated variables from named expressions (#3056)
27-
- Improve writer determinism (#3054)
26+
- Improve LP/NL writer determinism (#3054)
2827
- Add "writer" for converting linear models to standard matrix form (#3046)
28+
- NLv2/LPv2: Log which suffix values were skipped at the DEBUG level (#3043)
2929
- NLv2: add linear presolve and general problem scaling support (#3037)
3030
- Adjust mps writer format for integer variable declaration (#2946)
3131
- Fix scip results processing (#3023)
@@ -54,8 +54,7 @@ Pyomo 6.7.0 (29 Nov 2023)
5454
- APPSI: Fix auto-update when unfixing variable and changing bounds (#2996)
5555
- APPSI: Fix reference bug in HiGHS interface (#2995)
5656
- FBBT: Add new walker for compute_bounds_on_expr (#3027)
57-
- incidence_analysis: Fix bugs with subset ordering and zero coefficients
58-
(#3041)
57+
- incidence_analysis: Fix bugs with subset ordering and 0 coefficients (#3041)
5958
- incidence_analysis: Update paper reference (#2969)
6059
- latex_printer: Add contrib.latex_printer package (#2984)
6160
- MindtPy: Add support for GreyBox models (#2988)

RELEASE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Pyomo is a collection of Python software packages that supports a
44
diverse set of optimization capabilities for formulating and analyzing
55
optimization models.
66

7-
The following are highlights of the 6.7 minor release series:
7+
The following are highlights of the 6.7 release series:
88

99
- Added support for Python 3.12
1010
- Removed support for Python 3.7
11+
- New writer for converting linear models to matrix form
1112
- New packages:
1213
- latex_printer (print Pyomo models to a LaTeX compatible format)
14+
- ...and of course numerous minor bug fixes and performance enhancements
1315

1416
A full list of updates and changes is available in the
1517
[`CHANGELOG.md`](https://github.com/Pyomo/pyomo/blob/main/CHANGELOG.md).

0 commit comments

Comments
 (0)