Releases: oxfordcontrol/Clarabel.jl
Releases · oxfordcontrol/Clarabel.jl
v0.9.0
v0.8.1
Minor documentation update
Full Changelog: v0.8.0...v0.8.1
v0.8.0
v0.7.1
What's Changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0
v0.6.0
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
What's Changed
- Scaledpsd by @blegat in #131
- iterative refinement edge case by @goulart-paul in #128
- Update README.md for JuMP documentation by @odow in #130
- MOI termination statuses (fixes #129) by @goulart-paul in #132
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- sync SDP support changes for Rust
- improved precompilation
- adds BigFloat support for SDPs
v0.4.1
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.