GraphBLAS / binsparse-specification

A cross-platform binary storage format for sparse data, particularly sparse matrices.
https://graphblas.org/binsparse-specification/
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Add `taco_view` and notebook showing TACO structures #8

Closed eriknw closed 1 year ago

eriknw commented 2 years ago

Also, update the strawman document with comments from our meeting.

We can now draw diagrams showing TACO-like structures: https://nbviewer.org/github/eriknw/binsparse-specification/blob/spz/spz_python/notebooks/Example_Rank4-taco.ipynb

I think this Python package may actually be useful (although extremely niche). I'd like to publish and share it. I don't like the name spz for it. Questions:

BenBrock commented 2 years ago

Maybe tensor_visualizer, tensor_format_visualizer, or sparse_format_visualizer?

eriknw commented 1 year ago

Renamed to sparsetensorviz.