Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:29
· 301 commits to main since this release
8ff4d99

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

  1. Improvements of the C++ library
  • Supported getting a reference to the property in Vertex/Edge
  • Used recommended parameter to sort in Writer
  • Added validation of different levels for builders
  1. Documentation enhancement and community building
  • Refined the documentation of file format design
  • Improved spelling for documentation
  • Added community introduction and mail list to communication tools
  • Refined README in cpp about building
  1. Bug fixes
  • Fixed compile error on ARM platform
  • Aligned the arrow version to the system if arrow is installed
  • Fixed the arrow acero not found error
  • Fixed examples under build type of release

Thank you to all contributors who have contributed to this release. For more information, please refer to the individual commits listed.

New Contributors

Commits

  • 8ebf14c: Fix compile error on ARM platform (#158) (Weibin Zeng) #158
  • fdd1b99: [C++] Support to get reference of the property in Vertex/Edge (#156) (lixueclaire) #156
  • 1bc4656: [C++] Align arrow version to system if arrow installed (#162) (@acezen Weibin Zeng) #162
  • a17b42d: [C++][BugFix] Fix the arrow acero not found error when building with arrow 12.0.0 or greater (#164) (Weibin Zeng) #164
  • e6a59f4: [Doc] Refine the documentation of file format design (#165) (lixueclaire) #165
  • 68e77ab: [BugFix] [C++] Make examples to generate result files under build type of release (#173) (lixueclaire) #173
  • e19c553: [Doc] Improve spelling (#175) (Ziyi Tan) #175
  • f7083c7: [Improvement][C++] Use recommended parameter to sort in Writer (#177) (@lixueclaire lixueclaire) #177
  • e868e06: [MINOR][DOC] Add mail list to our communication tools and add community introduction (#179) (Weibin Zeng) #179
  • 9c234cb: [C++][Improvement] Add validation of different levels for builders in C++ library (#181) (lixueclaire) #181
  • 8ff4d99: [Doc]Refine README in cpp about building (#182) (John) #182