JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
102 stars 16 forks source link

Prepare for `AdjointFactorization` #111

Closed dkarrasch closed 10 months ago

dkarrasch commented 1 year ago

This prepares the ground for https://github.com/JuliaLang/julia/pull/46874.

dkarrasch commented 1 year ago

Gentle bump.

codecov-commenter commented 1 year ago

Codecov Report

Merging #111 (fcef672) into master (ce89efc) will not change coverage. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   59.15%   59.15%           
=======================================
  Files          54       54           
  Lines        4299     4299           
=======================================
  Hits         2543     2543           
  Misses       1756     1756           
Impacted Files Coverage Δ
src/solvers/umfpack.jl 79.20% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dkarrasch commented 1 year ago

This is ready to go. It passes tests on my PR branch.