JuliaLinearAlgebra / BlockBandedMatrices.jl

A Julia package for representing block-banded matrices and banded-block-banded matrices
https://julialinearalgebra.github.io/BlockBandedMatrices.jl/
MIT License
56 stars 13 forks source link

Remove Statistics as a dependency #164

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

This is a stale dependency that was oddly not flagged by Aqua in this package, but was in FillArrays.jl. This led to the test failure in https://github.com/JuliaArrays/FillArrays.jl/pull/286 (run)

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (cb486f9) 86.97% compared to head (d3faf2b) 86.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #164 +/- ## ======================================= Coverage 86.97% 86.97% ======================================= Files 10 10 Lines 1190 1190 ======================================= Hits 1035 1035 Misses 155 155 ```

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