From 2634b81880f4374ba83fea6eff7fc89717ac4c83 Mon Sep 17 00:00:00 2001 From: jasherma Date: Tue, 12 May 2026 15:34:05 -0400 Subject: [PATCH] Update version number, changelog --- pyomo/contrib/pyros/CHANGELOG.txt | 7 +++++++ pyomo/contrib/pyros/pyros.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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()