Releases: cvxgrp/CVXR
Releases · cvxgrp/CVXR
CRAN Version 1.0-15
- Revert clarabel requirement and use enhance rather than import until really necessary
- Update return codes for user_limit etc to be infeasible_inaccurate to match
- Add an S3 print method for result from solve().
- Move upper_tri_to_full to C++
- Drop use of R6 classes
- Address bug in copying Power object
CRAN Release 1.0-13
- Addresses memory issues raised by unnecessary coercions of sparse matrices to dense and back (Issue 137)
- Added C routines for performing
sweep
on sparse matrices in situ.
Release matching version 1.0-11 on CRAN
Addresses CRAN issues.
Version 1.0-9
v1.0-9 Added a workflow for all tests
Version 1.0-8
Version 1.0-8 includes the DOI for the publication and adds exponential cone support to MOSEK.
Version 1.0-1
- Many small fixes to solver interfaces
- Reference semantics for
Parameter
- Warm start for
OSQP
and updates to solver cache - Solver parameter defaults explicit now
- New tests added for solver combinations
Version 1.0
Version 1.0 release with reductions, syntax changes and native solvers.
1.0 prep release
Preparing for upcoming 1.0 release based on newer versions of solvers
Bugfix release
Fixes a bug in the MOSEK interface and in format_constr
for MOSEK.
LogExpAtom bugfix release
This release fixes a bug reported on StackOverflow