@@ -24,7 +24,7 @@ Pyomo 6.7.1 (21 Feb 2024)
24
24
- Generalize the simple_constraint_rule decorator (#3152 )
25
25
- Fix edge case assigning new numeric types to Var/Param with units (#3151 )
26
26
- Add private_data to ` _BlockData ` (#3138 )
27
- - Convert implicit sets created by ` IndexedComponent ` s to "anonymous" sets (#3075 )
27
+ - IndexComponent create implicit sets as "anonymous" sets (#3075 )
28
28
- Add ` all_different ` and ` count_if ` to the logical expression system (#3058 )
29
29
- Fix RangeSet.__ len__ when defined by floats (#3119 )
30
30
- Overhaul the ` Suffix ` component (#3072 )
@@ -38,9 +38,11 @@ Pyomo 6.7.1 (21 Feb 2024)
38
38
- Update intersphinx links, remove docs for nonfunctional code (#3155 )
39
39
- Update MPC documentation and citation (#3148 )
40
40
- Fix an error in the documentation for LinearExpression (#3090 )
41
- - Fix bugs in the documentation of Pyomo.DoE (#3070 )
42
- - Fix a latex_printer vestige in the documentation (#3066 )
41
+ - Fix Pyomo.DoE documentation (#3070 )
42
+ - Fix latex_printer documentation (#3066 )
43
43
- Solver Interfaces
44
+ - Preview release of new solver interfaces as pyomo.contrib.solver
45
+ (#3137 , #3156 )
44
46
- Make error msg more explicit wrt different interfaces (#3141 )
45
47
- NLv2: only raise exception for empty models in the legacy API (#3135 )
46
48
- Add ` to_expr() ` to AMPLRepn, fix NLWriterInfo return type (#3095 )
@@ -69,15 +71,12 @@ Pyomo 6.7.1 (21 Feb 2024)
69
71
- incidence_analysis: Method to add an edge in IncidenceGraphInterface (#3120 )
70
72
- incidence_analysis: Add subgraph method to IncidencegraphInterface (#3122 )
71
73
- incidence_analysis: Add ` ampl_repn ` option (#3069 )
72
- - incidence_analysis: Fix config documentation of ` linear_only ` argument in
73
- ` get_incident_variables ` (#3067 )
74
- - interior_point: Workaround for improvement in Mumps memory prediction
75
- algorithm (#3114 )
74
+ - incidence_analysis: Update documentation (#3067 )
75
+ - interior_point: Resolve test failure due to Mumps update (#3114 )
76
76
- MindtPy: Various bug fixes (#3034 )
77
77
- PyROS: Update Solver Argument Resolution and Validation Routines (#3126 )
78
78
- PyROS: Update Subproblem Initialization Routines (#3071 )
79
79
- PyROS: Fix DR polishing under nominal objective focus (#3060 )
80
- - solver: Solver Refactor Part 1: Introducing the new solver interface (#3137 , #3156 )
81
80
82
81
-------------------------------------------------------------------------------
83
82
Pyomo 6.7.0 (29 Nov 2023)
0 commit comments