Version 1.0.0
- Add
matrix_type
agnostic getter/setter fordata
- Add static methods
sparse2dense
anddense2sparse
- Update
data
on setcolumns
- Update
data
on setrows
- Check
data
for correct dimensions - Check
rows
andcolumns
for missing or duplicate ids - Make
shape
property read only - Check
shape
on construction - Add getter for
nnz
(#10) - Add
data
transformation tomatrix_type
setter (#3)