Recent Releases of Clarabel

Clarabel - v0.11.0

What's Changed

  • HSL and Pardiso via weakdeps by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/192
  • Update Project.toml by @mipals in https://github.com/oxfordcontrol/Clarabel.jl/pull/187
  • avoid allocs in panua pardiso wrapper by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/191
  • support MOI.NumberOfThreads by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/196
  • auto select ldl solver by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/193
  • collapse 1d and repeated cones by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/195

New Contributors

  • @mipals made their first contribution in https://github.com/oxfordcontrol/Clarabel.jl/pull/187

Full Changelog: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.10.0...v0.11.0

- Julia
Published by goulart-paul 12 months ago

Clarabel - v0.10.0

[0.10.0] - 2024-03-02

What's Changed

  • fix socp line search failure case #179
  • norm unscaling bug fix #180
  • added max_threads to settings

- Julia
Published by goulart-paul over 1 year ago

Clarabel - v0.9.0

Changed

  • Read/write problems to JSON files #169

Julia-specific changes

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

- Julia
Published by goulart-paul almost 2 years ago

Clarabel - v0.9.0

Changed

  • Read/write problems to JSON files #169

- Julia
Published by goulart-paul almost 2 years ago

Clarabel - v0.8.1

Minor documentation update

Full Changelog: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.8.0...v0.8.1

- Julia
Published by goulart-paul almost 2 years ago

Clarabel - v0.8.0

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

- Julia
Published by goulart-paul almost 2 years ago

Clarabel - v0.7.1

What's Changed

  • fix psd scaling checks in https://github.com/oxfordcontrol/Clarabel.jl/pull/158
  • fix for LDL solvers using lower triangular format #155

Full Changelog: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.7.0...v0.7.1

- Julia
Published by goulart-paul about 2 years ago

Clarabel - v0.7.0

What's Changed

  • Report dual objective values https://github.com/oxfordcontrol/Clarabel.jl/pull/154
  • Add support for mixed exp / sdp cones https://github.com/oxfordcontrol/Clarabel.jl/pull/153
  • Add methods for problem data updates https://github.com/oxfordcontrol/Clarabel.jl/pull/152
  • Pg/bounded equilibration https://github.com/oxfordcontrol/Clarabel.jl/pull/151
  • compute infeasibility residuals before unscaling https://github.com/oxfordcontrol/Clarabel.jl/pull/156

Full Changelog: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.6.0...v0.7.0

- Julia
Published by goulart-paul about 2 years ago

Clarabel - v0.6.0

What's Changed

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

Full Changelog: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.5.1...v0.6.0

- Julia
Published by goulart-paul over 2 years ago

Clarabel - v0.5.1

What's Changed

  • Scaledpsd by @blegat in https://github.com/oxfordcontrol/Clarabel.jl/pull/131
  • iterative refinement edge case by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/128
  • Update README.md for JuMP documentation by @odow in https://github.com/oxfordcontrol/Clarabel.jl/pull/130
  • MOI termination statuses (fixes #129) by @goulart-paul in https://github.com/oxfordcontrol/Clarabel.jl/pull/132

New Contributors

  • @blegat made their first contribution in https://github.com/oxfordcontrol/Clarabel.jl/pull/131
  • @odow made their first contribution in https://github.com/oxfordcontrol/Clarabel.jl/pull/130

Full Changelog: https://github.com/oxfordcontrol/Clarabel.jl/compare/v0.5.0...v0.5.1

- Julia
Published by goulart-paul almost 3 years ago

Clarabel - v0.5.0

  • sync SDP support changes for Rust
  • improved precompilation
  • adds BigFloat support for SDPs

- Julia
Published by goulart-paul about 3 years ago

Clarabel - v0.4.1

  • Constraint reduction for inequalities with infinite RHS (https://github.com/oxfordcontrol/Clarabel.jl/pull/115)

  • internal changes for sdp efficiency and rust compatibility

  • Constructor float type defaults (fixes https://github.com/oxfordcontrol/Clarabel.jl/issues/117)

- Julia
Published by goulart-paul about 3 years ago

Clarabel - v0.4.0

  • 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.

- Julia
Published by goulart-paul about 3 years ago

Clarabel - v0.3.0

  • Implements support for exponential and power cones
  • Numerical stability improvements
  • various bug fixes

- Julia
Published by goulart-paul over 3 years ago

Clarabel - v0.2.0

  • Companion rust/python implementation released starting from v0.2.0
  • Ported all documentation to the common site at https://github.com/oxfordcontrol/ClarabelDocs

- Julia
Published by goulart-paul almost 4 years ago

Clarabel - v0.1.2

Removes dependency on DataFrames.

- Julia
Published by goulart-paul almost 4 years ago

Clarabel - v0.1.1

v0.1.1

  • Minor documentation fixes
  • removes dependency on InteractiveUtils
  • updates dependency versions

- Julia
Published by goulart-paul almost 4 years ago

Clarabel - v0.1.0

Initial release

- Julia
Published by goulart-paul almost 4 years ago