Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 01:59
· 225 commits to main since this release
eb0f3d9

We are excited to announce the release of GraphAr, Version 0.8.0. This release focuses on improvements on the C++ library and Java library. Some of the main changes are as follows:

  1. Initialize the Java SDK, provide graph info implementation
  • Implement the graph info with fastFFI
  1. C++ SDK improvement
  • Support building GraphAr C++ with system-installed arrow
  • Unify the util namespace
  1. Other improvements and BugFixs
  • Adapt spark yaml generator with C++ format
  • Fix compile error under JDK8 and maven 3.9.x
  • Remove arrow header from GraphAr's header

Commits

  • db82be6: [Minor] Fix the broken CI of doc (#214) (Weibin Zeng) #214
  • 198c884: [BugFix][Spark] Fix compile error under JDK8 and maven 3.9.x (#216) (Liu Xiao) #216
  • 3cd7038: [Minor][Spark] Adapt spark yaml format to BLOCK (#217) (Weibin Zeng) #217
  • c810364: [Feat][C++] Output the error message when access value in Result fail (#222) (Weibin Zeng) #222
  • 76276f1: [Feat][Java] Initialize the JAVA SDK: add INFO implementation (#212) (John) #212
  • 320f868: [FEAT] Unify the name:utils -> util and the namespace of GraphAr::util (#225) (Weibin Zeng) #225
  • dacd613: [Feat][C++] Support building GraphAr with system installed arrow (#230) (Weibin Zeng) #230
  • eb0f3d9: [BugFix][C++] Remove arrow header from GraphAr's header (#229) (Weibin Zeng) #229