Skip to content

Commit

Permalink
More updates to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho committed Feb 21, 2024
1 parent 63cc14d commit 83040cd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pyomo 6.7.1 (21 Feb 2024)
- Generalize the simple_constraint_rule decorator (#3152)
- Fix edge case assigning new numeric types to Var/Param with units (#3151)
- Add private_data to `_BlockData` (#3138)
- Convert implicit sets created by `IndexedComponent`s to "anonymous" sets (#3075)
- IndexComponent create implicit sets as "anonymous" sets (#3075)
- Add `all_different` and `count_if` to the logical expression system (#3058)
- Fix RangeSet.__len__ when defined by floats (#3119)
- Overhaul the `Suffix` component (#3072)
Expand All @@ -38,9 +38,11 @@ Pyomo 6.7.1 (21 Feb 2024)
- Update intersphinx links, remove docs for nonfunctional code (#3155)
- Update MPC documentation and citation (#3148)
- Fix an error in the documentation for LinearExpression (#3090)
- Fix bugs in the documentation of Pyomo.DoE (#3070)
- Fix a latex_printer vestige in the documentation (#3066)
- Fix Pyomo.DoE documentation (#3070)
- Fix latex_printer documentation (#3066)
- Solver Interfaces
- Preview release of new solver interfaces as pyomo.contrib.solver
(#3137, #3156)
- Make error msg more explicit wrt different interfaces (#3141)
- NLv2: only raise exception for empty models in the legacy API (#3135)
- Add `to_expr()` to AMPLRepn, fix NLWriterInfo return type (#3095)
Expand Down Expand Up @@ -69,15 +71,12 @@ Pyomo 6.7.1 (21 Feb 2024)
- incidence_analysis: Method to add an edge in IncidenceGraphInterface (#3120)
- incidence_analysis: Add subgraph method to IncidencegraphInterface (#3122)
- incidence_analysis: Add `ampl_repn` option (#3069)
- incidence_analysis: Fix config documentation of `linear_only` argument in
`get_incident_variables` (#3067)
- interior_point: Workaround for improvement in Mumps memory prediction
algorithm (#3114)
- incidence_analysis: Update documentation (#3067)
- interior_point: Resolve test failure due to Mumps update (#3114)
- MindtPy: Various bug fixes (#3034)
- PyROS: Update Solver Argument Resolution and Validation Routines (#3126)
- PyROS: Update Subproblem Initialization Routines (#3071)
- PyROS: Fix DR polishing under nominal objective focus (#3060)
- solver: Solver Refactor Part 1: Introducing the new solver interface (#3137, #3156)

-------------------------------------------------------------------------------
Pyomo 6.7.0 (29 Nov 2023)
Expand Down

0 comments on commit 83040cd

Please sign in to comment.