pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
581 stars 123 forks source link

`scipy.sparse` fill-value fix. #685

Closed hameerabbasi closed 2 months ago

hameerabbasi commented 2 months ago

This pull request adds functionality to convert from/to SciPy sparse matrices, while supporting non-zero fill-values.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 90.16%. Comparing base (cb6b604) to head (a27e4e0). Report is 51 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #685 +/- ## ========================================== - Coverage 90.21% 90.16% -0.06% ========================================== Files 20 22 +2 Lines 3670 3740 +70 ========================================== + Hits 3311 3372 +61 - Misses 359 368 +9 ```