It's free while in Beta. Pricing TBD once it graduates from Beta.
I presented the new dispatching feature at PyData Global back in December. The first 30 minutes of the follow video: https://youtu.be/pd-Sbm8lHTc?t=46 It shows how to use the feature, some benchmarks, and how other…
If you want to play around with SuiteSparse:GraphBLAS using Python, try python-graphblas (https://python-graphblas.readthedocs.io/). And this is a shameless plug. I'm one of the authors of the Python wrapper.
Anyone who is serious about graph analysis in Python using linear algebra should check out GraphBLAS (graphblas.org). The inclusion of semirings makes things like SSSP and BFS extremely elegant on sparse adjacency…
It's free while in Beta. Pricing TBD once it graduates from Beta.
I presented the new dispatching feature at PyData Global back in December. The first 30 minutes of the follow video: https://youtu.be/pd-Sbm8lHTc?t=46 It shows how to use the feature, some benchmarks, and how other…
If you want to play around with SuiteSparse:GraphBLAS using Python, try python-graphblas (https://python-graphblas.readthedocs.io/). And this is a shameless plug. I'm one of the authors of the Python wrapper.
Anyone who is serious about graph analysis in Python using linear algebra should check out GraphBLAS (graphblas.org). The inclusion of semirings makes things like SSSP and BFS extremely elegant on sparse adjacency…