Releases: oxfordcontrol/Clarabel.rs
Releases · oxfordcontrol/Clarabel.rs
v0.9.0
v0.8.1
Minor change to build options for docs.rs
Full Changelog: v0.8.0...v0.8.1
v0.8.0
v0.7.1
What's Changed
- enable deployment to Test PyPi in #76
- fix psd scaling checks in #82
- Print directly to python stdio streams for python builds in #81
Full Changelog: v0.7.0...v0.7.1
v0.7.0
v0.6.0.post1
What's Changed
- Add sdist to pypi build by @goulart-paul in #57
Full Changelog: v0.6.0.post0...v0.6.0.post1
v0.6.0.post0
What's Changed
- updated color modes by @goulart-paul in #55
- updated maturin config by @goulart-paul in #56
Makes cosmetic changes to the github Readme and modifies the maturin build options for future compatibility with conda.
Full Changelog: v0.6.0...v0.6.0.post0
v0.6.0
What's Changed
- fixes LP style initialization #41
- Faster convergence for problems with only equality constraints #42
- Update LICENSE.md by @tschm #39
- Adds additional documentation, examples and user utilities #43
- Enable print of internal timers through the Julia wrapper #44
- Update keywords in Cargo.toml #45
- Provides utility for making allocated cscmatrix from an adjoint #46
- Simplify relative optimality gap calculation #48
- Adds generalized power cone #50
- Treat 3/4D SOC cone as dense #51
- Julia/Python wrappers for GenPowerCone #52
- improved qdldl error handling on factor errors #53
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- enable sdp features in CI codecov by @goulart-paul in #29
- use cargo-tarpaulin directly by @goulart-paul in #30
- iterative refinement fix by @goulart-paul in #34
- Add BLAS/LAPACK feature for R, conditionally use f32 implementations by @bnaras in #35
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Adds SDP support.