diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a97af0075b..553a4f1c3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ Pyomo 6.7.0 (29 Nov 2023) - General - Remove Python 3.7, add Python 3.12 Support (#3050, #2956) - - Log which suffix values were skipped at the DEBUG level (#3043) - Update report_timing() to support context manager API (#3039) - Add `Preformatted` class for logging preformatted messages (#2998) - QuadraticRepnVisitor: Improve nonlinear expression expansion (#2997) @@ -24,8 +23,9 @@ Pyomo 6.7.0 (29 Nov 2023) - Prevent multiple applications of the scaling transform (#2979) - Solver Interfaces - Remove presolve-eliminated variables from named expressions (#3056) - - Improve writer determinism (#3054) + - Improve LP/NL writer determinism (#3054) - Add "writer" for converting linear models to standard matrix form (#3046) + - NLv2/LPv2: Log which suffix values were skipped at the DEBUG level (#3043) - NLv2: add linear presolve and general problem scaling support (#3037) - Adjust mps writer format for integer variable declaration (#2946) - Fix scip results processing (#3023) @@ -54,8 +54,7 @@ Pyomo 6.7.0 (29 Nov 2023) - APPSI: Fix auto-update when unfixing variable and changing bounds (#2996) - APPSI: Fix reference bug in HiGHS interface (#2995) - FBBT: Add new walker for compute_bounds_on_expr (#3027) - - incidence_analysis: Fix bugs with subset ordering and zero coefficients - (#3041) + - incidence_analysis: Fix bugs with subset ordering and 0 coefficients (#3041) - incidence_analysis: Update paper reference (#2969) - latex_printer: Add contrib.latex_printer package (#2984) - MindtPy: Add support for GreyBox models (#2988) diff --git a/RELEASE.md b/RELEASE.md index 1fcf19a0da9..03baa803ac9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,12 +4,14 @@ Pyomo is a collection of Python software packages that supports a diverse set of optimization capabilities for formulating and analyzing optimization models. -The following are highlights of the 6.7 minor release series: +The following are highlights of the 6.7 release series: - Added support for Python 3.12 - Removed support for Python 3.7 + - New writer for converting linear models to matrix form - New packages: - latex_printer (print Pyomo models to a LaTeX compatible format) + - ...and of course numerous minor bug fixes and performance enhancements A full list of updates and changes is available in the [`CHANGELOG.md`](https://github.com/Pyomo/pyomo/blob/main/CHANGELOG.md).