Skip to content

Commit

Permalink
Merge pull request #37 from gjkennedy/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
gjkennedy authored Aug 24, 2023
2 parents 6c36734 + 52f4c0a commit 9110016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions paropt/paropt_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def __init__(self, **kwargs):
"""
super().__init__(**kwargs)

# What we support
self.supports["optimization"] = True

self.result = None
self._dvlist = None
self.fail = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_mpi_flags():

setup(
name="paropt",
version="2.1.2",
version="2.1.3",
description="Parallel interior-point optimizer",
author="Graeme J. Kennedy",
author_email="[email protected]",
Expand Down

0 comments on commit 9110016

Please sign in to comment.