Skip to content

2022.4.0

Compare
Choose a tag to compare
@eriknw eriknw released this 04 Apr 19:40
· 64 commits to main since this release
67a9e4d

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.