Skip to content

Commit 94b7438

Browse files
committed
Update CHANGELOG in preparation for the 6.4.4 release
1 parent 62d8b26 commit 94b7438

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Pyomo CHANGELOG
22
===============
33

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 build services infrastructure status badge (#2646)
14+
- Add utility methods to HierarchicalTimer (#2651)
15+
- Core
16+
- Fix preservation of stale flags through clone/pickle (#2633)
17+
- Add support for local suffixes in scaling transformation (#2619)
18+
- Solver Interfaces
19+
- Fix handling of nonconvex MIQCP problems in Xpress (#2625)
20+
- Testing
21+
- Update GitHub actions to cancel jobs when new changes are pushed (#2634)
22+
- Remove requirement for a 'pyutilib' directory in Jenkins driver (#2637)
23+
- Enable GitHub actions build on Windows Python 3.11 (#2638)
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 ExternalFuction 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+
435
-------------------------------------------------------------------------------
536
Pyomo 6.4.3 (28 Nov 2022)
637
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)