|
1 | 1 | Pyomo CHANGELOG
|
2 | 2 | ===============
|
3 | 3 |
|
| 4 | +------------------------------------------------------------------------------- |
| 5 | +Pyomo 6.4.4 (9 Dec 2022) |
| 6 | +------------------------------------------------------------------------------- |
| 7 | + |
| 8 | +- General |
| 9 | + - Convert `txt` to `md` files (`CHANGELOG`, `LICENSE`, `RELEASE`) (#2635) |
| 10 | + - Parallelize build of manylinux wheels (#2636) |
| 11 | + - Update source for Jenkins status badge (#2639, #2640) |
| 12 | + - Update relocated_module_attribute to work with cythonized modules (#2644) |
| 13 | + - Add utility methods to HierarchicalTimer (#2651) |
| 14 | +- Core |
| 15 | + - Fix preservation of stale flags through clone/pickle (#2633) |
| 16 | + - Add support for local suffixes in scaling transformation (#2619) |
| 17 | +- Solver Interfaces |
| 18 | + - Fix handling of nonconvex MIQCP problems in Xpress (#2625) |
| 19 | +- Testing |
| 20 | + - Update GitHub actions to cancel jobs when new changes are pushed (#2634) |
| 21 | + - Remove requirement for a `pyutilib` directory in Jenkins driver (#2637) |
| 22 | + - Enable GitHub actions build on Windows Python 3.11 (#2638) |
| 23 | + - Add build services infrastructure status badge (#2646) |
| 24 | + - Add version upper bound on MOSEK warmstart test skip (#2649) |
| 25 | + - Improve compare.py handling of nosetests/pytest output (#2661) |
| 26 | +- GDP |
| 27 | + - Add option to use multiple-bigm only on bound constraints (#2624) |
| 28 | + - Add logical_to_disjunctive and replace uses of logical_to_linear (#2627) |
| 29 | +- Contributed Packages |
| 30 | + - FBBT: Fix bug with ExternalFunction expressions (#2657) |
| 31 | + - PyROS: Fix uncertain param bounds evaluation for FactorModelSet (#2620) |
| 32 | + - PyROS: Add origin attribute to BudgetSet (#2645) |
| 33 | + - PyROS: Fix UncertaintySet.bounding_problem method (#2659) |
| 34 | + |
4 | 35 | -------------------------------------------------------------------------------
|
5 | 36 | Pyomo 6.4.3 (28 Nov 2022)
|
6 | 37 | -------------------------------------------------------------------------------
|
|
0 commit comments