|
1 | 1 | Pyomo CHANGELOG
|
2 | 2 | ===============
|
3 | 3 |
|
| 4 | +------------------------------------------------------------------------------- |
| 5 | +Pyomo 6.5.0 (16 Feb 2023) |
| 6 | +------------------------------------------------------------------------------- |
| 7 | + |
| 8 | +- General |
| 9 | + - Apply `black` to enforce PEP8 standards in certain modules (#2737, #2738, |
| 10 | + #2733, #2732, #2731, #2728, #2730, #2729, #2720, #2721, #2719, #2718) |
| 11 | + - Add Developers' call information to README (#2665) |
| 12 | + - Deprecate `pyomo.checker` module (#2734) |
| 13 | + - Warn when infeasibility tools will not log output (#2666) |
| 14 | + - Separate identification from logging in `pyomo.util.infeasible.log_*` (#2669) |
| 15 | + - Convert subprocess timeout parameters to module attributes (#2672) |
| 16 | + - Resolve consistency issues in the Bunch class (#2685) |
| 17 | + - Remove GSL downloader from `download-extensions` (#2725) |
| 18 | + - Update enhancement GitHub issue template to link to wiki (#2739) |
| 19 | + - Add deprecation warning to `pyomo` command (#2740) |
| 20 | + - Require `version=` for all deprecation utilities (#2744) |
| 21 | + - Fix `pyomo --version` version string (#2743) |
| 22 | +- Core |
| 23 | + - Fix minor typo: taht -> that in set.py (#2679) |
| 24 | + - Fix bugs in scaling transformation (#2678) |
| 25 | + - Rework handling of 'dimensionless' units in Pyomo (#2691) |
| 26 | +- Solver Interfaces |
| 27 | + - Switch default NL writer to nlv2 and bug fixes (#2676, #2710, #2726) |
| 28 | + - Enable MOSEK10 warm-start flag and relocate var initialization (#2647) |
| 29 | + - Fix handling of POW in Baron writer (#2693) |
| 30 | + - Update GAMS license check to avoid exception when not available (#2697) |
| 31 | +- Documentation |
| 32 | + - Fix incorrect documentation for sending options to solvers (#2688) |
| 33 | + - Fix Sphinx warnings (#2712) |
| 34 | + - Document Python Version Support policy (#2735) |
| 35 | + - Document deprecation and removal of functionality (#2741) |
| 36 | + - Document docstring formatting requirements (#2742) |
| 37 | +- Testing |
| 38 | + - Skip failing Baron tests (#2694) |
| 39 | + - Remove residual `nose` references (#2736) |
| 40 | + - Update GHA setup-python version (#2705) |
| 41 | + - Improve GHA conda setup performance (#2701) |
| 42 | + - Add unit test for QCQO problems with MOSEK (#2682) |
| 43 | +- DAE |
| 44 | + - Fix typo in `__init__.py` (#2683) |
| 45 | + - Add `active` filter to flattener (#2643) |
| 46 | +- GDP |
| 47 | + - Add GDP-to-MIP transformation base class (#2687) |
| 48 | +- Contributed Packages |
| 49 | + - DoE: New module for model-based design of experiments (#2294, #2711, #2527) |
| 50 | + - FBBT: Add tolerances to tests (#2675) |
| 51 | + - GDPopt: Switch a LBB test to use Gurobi as MINLP solver (#2686) |
| 52 | + - incidence_analysis: Add `plot` method to `IncidenceGraphInterface` (#2716) |
| 53 | + - incidence_analysis: Refactor to cache a graph instead of a matrix (#2715) |
| 54 | + - incidence_analysis: Add documentation and update API (#2727, #2745) |
| 55 | + - incidence_analysis: Add logging solve_strongly_connected_components (#2723) |
| 56 | + - MindtPy: Refactor to improve extensibility and maintainability (#2654) |
| 57 | + - Parmest: Suppress mpi-sppy output in import (#2692) |
| 58 | + - PyNumero: Add tee argument to Pyomo-SciPy square solvers (#2668) |
| 59 | + - PyNumero: Support implicit function solvers in ExternalPyomoModel (#2652) |
| 60 | + - PyROS: Fix user_time and wallclock_time bug (#2670) |
| 61 | + - PyROS: More judicious enforcement of PyROS Solver time limit (#2660, #2706) |
| 62 | + - PyROS: Update documentation (#2698, #2707) |
| 63 | + - PyROS: Adjust routine for loading DR polishing model solutions (#2700) |
| 64 | + - Viewer: Update to support PySide6 and display units and domain (#2689) |
| 65 | + |
4 | 66 | -------------------------------------------------------------------------------
|
5 | 67 | Pyomo 6.4.4 (9 Dec 2022)
|
6 | 68 | -------------------------------------------------------------------------------
|
|
0 commit comments