Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.10 WIP #149

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

v0.10 WIP #149

wants to merge 34 commits into from

Conversation

goulart-paul
Copy link
Member

No description provided.

wuciting and others added 28 commits June 26, 2024 17:20
* bump python MSV to 3.9

* upgrade to pyo3 v0.23
This line broke for me when using ClarabelRs on Julia 1.11.

In previous releases of Julia it seems at you could dlext from Base.Libc.dlext, but that is not the case on 1.11 (at least on macOS). Since Libdl is loaded here one can instead get dlext from Libdl.dlext.
Fixes error condition identified in example of cvxpy/cvxpy#2610

Port of fix in oxfordcontrol/Clarabel.jl#180
fixex #127 presolve issue with large bounds (#137)
* bump python MSV to 3.9

* upgrade to pyo3 v0.23
This line broke for me when using ClarabelRs on Julia 1.11.

In previous releases of Julia it seems at you could dlext from Base.Libc.dlext, but that is not the case on 1.11 (at least on macOS). Since Libdl is loaded here one can instead get dlext from Libdl.dlext.
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 95.50562% with 4 lines in your changes missing coverage. Please review.

Project coverage is 88.04%. Comparing base (d1ca25d) to head (51008ec).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/algebra/csc/utils.rs 83.33% 2 Missing ⚠️
src/python/pyblas/mod.rs 0.00% 1 Missing ⚠️
src/solver/implementations/default/info.rs 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
+ Coverage   87.42%   88.04%   +0.61%     
==========================================
  Files          77       77              
  Lines        6189     6246      +57     
==========================================
+ Hits         5411     5499      +88     
+ Misses        778      747      -31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Fix compilation failure without "serde" feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants