Skip to content

GraphScope v0.4.1

Compare
Choose a tag to compare
@lidongze0629 lidongze0629 released this 16 May 08:48
· 1996 commits to main since this release

We highlight the following fixes and improvements included in this releases:

  • Fix compile error under gcc4.9
  • Fix the bug of early stop optimization of GAIA
  • Correctly behavior of Graph.clear()
  • Fix install graphscope-jupyter extensions and correct the visualization behavior
  • Generalize the session interface to make it extensible
  • Publish graphscope-jupyter npm package for jupyterlab extension
jupyter labextension install @graphscope/graphscope-jupyter

Commits

  • [391a96cd]: Defaults to source when protocol not support vineyard io stream (#311) (DongZe Li)
  • [40a82296]: Correct the visualization behavior (#310) (DongZe Li)
  • [436c1514]: Drop unnecessary rustfmt.toml (#309) (yyy)
  • [c7fc41f8]: Fix install graphscope-jupyter extensions (#307) (DongZe Li)
  • [7a11d47c]: Install hadoop into the base image for HDFS accessing. (#306) (Tao He)
  • [129c3013]: [GAIA] fix the bug of early stop optimization (#304) (yyy)
  • [a6d06290]: Test GAIA in CI. (#305) (Tao He)
  • [59cbe697]: update networkx zh-cn tutorial and fix Graph.clear() bug (#296) (Weibin Zeng)
  • [d25509f4]: Generalize the session interface to make it extensible (#277) (DongZe Li)
  • [72d83f94]: add zh-cn version of networkx tutorial (#285) (Weibin Zeng)
  • [f9db7d24]: fix compile error under gcc4.9 (#276) (Siyuan Zhang)