v0.3.0
We are glad to present the release of GraphAr Version 0.3.0, which brings a number of new features and usability improvements to GraphAr.
We highlight the following improvements included in this release:
- Improve the usability of the GraphAr Spark library:
- Add several helper objects and related methods for loading info classes from files conveniently.
- Provide APIs for data reading , writing and transformation at the graph level.
- Fix the bug that the VertexWriter in the Spark library does not generate a vertex count file.
- Include more applications of GraphAr:
- Add examples of integrating with the Neo4j spark connector.
- Improving the project configurations and other bug fixes:
- Reorg the code directory to easily to extend libraries.
- Refine the overview figure and fix the typos in documentation.
- Remove the invalid links.
Commits
- d5833db: [BugFix][Spark] Fix the bug that VertexWrite does not generate vertex count file (#110) (Weibin Zeng) #110
- 9f6eaa0: [Improvement][Spark] Add helper objects and methods for loading info classes from files (#112) (lixueclaire) #112
- 1a6f4f8: [Improvement][Spark] Provide APIs for data transformation at the graph level (#113) (lixueclaire) #113
- 3342323: [Improvement][Spark] Provide APIs for data reading and writing at the graph level (#114) (Weibin Zeng) #114
- 864d1d5: [Examples][Spark] Add examples of integrating with the Neo4j spark connector as an application of GraphAr (#107) (lixueclaire) #107
- 9702e12: Refine the overview figure and fix the typos in documentation (#117) (lixueclaire) #117
- b124402: [Improvement][DevInfra] Reorg the code directory to easily to extend libraries (#116) (Weibin Zeng) #116
- 1f2516a: [Minor][Doc] Remove the invalid link (#121) (Weibin Zeng) #121