|
1 | 1 | Pyomo CHANGELOG
|
2 | 2 | ===============
|
3 | 3 |
|
| 4 | +------------------------------------------------------------------------------- |
| 5 | +Pyomo 6.9.0 (21 Feb 2025) |
| 6 | +------------------------------------------------------------------------------- |
| 7 | + |
| 8 | +- General |
| 9 | + - Big Wheel of Misfortune - A Practice in Reviewing Old Issues (#3460, #3473) |
| 10 | + - Resolve buffering issues in `TeeStream` and `capture_output` (#3449) |
| 11 | + - Update GHA badges on README.md (#3457) |
| 12 | + - Fix incompatibility with `imp` and `DeferredImportCallbackFinder` (#3444) |
| 13 | + - Remove Python 3.8 Support (#3438) |
| 14 | +- Core |
| 15 | + - Resolve error parenthesizing pow mantissa (#3472) |
| 16 | + - Resolve OSX error accessing closed filehandle (#3467) |
| 17 | + - Allow construction of CUID from another CUID (#3464) |
| 18 | + - Clean up `identify_variables` / `identify_mutable_parameters`; |
| 19 | + deprecate `SimpleExpressionVisitor` (#3436) |
| 20 | +- Solver Interfaces |
| 21 | + - Solver refactor: BUGFIX, f-string in contrib/solver (#3481) |
| 22 | + - Update Gurobi NL interface for Gurobi 12.x (#3470) |
| 23 | + - Defer starting the SAS session until needed (#3448) |
| 24 | + - Solver refactor: Validator for `tee` in `contrib.solver.config` (#3482) |
| 25 | +- Testing |
| 26 | + - Pin Sphinx to not 8.2.0 (#3479) |
| 27 | + - Typos corrections (#3437, #3474) |
| 28 | + - Address intermittent TeeStream test failure (#3465) |
| 29 | + - 2025 Testing update: Black 25.1.0, testing Qt without X11 (#3463) |
| 30 | + - Testing: exclude Xpress 9.5.1 on Windows/GHA/Python3.{0,1} (#3455) |
| 31 | + - CY25 CI Infrastructure and typo fixes (#3453) |
| 32 | + - Verify we are testing all NEOS solvers (#3433) |
| 33 | +- Contributed Packages |
| 34 | + - GDPOpt: Add Logic-Based Discrete-Steepest Descent Algorithm (#3331) |
| 35 | + - PyROS: Fix/Tweak Documentation and Solver Output Logging (#3475) |
| 36 | + - PyROS: Fix Treatment of Fixed Model Variables and Initialization of |
| 37 | + Auxiliary Uncertain Parameters (#3461) |
| 38 | + - PyROS: Improve handling of separation problem sub-solver errors (#3441) |
| 39 | + - PyROS: Extend valid types for solver argument `uncertain_params` (#3439) |
| 40 | + - PyROS: Add Gaussian confidence level attribute to `EllipsoidalSet` (#3434) |
| 41 | + |
4 | 42 | -------------------------------------------------------------------------------
|
5 | 43 | Pyomo 6.8.2 (18 Nov 2024)
|
6 | 44 | -------------------------------------------------------------------------------
|
|
0 commit comments