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