Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 06:14
· 175 commits to main since this release

New Contributors

@SemyonSinchenko make his first contribution in #314

Commits

c5f8c43 Bump up GraphAr version to v0.11.0 @acezen
4ba7df3 [Minor][Dev] Update release workflow to make release easy and revise other workflows (#323) Weibin Zeng
000e27b [Feat][Spark] Align info implementation of spark with c++ (#316) Weibin Zeng
2faccd8 [Feat][Spark] Implementation of PySpark bindings to Scala API (#300) Semyon
955b3a5 [Minor][Spark] Fix Spark comparison bug (#318) Zhang Lei
c68f430 [Minor][Doc] Fix spark url in README.m (#317) Zhang Lei
9ca5bc3 [Improvement][Spark] Change VertexWriter constructor signature (#314) Semyon
4d626cd [Feat][C++] Initialize the micro benchmark for c++ (#299) Weibin Zeng
9cc291b [Feat][Spark] Update snakeyaml to 2.x.x version (#312) Semyon
730004f [Improve][Java] Get test resources form environment variables, and remove all print sentences (#309) John
6086311 [Minor][C++] Improve the validation check (#310) Weibin Zeng
9a7e042 [BugFix][Spark] Fix the comparison behavior of Property/PropertyGroup/AdjList (#306) Weibin Zeng
96b8e3b [BugFix][Spark] change maven-site-plugin to 3.7.1 (#305) Weibin Zeng
d8526b9 [Feat][Spark] Add Neo4j importer (#243) Liu Jiajun
cb05ee3 [FEAT][C++] Support list<string> data type (#302) Weibin Zeng
796cfe0 [Minor][Dev] Update the PR template (#301) Weibin Zeng
3fa4a78 [Feat][C++] Support List Data Type, use list<float> as example (#296) Weibin Zeng
3ecdbad [Minor][Doc] Fix the cpp reference doc (#295) Weibin Zeng
ccac903 [Doc][Improvement] Reorg the document structure by libraries (#292) Weibin Zeng
ec01e80 [FEAT][C++] Refactor the C++ SDK with forward declaration and shared ptr (#290) Weibin Zeng
a9ca4a5 [Minor][License] Update the license header and add license check in CI (#294) Weibin Zeng
ba1082e [Minor][C++] Fix typo: REGULAR_SEPERATOR -> REGULAR_SEPARATOR (#293) Weibin Zeng
dcf4bd6 [BugFix][C++] Finalize S3 in FileSystem destructor (#289) Weibin Zeng
536c44d [FEAT][C++] Use shared_ptr in all readers and writers (#281) Weibin Zeng
859b786 [BugFix][JAVA] Fix invalid option to skip building GraphAr c++ internally for java (#284) John
ffd4fc8 [Minor][Doc] Fix the typos of document (#282) Weibin Zeng
5330e93 [Feat][Java] Fill two incompatible gaps between C++ and Java (#279) John @Thespica