Skip to content

Commit

Permalink
Update version number, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanjasonaf committed Nov 25, 2024
1 parent b960fc0 commit b9576c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/OnlineDocs/explanation/solvers/pyros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,8 @@ Observe that the log contains the following information:
:linenos:
==============================================================================
PyROS: The Pyomo Robust Optimization Solver, v1.3.0.
Pyomo version: 6.8.1
PyROS: The Pyomo Robust Optimization Solver, v1.3.1.
Pyomo version: 6.8.3
Commit hash: unknown
Invoked at UTC 2024-11-01T00:00:00.000000
Expand Down
7 changes: 7 additions & 0 deletions pyomo/contrib/pyros/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
PyROS CHANGELOG
===============

-------------------------------------------------------------------------------
PyROS 1.3.1 25 Nov 2024
-------------------------------------------------------------------------------
- Add new EllipsoidalSet attribute for specifying a
confidence level in lieu of a (squared) scale factor


-------------------------------------------------------------------------------
PyROS 1.3.0 12 Aug 2024
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyomo/contrib/pyros/pyros.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)


__version__ = "1.3.0"
__version__ = "1.3.1"


default_pyros_solver_logger = setup_pyros_logger()
Expand Down

0 comments on commit b9576c0

Please sign in to comment.