2022.4.0
First release!
graphblas-algorithms is just getting started. It only has PageRank:
graphblas_algorithms.pagerankmatches NetworkX API and passes all NetworkX PageRank tests.graphblas_algorithms.link_analysis.pagerank_coreis 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.