diff --git a/pyomo/contrib/pyros/CHANGELOG.txt b/pyomo/contrib/pyros/CHANGELOG.txt index e9a89cd4f42..58b051a5e2c 100644 --- a/pyomo/contrib/pyros/CHANGELOG.txt +++ b/pyomo/contrib/pyros/CHANGELOG.txt @@ -3,6 +3,13 @@ PyROS CHANGELOG =============== +------------------------------------------------------------------------------- +PyROS 1.3.14 12 May 2026 +------------------------------------------------------------------------------- +- Add `CartesianProductSet` class to facilitate representations of Cartesian + products of continuous uncertainty sets + + ------------------------------------------------------------------------------- PyROS 1.3.13 16 Jan 2026 ------------------------------------------------------------------------------- diff --git a/pyomo/contrib/pyros/pyros.py b/pyomo/contrib/pyros/pyros.py index 38104e98fab..46e2fb35583 100644 --- a/pyomo/contrib/pyros/pyros.py +++ b/pyomo/contrib/pyros/pyros.py @@ -31,7 +31,7 @@ ModelData, ) -__version__ = "1.3.13" +__version__ = "1.3.14" default_pyros_solver_logger = setup_pyros_logger()