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

Bump clarabel from 0.9.0 to 0.10.0 #957

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps clarabel from 0.9.0 to 0.10.0.

Release notes

Sourced from clarabel's releases.

v0.10.0

[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
Changelog

Sourced from clarabel's changelog.

[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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [clarabel](https://github.com/oxfordcontrol/Clarabel.rs) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/oxfordcontrol/Clarabel.rs/releases)
- [Changelog](https://github.com/oxfordcontrol/Clarabel.rs/blob/main/CHANGELOG.md)
- [Commits](oxfordcontrol/Clarabel.rs@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: clarabel
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.9%. Comparing base (32d3aa2) to head (54d2c62).
Report is 12 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #957   +/-   ##
======================================
  Coverage    97.9%   97.9%           
======================================
  Files         169     169           
  Lines        3321    3321           
  Branches      727     727           
======================================
  Hits         3253    3253           
  Misses         44      44           
  Partials       24      24           

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

@vprusso vprusso merged commit 4c1c5f7 into master Feb 3, 2025
18 checks passed
@vprusso vprusso deleted the dependabot/pip/clarabel-0.10.0 branch February 3, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant