|
1 | 1 | Pyomo CHANGELOG
|
2 | 2 | ===============
|
3 | 3 |
|
| 4 | +------------------------------------------------------------------------------- |
| 5 | +Pyomo 6.6.0 (24 May 2023) |
| 6 | +------------------------------------------------------------------------------- |
| 7 | + |
| 8 | +- General |
| 9 | + - Remove `pyomo check`/`pyomo.checker` module (#2753) |
| 10 | + - Improve formatting of docstrings generated from `ConfigDict` (#2754) |
| 11 | + - Deprecate `add_docstring_list` (#2755) |
| 12 | + - Reapply `black` to previously completed directories (#2775) |
| 13 | + - Improve formatting for `DeveloperError`, `MouseTrap` messages (#2805) |
| 14 | +- Core |
| 15 | + - Bugfix: component indexes specified as lists (#2765) |
| 16 | + - Remove the use of weakrefs in `SymbolMap` (#2791) |
| 17 | + - Improve conversions between Pyomo and Sympy expressions (#2806) |
| 18 | + - Rework expression generation to leverage multiple dispatch (#2722) |
| 19 | + - Improve robustness of `calculate_variable_from_constraint()` (#2812) |
| 20 | + - Add support for infix Boolean logical operators (#2835) |
| 21 | + - Improvements to Pyomo component iteration (#2829) |
| 22 | +- Documentation |
| 23 | + - Copyright and Book Updates (#2750) |
| 24 | + - Link documentation in incidence_analysis README (#2759) |
| 25 | + - Update ReadtheDocs Configuration (#2780) |
| 26 | + - Correct import in community.rst (#2792) |
| 27 | + - Remove instructions for python <= 3.0 (#2822) |
| 28 | +- Solvers Interfaces |
| 29 | + - NEOS: fix typo in `kestrelAMPL.kill()` argument (#2758) |
| 30 | + - Better handling of mutable parameters in HiGHS interface (#2763) |
| 31 | + - Improve linear data structure in NL writer (#2769) |
| 32 | + - Bugfix for shared named expressions in NL writer (#2790) |
| 33 | + - Resolve NPV constants in `LinearExpressions` in NL writer (#2811) |
| 34 | + - GAMS/Baron: ensure negative numbers are parenthesized (#2833) |
| 35 | + - Release LP version 2 (LPv2) writer (#2823, #2840) |
| 36 | +- Testing |
| 37 | + - Rework Upload of Coverage Reports (#2761) |
| 38 | + - Update constant for visitor tests for python 3.11.2 (#2799) |
| 39 | + - Auto-Linting: Spelling Black Style Checker (#2800, #2818) |
| 40 | + - Skip MOSEK tests on NEOS (due to unknown NEOS error) (#2839) |
| 41 | +- GDP |
| 42 | + - Add `gdp.bound_pretransformation` (#2824) |
| 43 | +- Contributed Packages |
| 44 | + - APPSI: Improve logging consistency across solvers (#2787) |
| 45 | + - APPSI: Update `available` method in APPSI-Gurobi interface (#2828) |
| 46 | + - DoE: Release version 2 (#2794) |
| 47 | + - incidence_analysis: Remove strict usage of PyomoNLP (#2752) |
| 48 | + - incidence_analysis: Test `IndexedBlock` (#2789) |
| 49 | + - incidence_analysis: Use standard repn for incidence graph generation (#2834) |
| 50 | + - Parmest: Update for pandas 2.0.0 release (#2795) |
| 51 | + - piecewise: Add contrib.piecewise package (#2708, #2768, #2766, #2797, #2798, |
| 52 | + #2826) |
| 53 | + - PyNumero: Refactor CyIpopt interface to subclass `cyipopt.Problem` (#2760) |
| 54 | + - PyNumero: Fix CyIpopt interface when `load_solutions=False` (#2820) |
| 55 | + - PyROS: Fixes to PyROS Separation Routine (#2815) |
| 56 | + - PyROS: Fixes to Coefficient Matching and Timing Functionalities (#2837) |
| 57 | + |
4 | 58 | -------------------------------------------------------------------------------
|
5 | 59 | Pyomo 6.5.0 (16 Feb 2023)
|
6 | 60 | -------------------------------------------------------------------------------
|
|
0 commit comments