Skip to content

Commit

Permalink
NFC: update RELEASE.md, CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Nov 30, 2023
1 parent 11cb6d9 commit a398b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a398b45

Please sign in to comment.