Skip to content

Release v0.10.0

Compare
Choose a tag to compare
@lidongze0629 lidongze0629 released this 05 Jan 11:37
· 1528 commits to main since this release
ceb7b37

We are glad to announce the availability of GraphScope v0.10. This release supports users to run GraphScope on Macs powered by Apple's new M1 chip. In addition, it allows to serialize/ deserialize graph data to/from the disk under the standalone mode.

We highlight the following improvements included in this release:

  • Add Apple's M1 chip support.
  • Improve the implementation and documentation of context selectors.
  • Support serialization/deserialization of graph data on the standalone mode.
  • Refactor Java SDK in Graph Analytics Engine.
  • Fix a bug when loading graph data from HDFS.
  • Fix got empty result in all_simple_path algorithm with num_workers=1

Docker Image

docker pull registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.10.0

Commits

  • [c49b1b2]: Format java source code of analytical engine (#1252) (DongZe Li)
  • [306da05]: Refactor GAE Java (#1227) (Zhang Lei)
  • [64afab7]: Fixed the auditwheel version to 5.0.0 (#1251) (DongZe Li)
  • [847a6a2]: Quickfix: a syntax error. (#1248) (Tao He)
  • [38ad3de]: Fixes the long-standing "Event loop is closed" issue. (#1247) (Tao He)
  • [5331658]: Bring back mars support, re-enable mars test in CI, and fixes several related issues. (#1246) (Tao He)
  • [9b32ccf]: Enable serialization test on K8s, and add a new case to test local serialization (#1245) (Tao He)
  • [819b970]: Enable customization of storage class (#1244) (Siyuan Zhang)
  • [038e915]: Print diffs when failed to format java source code. (#1243) (Tao He)
  • [529ecd2]: Consistent label checking in client side (#1242) (Siyuan Zhang)
  • [a7d1472]: Remove unrelated file from gh-pages (#1241) (Siyuan Zhang)
  • [89f03da]: Add documents about potential permission error when allocating PV in NFS. (#1239) (wuyueandrew)
  • [db9b427]: Format java code with google style (#1233) (DongZe Li)
  • [e37f69c]: Upgrade log4j2 (#1235) (tianliplus)
  • [e1e22a4]: Fix log not fetched to client (#1236) (Siyuan Zhang)
  • [2e7e639]: Changes on property applications (#1228) (DongZe Li)
  • [ab75ad7]: Fix error when selecting from empty graph (#1231) (Siyuan Zhang)
  • [9f8e7f2]: etcd: Increate the ETCD pods period seconds (#1213) (Hao Xin)
  • [0c60e6d]: Bump up required vineyard version to v0.3.14 and reable HDFS IO tests. (#1229) (Tao He)
  • [84ca6cd]: Fix some typo in persistent_graph_store.rst (#1232) (wuyueandrew)
  • [e26e533]: Fixed a typo in persistent_graph_store.rst (#1226) (wuyueandrew)
  • [06de1f1]: Make forward nightly ci pass (#1223) (Weibin Zeng)
  • [5b724b7]: Fix codecov coverage ratio (#1224) (DongZe Li)
  • [a812908]: Make GraphScope support on Apple M1 chip (#1221) (DongZe Li)
  • [f2ed9a1]: Typo of conn (#1222) (Siyuan Zhang)
  • [9e91236]: Upload codecover report only in ubuntu20 platform (#1220) (DongZe Li)
  • [d714011]: add edit_on_github button on docs. (#1214) (Jingbo Xu)
  • [1eacd87]: Make the definition of src in sssp and bfs accurate (#1218) (Siyuan Zhang)
  • [ed4a82b]: Report codecover of nightly CI (#1219) (DongZe Li)
  • [62c0676]: [networkx] Revise the add_node/edge with cache and upgrade NetworkX dependency to 2.6 (#1208) (Weibin Zeng)
  • [a6099b6]: Enhanced input validation and schema representation (#1205) (Siyuan Zhang)
  • [8cdc1b6]: Rename occurances of "libvineyard" to "v6d". (#1202) (Tao He)
  • [ec000ba]: Support compiling analytical engine on Apple M1 chip (#1200) (DongZe Li)
  • [76d4641]: [networkx] Update the built-in app implementation to make the behavior consistent with NetworkX implementation (#1176) (Weibin Zeng)
  • [3049ef9]: Update codecov/codecov-action to v2. (#1193) (Tao He)
  • [1c62d2a]: Increase the default resource in helm deployment (#1189) (DongZe Li)