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