·
2 commits
to branch-3.3.0
since this release
In version 3.3.0, Angel continues to strengthen the ability of graph computing. Compared with the previous version, we have done a lot of optimizations and provided some new features, include:
- Upgrade Spark version to 3.3.1
- Upgrade Scala version to 2.12.15
- Add a new pattern matching algorithm: BruteForce
- Add a graph-based approximate nearest neighbor search algorithm: HNSW
- Add a new community discovery algorithm: KClique
- Add an improved PageRank algorithm: PageRankPro, support setting rank values for nodes, which can be used for propagation
- Support incremental training for EGES
- Add ExtraInitEmbedding psf, optimize Louvain for rangePartition
- Add init and get psf for byte neighbors, add sort psf, add vertexCut for CommonFriends
- Function sorted is compatible with tags and attrs for NeighborTable for KClique
- Support aliasTable, typeNeighbor MultiGraphNode for GNN
Bug fix:
- Fix DeepWalk Demo
- Fix: change route rule for hash partition, match partition id and number with partId in meta for hash partition