2022.4.0
First release!
graphblas-algorithms
is just getting started. It only has PageRank:
graphblas_algorithms.pagerank
matches NetworkX API and passes all NetworkX PageRank tests.graphblas_algorithms.link_analysis.pagerank_core
is a fast, GraphBLAS-only implementation that is used by the former.- This is the implementation to bring to benchmarking shootout.
This project is in alpha and may undergo significant changes.