Skip to content

Commit fd3e55b

Browse files
committed
Now the singular matrix error when calling quadprog is captured and no eigenvalue decomposition is necessary (the argument control_numerical_ill_conditioning in design() is not necessary).
Also, the convergence criteria has been fixed (for cases where the variables or objective value were almost zero already).
1 parent e8d9498 commit fd3e55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import setuptools
55
import os
66

7-
__version__ = "0.5.1"
7+
__version__ = "0.6.0"
88

99
# Prepare and send a new release to PyPI
1010
if "release" in sys.argv[-1]:

0 commit comments

Comments
 (0)