Skip to content

Commit ccd5fc9

Browse files
Update version number, changelog
1 parent e0d32c6 commit ccd5fc9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

doc/OnlineDocs/explanation/solvers/pyros/solver_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your console output will, by default, look like this:
2626
:linenos:
2727
2828
==============================================================================
29-
PyROS: The Pyomo Robust Optimization Solver, v1.3.10.
29+
PyROS: The Pyomo Robust Optimization Solver, v1.3.11.
3030
Pyomo version: 6.9.5.dev0 (devel {main})
3131
Commit hash: unknown
3232
Invoked at UTC 2025-10-18T00:00:00.000000+00:00

pyomo/contrib/pyros/CHANGELOG.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ PyROS CHANGELOG
33
===============
44

55

6+
-------------------------------------------------------------------------------
7+
PyROS 1.3.11 17 Oct 2025
8+
-------------------------------------------------------------------------------
9+
- Modify PyROS solver logging defaults
10+
- Expand and split up the PyROS online documentation pages
11+
- Add a new, extensive usage tutorial to the PyROS online documentation
12+
- Replace the original quickstart example with a problem that is smaller,
13+
easier to write down, and less sensitive to the subsolver(s) used.
14+
- Add mathematical definitions of the uncertainty sets to the
15+
uncertainty set class docstrings
16+
17+
618
-------------------------------------------------------------------------------
719
PyROS 1.3.10 24 Sep 2025
820
-------------------------------------------------------------------------------

pyomo/contrib/pyros/pyros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636

37-
__version__ = "1.3.10"
37+
__version__ = "1.3.11"
3838

3939

4040
default_pyros_solver_logger = setup_pyros_logger()

0 commit comments

Comments
 (0)