You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New features:
* Support function atom (PR cvxpy#860)
* Scalar product atom (PR cvxpy#910)
Bug fixes and enhancements:
* Fix formatting of MOSEK cone programs with exponential cones (PR cvxpy#862)
* Allow warm-starting diffcp (PR cvxpy#867)
* Default to conic solvers for LPs (PR cvxpy#871)
* Restart SCS without AA when solution inaccurate (PR cvxpy#876)
* Fix bugs in detection of monotone real functions for DQCP (PR cvxpy#909)
* Fix bugs in conic dual variable recovery (PR cvxpy#910)
1.1.0a1
Includes a bug fix to keep zeros in problem data that are affected by
parameters when differentiating
Adds backward, derivative methods to problem; these are experimental
Known issue: MOSEK cone interface is sometimes broken (cvxpy#848)