New features: * Support function atom (PR 860) * Scalar product atom (PR 910)
Bug fixes and enhancements: * Fix formatting of MOSEK cone programs with exponential cones (PR 862) * Allow warm-starting diffcp (PR 867) * Default to conic solvers for LPs (PR 871) * Restart SCS without AA when solution inaccurate (PR 876) * Fix bugs in detection of monotone real functions for DQCP (PR 909) * Fix bugs in conic dual variable recovery (PR 910)
1.0.31
Removes some circular dependencies that caused issues on some platforms.
1.0.29
Includes a bug fix for DGP problems. Before this version, DGP problems using the `quad_over_lin` atom were incorrectly canonicalized.
1.0.28
This release gives priority to conic solvers over QP solvers when solving LPs.
ECOS, the default conic solver, solves QPs more reliably than the default QP solver (OSQP).
1.0.27 was meant to add this functionality, but didn't due to a small bug.
1.0.27
This release gives priority to conic solvers over QP solvers when solving LPs.
ECOS, the default conic solver, solves QPs more reliably than the default QP solver (OSQP).