1. da85682 docs(python): improve Python SDK documentation (#931) by Iskander Fakhrutdinov · 5 days ago main
  2. 16f0a56 feat(cpp): Support to write vector in VerticesBuilder/EdgeBuilder (#930) by amrSherif12 · 12 days ago
  3. d93c775 feat: Introduce cmakePresets.json in cpp (#925) by Jason · 3 weeks ago
  4. 958ce01 feat: add PR template checklist to prevent trivial CI failures (#929) by Jason · 3 weeks ago
  5. f62ad3a fix(cpp): correct hasLabel() for filtered collections (#927) by Jason · 4 weeks ago
  6. 934a0bd feat: Added Rust pre-commit hooks (#868) by quan319 · 4 weeks ago
  7. b0315de docs: update documentation for removing edge or vertex in Java in impl-stats (#717) by Selim S. · 5 weeks ago
  8. 9c4a96f chore: add dingtalk QR code for communication (#923) by Jason · 5 weeks ago
  9. c979f4b feat(test): add property filter test for VerticesCollection (#916) by Jason · 5 weeks ago
  10. b621490 fix: upgrade to apache-arrow 24.0.0 and enable CI run success (#922) by Jason · 5 weeks ago
  11. bcc5980 fix(CI): upgrade cibuildwheel >= 2.22 to ensure download retry and use uv on MacOS to avoid rate limits (#908) by Jason · 5 weeks ago
  12. cf64085 fix: avoid using C-style pointers to prevent potential memory leaks (#913) by Jason · 5 weeks ago
  13. c6983a8 style: add missing brackets and remove unused including headers (#914) by Jason · 5 weeks ago
  14. f466b76 refactor(cmake): CMake configuration files for improved readability (#904) by Jason · 5 weeks ago
  15. 70b997f fix: avoid using implicit new operator to manage memory (#915) by Jason · 5 weeks ago
  16. f69fe77 fix: update resource paths in license configuration files (#910) by Jason · 6 weeks ago
  17. 080a2f6 chore: switch CI jobs to use ubuntu-slim instead of ubuntu-latest (#902) by Jason Yao · 3 months ago
  18. b21da29 fix(cpp): add missing bracket in if condition and for loops (#900) by Jason Yao · 3 months ago
  19. f680bb8 fix(docs): correct punctuation and formatting in README files (#905) by Jason Yao · 3 months ago
  20. b4bc86c refactor(C++): change FilterOptions parameter to be moved instead of const reference (#891) by Jason Yao · 3 months ago
  21. 163123f feat(ci): run pull request CI on `ready_for_review` and draft PRs (#896) by Jinye Wu · 3 months ago
  22. d1fe7f9 refactor(build): restructure CMake files into subdirectories (#877) by Jason Yao · 3 months ago
  23. 17be94a fix(ci): validate pull request titles instead of merge-ref commit messages (#895) by Jinye Wu · 3 months ago
  24. 5bb4003 feat(Rust): add `GraphInfo` support (#883) by Jinye Wu · 3 months ago
  25. 83b44b1 fix(ci): replace make with ninja. (#885) by Jason Yao · 3 months ago
  26. d535a43 test(C++): add test case for vertices collection filtering by label (#880) by Jason Yao · 4 months ago
  27. c2e44a8 feat(ci): Add ccache support for faster builds (#882) by Jason Yao · 4 months ago
  28. 2f298bb chore(ci): add commit message check and fix invalid args in check (#876) by Jason Yao · 4 months ago
  29. 986629a refactor(cpp): replace int and `-1` sentinels in graph info APIs (#878) by devadhe sb · 4 months ago
  30. 0042a6c fix(C++): remove redundant `inline` keyword (#858) by Jason Yao · 4 months ago
  31. fe013bc feat(C++): remove hardcoded row group size, keep 64M default (#872) by Jason · 4 months ago
  32. 31b78b0 feat(cmake): Enable (-Wall -Werror -Wextra) compilation flag to detect potential bugs early (#863) by Jason · 4 months ago
  33. 6c4a535 chore(typos): fix spelling error (#875) by Jason · 4 months ago
  34. 5657616 chore(scripts): add compile scripts in ubuntu and macos (#864) by Jason · 4 months ago
  35. 06c5e79 chore(pre-commit): add default install config for pre-commit (#862) by Jason · 4 months ago
  36. c7950b0 fix(MacOS CI): enable run on Mac OS (#874) by Jason · 4 months ago
  37. 9a12ea6 fix(MacOS CI): enable run on Mac OS (#874) by Jason · 4 months ago
  38. 89c167a fix(c++): Fix unused header files and preallocate vector capacity (#867) by Jason · 4 months ago
  39. 95ac39b fix(C++): centralize ReadFileToTable error handling and Improve examples spelling (#866) by Jason · 4 months ago
  40. eced883 fix(C++): fix all enumerations to use strongly-typed enums (enum class) (#869) by Jason · 4 months ago
  41. b3baf8b chore(typos): fix spelling error in benchmark and cmake configurations (#870) by Jason · 4 months ago
  42. 6e72a88 feat(format): remove duplicate .clang-format and move it to top layer (#850) by Jason · 4 months ago
  43. 481c6f9 chore(cmake): update the cmake version to latest 23.0.0 (#853) by Jason · 4 months ago
  44. 3e6560f feat(Rust): Enable Rust build on macOS and update Arrow linking (#857) by 姚军 · 4 months ago
  45. eab0fa5 fix(C++): add .clang-tidy configuration and fix missing brackets (#851) by 姚军 · 4 months ago
  46. 85b594e fix(c++): use std::move to reduce copy (#859) by 姚军 · 4 months ago
  47. 1555815 fix(c++): fix compile warnings(comparison of int and uint, unused result, catch value) (#849) by 姚军 · 4 months ago
  48. 47a7051 chore: add the script to check commit message format (#854) by 姚军 · 4 months ago
  49. 6b2d7ee build(C++/cmake): add `GRAPHAR_ENABLE_COVERAGE` for Debug coverage builds by 姚军 · 4 months ago
  50. 02bd3fe fix(format): add clang-format to check all c++ files and fix exist format problem (#847) by 姚军 · 4 months ago
  51. a8a5710 fix(c++): use std::move to reduce a copy (#843) by 姚军 · 4 months ago
  52. f9b521d docs: add pre-commit guidelines and fetch test data via submodule (#839) by 姚军 · 4 months ago
  53. 6c802a1 feat(C++): add -Werror=unused-variable flag and remove unused variables (#841) by 姚军 · 4 months ago
  54. 7bad8ec feat(Rust): add `EdgeInfo` support (#837) by Jinye Wu · 4 months ago
  55. 878aa5c feat(Rust): add `VertexInfo` support (#835) by Jinye Wu · 5 months ago
  56. c04efc3 chore(ci): fix dependency resolution in Rust CI (#834) by Jinye Wu · 5 months ago
  57. 7996781 feat(Rust): add `Property` support (#830) by Jinye Wu · 5 months ago
  58. 0cd3f0d feat(java,info): add prefix for adj/pg and add datatype parser test (#820) by Xiaokang Yang · 5 months ago
  59. f87ca77 fix(python): Fix python wheel error by disabling s3 (#826) by Xiaokang Yang · 5 months ago
  60. ccf9a65 added logic for finding test data in root and parent dir of project f… (#824) by devadhe sb · 5 months ago
  61. 76b5163 feat(Rust): add DataType support (#822) by Jinye Wu · 5 months ago
  62. 23c46c2 chore(c++): add cmake option `GRAPHAR_ENABLE_SANITIZER` (#818) by Jinye Wu · 5 months ago
  63. fc37f81 feat(rust): add rust request and issue tags #815 by Xiaokang Yang · 6 months ago
  64. bac3630 feat(java): Add DATE and TIMESTAMP support to DataType enum (#812) by devadhe sb · 6 months ago
  65. 31bab21 feat(python): build python wheel and public (#813) by Xiaokang Yang · 6 months ago
  66. 2381640 feat(c++): specify underlying types for enums in fwd.h (#811) by devadhe sb · 6 months ago
  67. cf728bf feat(java,info): add remove vertex edge method (#773) by Selim S. · 6 months ago
  68. 14d034f feat(Rust): add Rust bindings skeleton and Rust CI (#808) by Jinye Wu · 6 months ago
  69. bb4a1d3 feat(java,info): support multi-labels in yaml (#781) by Xiaokang Yang · 6 months ago
  70. 24dbe1b feat(java,info): support multi-property in yaml (#780) by Xiaokang Yang · 6 months ago
  71. 216b986 feat(python): build python api doc (#803) by Xiaokang Yang · 7 months ago
  72. 8d33604 feat(python): support high level api in python sdk (#801) by Xiaokang Yang · 7 months ago
  73. 03b8a32 feat(python): refactor python module(from cli module) (#799) by Xiaokang Yang · 7 months ago
  74. 914d065 feat(java,info): use assert throw and adjust version check logic (#796) by Xiaokang Yang · 8 months ago
  75. 919818b feat(ci): add release build type ci test (#792) by Xiaokang Yang · 8 months ago
  76. d5a3ba2 chore(ci): update macos workflow image (#788) by Xiaokang Yang · 8 months ago
  77. 284fd44 fix(c++): replace assert with SkipWithError in benchmarks (#794) by Xiaokang Yang · 8 months ago
  78. a2615c1 feat(java,info): add vertex info builder (#764) by Bigu Cezar · 8 months ago
  79. 4108735 fix(c++): replace all `assert` and `ASSERT` with `REQUIRE` (#790) by Jinye Wu · 8 months ago
  80. a88cd01 add maven spotless apply pre-commit hooks (#787) by Xiaokang Yang · 8 months ago
  81. 192a1dc feat(c++): Add remove method in c++ library (#783) by PinCrimson · 8 months ago
  82. 6f112c6 feat(java,info): refactor yaml saver api (#763) by Xiaokang Yang · 9 months ago
  83. 4d75b9c chore(c++): reduce copies in graph_reader.h (#777) by Jinye Wu · 9 months ago
  84. b7768ad feat(java,info): update validate and other methods (#769) by Xiaokang Yang · 9 months ago
  85. ea9a324 feat(c++): Add support for the date/timestamp property types in iter (#754) by Gary · 9 months ago
  86. 9b2219e feat(doc): Generate Java-Info API documentation and fix java-FFI API documentation (#760) by Xiaokang Yang · 9 months ago
  87. d591a47 fix(ci): fix coverage report merge and flags (#759) by Xiaokang Yang · 9 months ago
  88. b45f5a1 feat(doc): add java info documents (#755) by Xiaokang Yang · 9 months ago
  89. 1bb0468 feat(java, info): Add more java info tests (#739) by John · 9 months ago
  90. 1b9c1cc feat(ci): add java info coverage and merge report (#751) by Xiaokang Yang · 9 months ago
  91. 8e2a5de feat(ci): focus cpp lcov code coverage reports to just core path (#748) by Xiaokang Yang · 9 months ago
  92. ae20a93 feat(java,info): refactor GraphInfoLoader provide API, hide yaml dependencies, replace prefix to uri (#745) by Xiaokang Yang · 9 months ago
  93. bc60fe4 feat(java,info): refactor `EdgeInfo` creation using access-level compliant builder, a… (#743) by Bigu Cezar · 9 months ago
  94. 09703b6 feat(c++): make the c++ code compatible with both Arrow 17.0.0 and Arrow 21.0.0 (#737) by Xiaokang Yang · 10 months ago
  95. bfa6ec7 fix(c++): keep property readers in sync when crossing full edge-chunk boundaries in EdgeIter::operator++ (#736) by Gary · 10 months ago
  96. d4b4243 Bump to version v0.13.0 (#732) by Xiaokang Yang · 10 months ago release-0.13.0-rc.1 v0.13.0 v0.13.0-rc.1
  97. 77ad48f remove format files and cpp protobuf lib (#730) by Xiaokang Yang · 10 months ago
  98. 34b00d9 fix(ci): install arrow 20.0.0_1 with brewfile(temporary soluation) (#725) by Xiaokang Yang · 10 months ago
  99. 676d301 feat(java,info): revert java info to pre protobuf version (#727) by Xiaokang Yang · 10 months ago
  100. 6dba1d3 feat(Java,info): VertexInfo/EdgeInfo Version Info (#713) by Selim Soufargi · 10 months ago