ProximalOperators.jl icon indicating copy to clipboard operation
ProximalOperators.jl copied to clipboard

Remove SuiteSparse from dependencies

Open lostella opened this issue 2 years ago • 3 comments

Suite Sparse is been merged into SparseArrays.

  • Removing dependency on SuiteSparse in favor of SparseArrays
  • Bump minimum Julia requirement to 1.9
  • Adjust GH workflows accordingly
  • Update actions in GH workflows
  • Bump package version to 0.17

lostella avatar Oct 27 '23 19:10 lostella

Codecov Report

Merging #149 (098d95e) into master (86dcef2) will decrease coverage by 0.09%. The diff coverage is 100.00%.

:exclamation: Current head 098d95e differs from pull request most recent head 21d7f3d. Consider uploading reports for the commit 21d7f3d to get more accurate results

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   95.61%   95.52%   -0.09%     
==========================================
  Files          79       79              
  Lines        2483     2483              
==========================================
- Hits         2374     2372       -2     
- Misses        109      111       +2     
Files Coverage Δ
src/calculus/epicomposeQuadratic.jl 100.00% <ø> (ø)
src/functions/indAffine.jl 90.00% <ø> (ø)
src/functions/indAffineDirect.jl 97.50% <100.00%> (ø)
src/functions/indGraphSparse.jl 100.00% <ø> (ø)
src/functions/leastSquaresDirect.jl 93.42% <100.00%> (ø)
src/functions/quadraticDirect.jl 97.82% <100.00%> (ø)

... and 1 file with indirect coverage changes

codecov[bot] avatar Oct 27 '23 19:10 codecov[bot]

This is apparently still a separate stdlib in Julia 1.6

lostella avatar Nov 04 '23 13:11 lostella