Skip to content

Commit 270b61c

Browse files
committed
Initial changelog
1 parent e074b34 commit 270b61c

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,76 @@
11
Pyomo CHANGELOG
22
===============
33

4+
-------------------------------------------------------------------------------
5+
Pyomo 6.10.1 (04 Jun 2026)
6+
-------------------------------------------------------------------------------
7+
8+
- General
9+
- Resolve `capture_output` deadlock in multiprocessing environments (#3957)
10+
- Add SetOf domain; improve config's mock yaml dumper (#3872)
11+
- Bugfixes and testing of linear templates (#3781)
12+
- Core
13+
- Remove `pyomo.duality` and `pyomo.core.plugins.transform.model` (#3876)
14+
- Improved `ConstraintData.equality` relational expression generation (#3893)
15+
- KKT Transform code refactor (#3881)
16+
- New options/mappings in the core.add_slack_variables Transformation (#3869)
17+
- Centralize processing of monomial terms in LinearRepn compiler (#3956)
18+
- Documentation
19+
- Remove references to `scipopt.org`; update DoE paper reference (#3968)
20+
- Add AI policy to contribution guide (#3959)
21+
- Add a new template for tracking tasks (#3935)
22+
- Document use of 'Draft' status when reviewing PRs (#3918)
23+
- Improve documentation for mutable vs immutable Params (#3890)
24+
- Update README processing, version management (#3873)
25+
- Update URL for cyipopt documentation (#3909)
26+
- GDP
27+
- GDP Hull transform: add handling for cases of constraint functions not
28+
well-defined at the origin (#3880)
29+
- Exact hull reformulation for quadratic constraints (#3874)
30+
- Solver Interfaces
31+
- Fix memory leak in LegacySolverInterface wrapper (#3915)
32+
- Direct and Persistent Interfaces to SCIP (#3744)
33+
- KNITRO: Add warm start support (#3833)
34+
- Handle cuOpt UnboundedOrInfeasible termination status (11) (#3916)
35+
- IPOPT bug: version checking incorrect (#3862)
36+
- Add tests for trivial constraints (#3703)
37+
- Rework `SolutionLoader` (#3701)
38+
- Testing
39+
- Add missing Ipopt guards (parmest); add GHA nosolvers test (#3962)
40+
- Unpin GAMS release; rebuild GHA package cache (#3950)
41+
- Update GHA TPL cache; resolve new test failures (#3865)
42+
- Temporarily pin to PyPy 7.3.20 (#3899)
43+
- Update actions; exclude mathworks from URL checks (#3900, #3929)
44+
- Bugfix for non-standard sed on OSX (#3901)
45+
- Update osx installers and urlchecker environment (#3914)
46+
- GHA: run tests on draft PRs (#3926)
47+
- Add NEOS solvers (#3919, #3924)
48+
- Disallow cplex 22.1.2.1 from conda (#3910)
49+
- Contributed Packages
50+
- DoE: Fix trace/Cholesky initialization consistency (#3867)
51+
- DoE: Update documentation (#3812)
52+
- iis: Fix interface for current CPLEX releases (#3965)
53+
- initialization: Add initialization module (#3912)
54+
- mpc: Load data ignore expressions (#3868)
55+
- MindtPy: Internal short circuit base (#3907)
56+
- MindtPy: Fix results returned when no discrete variables present (#3861)
57+
- parmest/DoE: Reorganizing Documentation Pages (#3904)
58+
- parmest: Simplify _Q_opt with block scenario structure (#3789)
59+
- parmest: Adding regularization objective option (#3550)
60+
- piecewise: Factorable Programming for PWL Approximations (#3821)
61+
- piecewise: Separate Linear Terms in Nonlinear to Piecewise Linear
62+
Transformation (#3814)
63+
- PyNumero: Efficiency change to sensitivity toolbox calculations (#3905)
64+
- PyNumero: Use Hessian approximation in CyIpopt when grey-box without
65+
Hessian is present (#3892)
66+
- PyROS: Fix typos in PyROS `CardinalitySet` documentation (#3972)
67+
- PyROS: Extend the `CardinalitySet` to allow negative deviations (#3969)
68+
- PyROS: Add `CartesianProductSet` (#3927, #3951)
69+
- PyROS: Add caching for computed uncertain parameter bounds (#3877)
70+
- PyROS: Amend documentation of `BudgetSet.budget_membership_mat` (#3954)
71+
- TrustRegion: Remove direct manipulation of `stdout` (#3902)
72+
- TrustRegion: Add funnel globalization mechanism (#3832)
73+
474
-------------------------------------------------------------------------------
575
Pyomo 6.10.0 (20 Feb 2026)
676
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)