Skip to content

Commit

Permalink
update to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Dai authored and Sheng Dai committed Nov 16, 2023
1 parent 4d70516 commit 9757b9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.8'
release = '0.7.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pystoned/utils/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def optimize_model(model, email, cet, solver=OPT_DEFAULT):
return solver_instance.solve(model, tee=True), 1
else:
if solver is OPT_DEFAULT and cet is CET_ADDI:
solvers = ["cplex", "cbc", "mosek"]
solvers = ["mosek"]
elif solver is OPT_DEFAULT and cet == CET_MULT:
solvers = ["knitro"]
else:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup_args = dict(
name='pystoned',
version='0.6.9',
version='0.7.0',
description='A Python Package for Convex Regression and Frontier Estimation',
long_description_content_type="text/markdown",
long_description=README,
Expand Down

0 comments on commit 9757b9a

Please sign in to comment.