jump-dev / Convex.jl

A Julia package for disciplined convex programming
https://jump.dev/Convex.jl/stable/
Other
557 stars 119 forks source link

cleanup: delete internal type `VectorAffineFunctionAsMatrix` #660

Closed ericphanson closed 1 month ago

ericphanson commented 1 month ago

This was initially a different thing from a SparseTape, since that was lazy, but they eventually merged to become the exact same thing. I think I meant to drop it from #504 but forgot.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.96%. Comparing base (68e9efc) to head (23e62f6). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #660 +/- ## ========================================== + Coverage 97.88% 97.96% +0.07% ========================================== Files 89 89 Lines 5205 5197 -8 ========================================== - Hits 5095 5091 -4 + Misses 110 106 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.