Skip to content

Release-2.3.0

Compare
Choose a tag to compare
@paynie paynie released this 16 Aug 08:47
· 3 commits to master-2 since this release

Angel 2.3.0 Release

Starting with version 2.3, angel will maintain two separate version series: 2.X and 3.X.
We have added the hotfix-2, master-2 and develop-2 branches for release and dimension 2.X series versions.

In this version, we enhance the PS function and added the ability to store complex data objects. Based on this function, we upgraded the original graph algorithm capabilities, and added graph data structures and operation interfaces.

We have refactored K-Core again, and the performance and stability of the refactored version have been significantly improved. We have added an implementation version of LINE algorithm LINE V2, in the case where the node coding dimension is not very high(< 512). LINE V2 version performance is significantly improved compared to the original version, and it is more stable.

This release adds a new module: angel-ps-graph, which contains the definition and operation interface of the graph data structure. Based on this module, we implemented GCN and GraphSage on the Pytorch On Angel platform.