@@ -8,7 +8,6 @@ Pyomo 6.7.0 (29 Nov 2023)
8
8
9
9
- General
10
10
- Remove Python 3.7, add Python 3.12 Support (#3050 , #2956 )
11
- - Log which suffix values were skipped at the DEBUG level (#3043 )
12
11
- Update report_timing() to support context manager API (#3039 )
13
12
- Add ` Preformatted ` class for logging preformatted messages (#2998 )
14
13
- QuadraticRepnVisitor: Improve nonlinear expression expansion (#2997 )
@@ -24,8 +23,9 @@ Pyomo 6.7.0 (29 Nov 2023)
24
23
- Prevent multiple applications of the scaling transform (#2979 )
25
24
- Solver Interfaces
26
25
- Remove presolve-eliminated variables from named expressions (#3056 )
27
- - Improve writer determinism (#3054 )
26
+ - Improve LP/NL writer determinism (#3054 )
28
27
- 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 )
29
29
- NLv2: add linear presolve and general problem scaling support (#3037 )
30
30
- Adjust mps writer format for integer variable declaration (#2946 )
31
31
- Fix scip results processing (#3023 )
@@ -54,8 +54,7 @@ Pyomo 6.7.0 (29 Nov 2023)
54
54
- APPSI: Fix auto-update when unfixing variable and changing bounds (#2996 )
55
55
- APPSI: Fix reference bug in HiGHS interface (#2995 )
56
56
- 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 )
59
58
- incidence_analysis: Update paper reference (#2969 )
60
59
- latex_printer: Add contrib.latex_printer package (#2984 )
61
60
- MindtPy: Add support for GreyBox models (#2988 )
0 commit comments