Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@goulart-paul goulart-paul released this 02 Feb 20:50
· 5 commits to main since this release
e951280

[0.10.0] - 2024-03-02

What's Changed

  • fix socp line search failure case #141
  • norm unscaling bug fix #136
  • added max_threads to settings

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