Skip to content

Releases: cvxgrp/CVXR

CRAN Version 1.0-15

08 Nov 01:31
e027f88
Compare
Choose a tag to compare
  • 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

03 Jun 19:36
6e1f87c
Compare
Choose a tag to compare
  • 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

17 Feb 18:27
Compare
Choose a tag to compare

Version 1.0-9

04 Aug 23:34
Compare
Choose a tag to compare
v1.0-9

Added a workflow for all tests

Version 1.0-8

13 Sep 18:16
ab4836f
Compare
Choose a tag to compare

Version 1.0-8 includes the DOI for the publication and adds exponential cone support to MOSEK.

Version 1.0-1

02 Apr 19:04
Compare
Choose a tag to compare
  • 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

02 Feb 17:04
Compare
Choose a tag to compare

Version 1.0 release with reductions, syntax changes and native solvers.

1.0 prep release

15 Nov 23:48
Compare
Choose a tag to compare

Preparing for upcoming 1.0 release based on newer versions of solvers

Bugfix release

05 Jun 19:03
Compare
Choose a tag to compare

Fixes a bug in the MOSEK interface and in format_constr for MOSEK.

LogExpAtom bugfix release

04 May 22:56
Compare
Choose a tag to compare

This release fixes a bug reported on StackOverflow