Skip to content

Commit 83040cd

Browse files
committed
More updates to the CHANGELOG
1 parent 63cc14d commit 83040cd

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pyomo 6.7.1 (21 Feb 2024)
2424
- Generalize the simple_constraint_rule decorator (#3152)
2525
- Fix edge case assigning new numeric types to Var/Param with units (#3151)
2626
- 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)
2828
- Add `all_different` and `count_if` to the logical expression system (#3058)
2929
- Fix RangeSet.__len__ when defined by floats (#3119)
3030
- Overhaul the `Suffix` component (#3072)
@@ -38,9 +38,11 @@ Pyomo 6.7.1 (21 Feb 2024)
3838
- Update intersphinx links, remove docs for nonfunctional code (#3155)
3939
- Update MPC documentation and citation (#3148)
4040
- 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)
4343
- Solver Interfaces
44+
- Preview release of new solver interfaces as pyomo.contrib.solver
45+
(#3137, #3156)
4446
- Make error msg more explicit wrt different interfaces (#3141)
4547
- NLv2: only raise exception for empty models in the legacy API (#3135)
4648
- Add `to_expr()` to AMPLRepn, fix NLWriterInfo return type (#3095)
@@ -69,15 +71,12 @@ Pyomo 6.7.1 (21 Feb 2024)
6971
- incidence_analysis: Method to add an edge in IncidenceGraphInterface (#3120)
7072
- incidence_analysis: Add subgraph method to IncidencegraphInterface (#3122)
7173
- 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)
7676
- MindtPy: Various bug fixes (#3034)
7777
- PyROS: Update Solver Argument Resolution and Validation Routines (#3126)
7878
- PyROS: Update Subproblem Initialization Routines (#3071)
7979
- PyROS: Fix DR polishing under nominal objective focus (#3060)
80-
- solver: Solver Refactor Part 1: Introducing the new solver interface (#3137, #3156)
8180

8281
-------------------------------------------------------------------------------
8382
Pyomo 6.7.0 (29 Nov 2023)

0 commit comments

Comments
 (0)