Releases: oxfordcontrol/Clarabel.rs
Releases · oxfordcontrol/Clarabel.rs
v0.11.1
What's Changed
- prefer static linking for openblas and netlib by @goulart-paul in #192
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Update to latest blas and lapack src crates by @bnaras in #161
- Configurable print streams by @goulart-paul in #160
- Adds "auto" option for ldlsolver selection by @goulart-paul in #162
- collapse 1d and repeated cones by @goulart-paul in #163
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #135
- improved tril support by @goulart-paul in #170
- Support for panua and mkl pardiso by @goulart-paul in #175
- bump msrv to 1.70 by @goulart-paul in #177
- Update msrv.yml by @goulart-paul in #178
- Custom termination callback hooks by @goulart-paul in #176
- Update msrv.yml by @goulart-paul in #179
- 2x2 and 3x3 special cases for cholesky, eigen and svd by @goulart-paul in #173
- structural dropzeros in P/A by @goulart-paul in #180
- Enable pardiso iparm configuration through settings by @goulart-paul in #181
- Pg/fix 171 by @goulart-paul in #183
- pardiso / py interface updates by @goulart-paul in #182
- more robust 2-norms by @goulart-paul in #184
- Validation checks during during solver creation and updates by @goulart-paul in #185
- Python callback hooks by @goulart-paul in #186
- fix #187 by @goulart-paul in #188
- add callback states for C by @goulart-paul in #189
- consolidate build logic by @goulart-paul in #190
- v0.11 by @goulart-paul in #191
Full Changelog: v0.10.0...v0.11.0
v0.10.0
[0.10.0] - 2024-03-02
What's Changed
Rust-specific changed
- force mkl LP64 format (32 bit ints) #130
- python 3.7/3.8 EOL updates #147
- enable CSC diagonal counting for triu/tril #145
- use .dlext directly from Libdl rather than Base.Libc in Clarabel.Rs julia wrapper by @mipals #142
- wasm as platform dependency. Fixes #135 #139
- fix of #125 #138
- fix #127 indexing failure in presolve #135
- utilities for converting to CSC canonicalization / deduplication #140
- fix compilation failure without "serde" feature by @cbbowen in #131
- release gil when solving by @wuciting in #122
- allow python to build with non-scipy blas and lapack #151
- QP/SDP tests for pytest #150
- update to faer v0.21 #155
- python data updates #156
- cvxpy support hooks for #75 in #157
- Additional documentation
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