Skip to content

GraphScope v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lidongze0629 lidongze0629 released this 15 Mar 10:54
· 2094 commits to main since this release
f807eef

We highlight the following improvements included in this releases:

  • Graph Visualization: Add a module of jupyter notebook extension to visualize the graph data.
  • Better getting started experience for end-users: Optimate loading process of graph and improve the response time of each step in python
  • Better Kubernetes integration: Support deploy with HELM and generalize k8s_volumes to support mount PVC.
  • Improve graph manipulation APIs and support loading from vineyard stream by using names.
  • Support add vertices and edges to existing graph
  • Provide a script to launch k8s cluster on amazon/aliyun cloud.

Some Breaking API Changes:

  • Deprecate the support for minikube (k8s_minikube_vm_driver)

Commits

  • [f807eef]: Stop propgagating signal to coordinator subprocess when launching locally (#190) (DongZe Li)
  • [6f98f82]: Refine Graph.project_to_simple method. (#186) (Siyuan Zhang)
  • [d4bd566]: Fixes the typo in docs for pagerank. (#188) (Tao He)
  • [6c0efef]: Helm integration of GraphScope (#184) (DongZe Li)
  • [a232871]: Add vertices and edges to existing graph. (#179) (Siyuan Zhang)
  • [6a0e5a3]: Fix bug about can not join current thread during graph unloading (#177) (DongZe Li)
  • [e5b5e09]: fix the requirements check in launch_cluster script (#176) (Weibin Zeng)
  • [d709119]: Fix issue of union result parser in the new compiler of GIE (#175) (shirly121)
  • [be74042]: Provisioning k8s cluster on amazon/aliyun with script (#168) (Weibin Zeng)
  • [b3cf8f6]: Optimize time of sess.gremlin and sess.close (#170) (DongZe Li)
  • [5980176]: Opensource code for GAIA (#173) (yyy)
  • [705a7e6]: Init gaia directory (#171) (yyy)
  • [10f36b1]: The log_level could be in lower case, transform it to upper first. (#169) (Tao He)
  • [5b5061d]: Print useful information for commonly used objects. (#167) (Siyuan Zhang)
  • [70bb6e5]: Support loading from vineyard stream/dataframe using names. (#166) (Tao He)
  • [d0251fa]: Pre-compile a set of graphs / apps in docker-build stage. (#163) (Siyuan Zhang)
  • [f643d9f]: Capture KeyboardInterrupt during the session launching and cleanup re… (#162) (DongZe Li)
  • [ef3df2c]: Put config to handle in get_handle (#159) (Weibin Zeng)
  • [954f8a6]: Upgrade graph-learn submodule. (#158) (Tao He)
  • [b7ed6d8]: Generalize k8s_volumes and support mount pvc (#156) (DongZe Li)
  • [055480b]: Expose graph interactive engine parameters to client. (#155) (Siyuan Zhang)
  • [0c56ff0]: Optimize source chain operator (#152) (Siyuan Zhang)
  • [16a93ea]: fix: update graphscope package version & readme file (#148) (Moyee)
  • [567e3dc]: Unload graph when session close (#146) (DongZe Li)
  • [3081a8a]: Visualization with ipygraphin jupyterlab extension (#127) (DongZe Li)
  • [f97e26b]: Deprecated 'k8s_minikube_vm_driver' parameter in session. (#129) (DongZe Li)