jump-dev / SCS.jl

A Julia interface for the SCS conic programming solver
https://github.com/cvxgrp/scs
Other
81 stars 27 forks source link

Prep for v1.2.1 #277

Closed odow closed 1 year ago

odow commented 1 year ago

I'm going to declare https://github.com/jump-dev/SCS.jl/pull/270 as a bug fix, because the previous bridge was actually incorrect and falsely allowed support for VectorNonlinearFunction.

x-ref https://github.com/jump-dev/MathOptInterface.jl/pull/2201

I didn't realize that this PR was unreleased, so it took me quiiiite a long time to figure out when reading the code.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (1160611) 90.99% compared to head (7a805c2) 90.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #277 +/- ## ======================================= Coverage 90.99% 90.99% ======================================= Files 8 8 Lines 411 411 ======================================= Hits 374 374 Misses 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.