Skip to content

Releases: oxfordcontrol/Clarabel.jl

v0.9.0

06 Jun 16:11
8a62df1
Compare
Choose a tag to compare

Changed

  • Read/write problems to JSON files #169

Julia-specific changes

  • Fix crash on systems with 32-bit blas #171

v0.8.1

22 May 07:59
Compare
Choose a tag to compare

Minor documentation update

Full Changelog: v0.8.0...v0.8.1

v0.8.0

21 May 12:28
Compare
Choose a tag to compare

Changed

  • implements chordal decomposition for PSD cones #164
  • updates scaling bounds #165

Julia specific changes

  • Adds support for several 3rd party linear solvers -- HSL MA57, Panua Pardiso and MKL Pardiso #166

v0.7.1

01 Mar 23:15
Compare
Choose a tag to compare

What's Changed

  • fix psd scaling checks in #158
  • fix for LDL solvers using lower triangular format #155

Full Changelog: v0.7.0...v0.7.1

v0.7.0

27 Feb 00:06
f8a1f1a
Compare
Choose a tag to compare

What's Changed

  • Report dual objective values #154
  • Add support for mixed exp / sdp cones #153
  • Add methods for problem data updates #152
  • Pg/bounded equilibration #151
  • compute infeasibility residuals before unscaling #156

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Sep 13:04
c9a6602
Compare
Choose a tag to compare

What's Changed

  • fix LP style initialization #134
  • Fix type errors for #135 #136
  • Faster handling of 3/4D SOCs #137
  • Faster convergence for QPs with only equalities #139
  • Simply relative optimality gap calculation in #140
  • Generalized power cone implementation by @yuwenchen95 in #138.
  • Modified internal handling of sparsifiable cones #142
  • Update to the new scaled PSD set by @blegat #141

Full Changelog: v0.5.1...v0.6.0

v0.5.1

02 Jun 22:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Apr 10:09
Compare
Choose a tag to compare
  • sync SDP support changes for Rust
  • improved precompilation
  • adds BigFloat support for SDPs

v0.4.1

08 Mar 20:51
0c34116
Compare
Choose a tag to compare
  • Constraint reduction for inequalities with infinite RHS (#115)

  • internal changes for sdp efficiency and rust compatibility

  • Constructor float type defaults (fixes #117)

v0.4.0

26 Feb 08:41
50b0c6e
Compare
Choose a tag to compare
  • Internal fixes relating to initialization of iterates in symmetric cone problems.
  • Numerical stability improvements for second order cone constraints.
  • Modification of the internal calls to QDLDL.jl to allow for direct assignment of parameters in AMD ordering.
  • Makes Pardiso an optional dependency via Requires.jl.