Release Notes: v0.4.0
Today, we’re announcing the availability of GraphScope v0.4.0. This release focuses on the compatibility improvement with NetworkX, with the aim of allowing users to develop graph applications on large-scale graphs in a distributed environment just like doing this on a single machine. In addition, this release improves the experience of standalone deployment.
We highlight the following improvements included in this release:
-
Improved compatibility with NetworkX:
- Support
Graph/DiGraph
types in NetworkX; - Support Networkx APIs of operations and manipulations over the above two types of graphs;
- A new tutorial in Playground to introduce graph processing with NetworkX APIs.
- Support
-
Improve the experience of standalone deployment:
- Support to launch multiple sessions/instances in standalone mode.
For more detailed improvements that have been made in this release, please refer to the complete changelog.