Release Note¶
1.0¶
The 1.0 release provides a range of algorithm, includes:
- Centrality analysis: Page Rank.
- Pathfinding: Single Source Shortest Path.
- Connectivity analysis: Weekly Connected Components and Strongly Connected Components.
- Community Detection: Label Propagation and Triangle Count.
- Search: Breadth First Search.
- Graph Format: Calculate Degree and Format Convert between CSR and CSC.