Graphscope

Latest version: v0.29.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.17.0

docker pull registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-store:0.17.0


Commits
---------
- [e0a761580]: Get the exception type in correct way, both on Linux and on MacOS. (2099) (Tao He)
- [0fcc2d815]: Update pom.xml (2095) (Rudolf D)
- [2caa69b7d]: Fixes the missing return statement in frames (2097) (Tao He)
- [12f32fff4]: Ensure the correctness of retry (in the RunStep request) (2094) (Tao He)
- [f3295f4a5]: Test against the latest libgrape-lite and vineyard (2090) (Tao He)
- [4caa4b8ed]: Enhance the error handling in frames (2089) (Tao He)
- [ea7a18952]: Fixes the typo in error message template (2092) (Tao He)
- [a69d884f3]: Closing the session if hearbeat fails for many times (when engine crashes) (2088) (Tao He)
- [2119d4851]: Add nodeselector arguments to control where the pod will be launched (2087) (Tao He)
- [9f1f64410]: Change nightly image tag to 'major.minor.alpha_patch' (2075) (DongZe Li)
- [1846e901a]: [GAE-Java] Make GAE Java SDK version align with GraphScope (2077) (Zhang Lei)
- [652b1c5d6]: [GAE-Java] Upgrade log4j version (2082) (Zhang Lei)
- [28809ddef]: [GIE-IR] Profiling for GIE-IR (2056) (BingqingLyu)
- [2d57a3d8b]: [GIE-IR] support sending back a page of results if batch size met (2076) (shirly121)
- [a7462ae13]: Fixes GetMessage bug in GAE java SDK (2079) (Zhang Lei)
- [c4572e69d]: [GIE-IR] support more patterns of predicate, i.e. P.not, P.inside, P.outside (2068) (shirly121)
- [c463b3287]: Enhancement and dependency clearing of groot. (2043) (Siyuan Zhang)
- [3af3e84e9]: [IR Compiler] fix expand fusion strategy (2058) (shirly121)
- [45e8c0503]: Change builtin apps(bfs,sssp,pagerank) to parallel version (2073) (DongZe Li)
- [56a3b9c14]: Update GAE Java Doc (2059) (Zhang Lei)
- [a7ff7b666]: [IR Runtime] fix bug in label encoding of exp_store (2057) (BingqingLyu)
- [1ddf147bf]: [IR Compiler] support more project patterns [id(), label(), constant(XX)] (2066) (shirly121)
- [5f4813fd4]: [Emergency Fix]Compile Property Graph with `ENABLE_JAVA_SDK` on needs `jni.h` (2069) (Zhang Lei)
- [94a013155]: Fix GAE-Bug: Cannot compile GAE app if java not installed (2060) (Zhang Lei)
- [7741be002]: test filter push down (2003) (waruto)
- [588ce2969]: [Pre-commit Hook] Update README.md (2064) (shirly121)
- [516b24aa8]: [Pre-commit Hook] add pre-commit hook to prevent committing sensitive information (2055) (shirly121)
- [2f30b2355]: Install graphx-runner only whe it is built (2062) (Tao He)
- [4c7be5f33]: Fixes CI on macOS (2061) (DongZe Li)
- [c35766a44]: GraphScope for Spark-GraphX (2004) (Zhang Lei)
- [96d3bb1ff]: Fixes an uninitialized field bug in FFI reader (2054) (Tao He)
- [0b7483f84]: Support statements like `vd_type='str'` in UDF app (2052) (Siyuan Zhang)
- [adbd4d1d4]: Add prometheus exporter for coordinator && GIE engine (1947) (Vincent)
- [e87e99776]: Fixes the GAE jar name when we have a alpha in version number (2050) (Tao He)
- [8bf6afe32]: [GAE-Java] Code refactor (2049) (Zhang Lei)
- [248c13b43]: The `ExceptionUtils.getRootCause()` may returns null, record the error and backtrace in such cases (2048) (Tao He)
- [cce30bb45]: Bump vineyard to 0.8.5 (2047) (Zhang Lei)
- [67a45aad5]: Tensorflow requires lower version of pandas (2045) (Tao He)
- [486283517]: Upgrade required vineyard to v0.8.4. (2042) (Tao He)
- [a2e0c83f6]: [GIE/IR] Support `otherV()` on Groot/Vineyard (2034) (BingqingLyu)
- [819ea4a96]: remove some unused files in sdk-common (2026) (Siyuan Zhang)
- [958c49dd2]: Avoid install java related targets if java sdk is not enabled. (2037) (Tao He)
- [2316f0731]: Fixes the path of gaia executor, add a dockerignore file as well (2039) (Tao He)
- [9cdd26f41]: Fix incorrect argc value in run_vy_app.cc (2035) (Siyuan Zhang)
- [dc0662ecc]: upgrade vineyard to 0.8.2 (2025) (Zhang Lei)
- [73c1882f5]: GAE java build refactor (2028) (Zhang Lei)
- [e7a6655f3]: [pegasus] update contains_source in progress (2008) (Neng Li)
- [dd4254473]: fix bug in extract_needed_columns (2015) (waruto)
- [159a27b24]: [GIE-IR] support SimplePath and AllV in path expand operator (2005) (shirly121)
- [1f9802188]: Add connected() in session.py to figure out session status (2012) (dzhiwei)
- [a2f56ce8f]: Ensure session close work when triggered not in main thread (2009) (dzhiwei)
- [71e0bf2cf]: Fixes a typo in the tutorial notebooks (2007) (Tao He)
- [6dff1dc29]: Use a `getaddrinfo` resolvable hostname as the local hostname (will be used as the etcd endpoint further). (2006) (Tao He)
- [be0708793]: Return primaryKey for vertex/edge property (2001) (DongZe Li)
- [7f389be2d]: remove useless code (2002) (waruto)
- [2d6868019]: impl new condition row filter and column filter (1905) (waruto)
- [2ac4f24af]: Fixes a incorrect collect type in ir (2000) (waruto)
- [8ab15d19b]: [GIE-Runtime] Refine structure `Record` in Runtime (1992) (BingqingLyu)
- [73b54533f]: [GIE-IR] support coin(..) for sampling vertices/edges (1993) (shirly121)
- [c8bf5b1e1]: No fatal even when meet unknown errors (1991) (Tao He)
- [ce4f0eace]: [GIE] fuse expand with count operators nested in apply for optimization (1987) (shirly121)
- [bd8252fc3]: Drop from vineyard when unloading a arrow projected fragment (1984) (Tao He)
- [23dcae0fb]: Add deployment of groot (1858) (Siyuan Zhang)
- [4aac5b579]: [IR Compiler] collect metrics from compiler to report qps/rt (1978) (shirly121)
- [7b20ab507]: [IR Compiler][Bug Fix] fix gaia-test ci caused by invalid group type used in compiler (1979) (shirly121)
- [48d3c315a]: [GAIA-IR] support patterns of group by multiple keys/values in compiler (1973) (shirly121)
- [44597c93c]: [Bug Fix] fix a bug in encode/decode in group (1966) (BingqingLyu)
- [7d8f8cfdf]: Fix network connection reconnect abnormal in pegasus (1969) (bmmcq)
- [c980ab37a]: Fixes the compliation error of `run_property_ctx` and addresses some lint errors (1974) (Tao He)
- [15fdf2f39]: Fix timeout error in graphscope-store helm test (1972) (Siyuan Zhang)
- [de490cd67]: Move compiler into interactive_engine (1929) (Siyuan Zhang)
- [2f7d1ec59]: Bump hadoop-common from 3.2.3 to 3.2.4 in /interactive_engine (1963) (dependabot[bot])


New Contributors
* bifenglin made their first contribution in https://github.com/alibaba/GraphScope/pull/1931
* dzhiwei made their first contribution in https://github.com/alibaba/GraphScope/pull/2009
* VincentFF made their first contribution in https://github.com/alibaba/GraphScope/pull/1947
* Disseminator made their first contribution in https://github.com/alibaba/GraphScope/pull/2095

**Full Changelog**: https://github.com/alibaba/GraphScope/compare/v0.16.0...v0.17.0

0.16.0

Commits
---------
- [9c656fa52]: [GAIA Runtime] Use `hashbrown` for optimization (1952) (BingqingLyu)
- [a27dd5c12]: Support for version suffixes like '0.15.0a1' in cmake (1960) (DongZe Li)
- [e6917769b]: upgrade protoc-gen-grpc-java version (1830) (Siyuan Zhang)
- [9a71bf4c9]: Fixed high CPU usage of ingestor when having empty buffer (1946) (simple)
- [3a2165da1]: fix: add ipc sender after former one removed (1950) (Neng Li)
- [e486c35e3]: [GAIA/exp_store] To enable getting neighbors of a certain label by la… (1945) (Longbin Lai)
- [7f0f05398]: [pegasus] fix bug in (1954) (1958) (bmmcq)
- [009fd8c32]: Fixes nightly CI by overwrite VERSION (1957) (DongZe Li)
- [f6dcf166d]: Change nightly image tag to 'nightly' (1951) (DongZe Li)
- [84e8de89d]: Support to pre-release GraphScope(image + wheel package) nightly with version like 'major.minor.alpha_patch' (1949) (DongZe Li)
- [5d9b62938]: Fix typos in the tutorials (1948) (Ye Cao)
- [1de753389]: Fix missing dependency of ir-compiler (1935) (Siyuan Zhang)
- [a0da2a974]: [GAIA-IR] create ffi object from java side to avoid invoking ffi interface which can lead memory leak problems (1925) (shirly121)
- [9284f69c5]: [GraphProxy] Optimize LazyDetails (1921) (BingqingLyu)
- [98ae038f5]: Fixes the links for tutorials in the documentation. (1928) (Tao He)
- [52078d9a4]: Integrate targets of assembly artifacts in GIE (1920) (Siyuan Zhang)
- [5e93f732e]: [IR Compiler] fix bugs when path_expand is nested in sub traversal, i.e. select('a').by(out('1..2')) (1874) (shirly121)
- [281f264f9]: Support edges of outer vertices in DynamicFragment (1799) (ds-ssj)
- [489a07725]: Fixed graph schema drop and init error when edge_kinds's src or dst gone (1922) (simple)
- [aedbb31f3]: Fix compiling error of write-bench (1918) (Siyuan Zhang)
- [7009ccaa9]: [IR Compiler] create FfiNameOrId from java side to fix undefined error (1919) (shirly121)
- [7e826c67f]: Cleanup legacy files. (1914) (Siyuan Zhang)
- [8a04f8384]: Print the running time of each round of analytical engine (1913) (DongZe Li)
- [41fe90e41]: Add the etcd {client,peer} port to the configuration list (1910) (Tao He)
- [484f9278d]: Reopen groot gremlin test (1912) (Siyuan Zhang)
- [160bb0b08]: Resolve issues reported by dependent bot (1909) (Siyuan Zhang)
- [1591300bf]: impl partial_eq for Property and fix gitignore (1908) (waruto)
- [eb45c584c]: [GIE] Reorganize executor package by incorporating GAIA into GIE (1883) (BingqingLyu)
- [289990309]: Data load tools supports partition (1900) (Siyuan Zhang)
- [cd08a1a47]: Enhance the `install_deps.sh` script (1873) (Weibin Zeng)
- [a33b179a4]: [GAIA-IR] support more patterns of dedup().by() in ir compiler (1901) (shirly121)
- [7087915d7]: Supporting reading from a config file in htap loader. (1897) (Tao He)
- [b0c9931a0]: Fix a bug when iterating dict (1894) (Siyuan Zhang)
- [2ac521374]: [GAIA-IR] support more patterns of aggregate functions, i.e min/max/toList/toSet/avg/countDistinct (1847) (shirly121)
- [28508f6f8]: Fix docs words error (1893) (Milittle)
- [13aca2ec5]: add arm runtime dockerfile (1880) (Siyuan Zhang)
- [1e35af2b5]: Reopen releasing gss in workflow (1882) (Siyuan Zhang)
- [b22e45e4a]: [GAIA-IR] Support `PathExpand` ranging from 0 (1863) (BingqingLyu)
- [e96e6ec78]: Fixes the dtor error in the htap_loader. (1884) (Tao He)
- [7770814e5]: Adapt the launch cluster script to latest AWS API (1876) (Weibin Zeng)
- [9e1a3346c]: Add a standalone graph loader to vineyard. (1869) (Tao He)
- [e5cdf481d]: Avoid mvn install fastffi twice (1871) (Zhang Lei)
- [51296d129]: Decrease the make job numbers when building gae. (1868) (Siyuan Zhang)
- [ea825d69a]: Optimize the clustering algorithm by replacing the complex `vertex_array_t` with `unordered_map` (1861) (Weibin Zeng)
- [d024cdab3]: [Bug Fix] fix a bug in duplicated results by index scan (1865) (BingqingLyu)
- [fd9b55f90]: [GAIA] Make input data as generic data types in `JobAssembly` interface (1859) (BingqingLyu)
- [6616ee08a]: [IR Runtime] support mean() in runtime (1852) (BingqingLyu)
- [0a8e9c1d8]: [IR Compiler] support hasNot in ir compiler (1853) (shirly121)
- [a30384cfe]: [GAIA-IR] Filter the data when selecting a non-exist tag (1843) (BingqingLyu)
- [269578393]: fix groot and GIE test cases after replacing MaxGraph with gaia (1823) (shirly121)
- [959f6ff08]: [GAIA-IR] Fix invalid unwrap in ffi functions to prevent broken pointers (1846) (shirly121)
- [ffeebcd87]: [GIE/TEST] Add back CI Test for subgraph() (1827) (BingqingLyu)
- [a756bc1ca]: [GIE-GAIA] Add Pegasus named apis, and add names for IR Operators (1834) (BingqingLyu)
- [5698d98ba]: Add a TOC to the README. (1838) (Tao He)
- [1d9222738]: Fixes the long standing empty column name issue in subgraph (1832) (Tao He)
- [86ea24bcd]: Upgrade protoc version and use variable to replace hardcoded value (1829) (Siyuan Zhang)
- [2eb27008c]: Remove Zookeeper and zetcd related stuffs (1828) (Siyuan Zhang)
- [c35f34181]: [pegasus] fix defect in the progress control (1796) (Neng Li)
- [35b56f2d6]: Make Pegasus support reading config files with hostname instead of only IP (1808) (Melo Yang)
- [2fe38e8c9]: Update dependency versions. Add rust format check (1821) (Siyuan Zhang)
- [7373a7f25]: Add GRAPE-jdk support on mac (1774) (Zhang Lei)
- [36820c4f1]: [GAIA-IR] Support sum() in GAIA-Runtime (1815) (BingqingLyu)
- [f96094664]: [GIE/IR] Fix IR warnings (1817) (Longbin Lai)
- [bded1bf14]: use the same format file as query_service/ir (1819) (waruto)
- [a675598e5]: Workaround for pip failure to perform editable install with `--user` (1813) (Weibin Zeng)
- [d49476af5]: Introduce a new interactive engine (1782) (Siyuan Zhang)
- [889e00355]: Add degree threshold to katz_centrality, clustering and avg_clustering algorithm (1507) (Siyuan Zhang)
- [d1e507616]: [IR Runtime] Make v6d related codes as features (1795) (BingqingLyu)

0.15.0

Commits
---------
- [b93a80942]: Fix nightly CI on macOS (1797) (DongZe Li)
- [f7c18d16f]: ignore a Cargo.lock (1792) (waruto)
- [175852558]: Impl PartialOrd and some methods for Property, then format it (1788) (waruto)
- [e8f0b98b5]: [Gaia/IR] Return json with possible error message in `print_plan_as_json` (1786) (Longbin Lai)
- [5af6ef948]: Fixes bug while install deps on ubuntu and update deprecated `--all` to `--workspace` (1785) (waruto)
- [314a3fc2a]: [GAIA-IR] fix a bug of encode protobuf of logical plan (1784) (shirly121)
- [0d8fca9cc]: [GAIA-IR] Fix compiling warnings in v6d_ffi (1780) (BingqingLyu)
- [07e86722f]: Fixes the failure of nightly CI on macOS by fixed the rust toolchain version to 1.60.0. (1777) (DongZe Li)
- [e0166e70b]: fix communication caused by broadcast (1750) (Neng Li)
- [b7960ba0f]: [GAIA-IR] Make v6d_ffi build as features in IR (1775) (BingqingLyu)
- [9abea6d4a]: support more than 2 branches to union (1756) (Melo Yang)
- [faadf9f05]: [GAIA-IR] Support writing a new graph in GAIA-IR (1745) (BingqingLyu)
- [3e449f981]: [IR Compiler] support TextP.containing/TextP.notContaing as within/without in ir_core (1755) (shirly121)
- [ec11bd169]: [IR Compiler] represent identity as AsNone in subgraph (1752) (shirly121)
- [cfabc90d6]: fix bug, or_predicates is a collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s (1751) (waruto)
- [2cba97080]: [IR Compiler] fix error when creating json file (1743) (shirly121)
- [b3f9afe80]: [GAIA-IR] support lazy projection for columns used only in a predicate (1746) (shirly121)
- [1ab5737f4]: Bump fastjson from 1.2.76 to 1.2.83 in /analytical_engine/java (1732) (dependabot[bot])
- [be3bf0ee4]: Bump fastjson from 1.2.75 to 1.2.83 in /interactive_engine (1731) (dependabot[bot])
- [f8448083b]: Upgrade vineyard version to fixes some build failures on Mac. (1748) (Tao He)
- [96ffefee2]: [GAIA-IR] support subgraph in ir compiler (1721) (shirly121)
- [a97a7791a]: Upgrade required graphlearn to fixes a build error on M1 Mac. (1742) (Tao He)
- [7af26c96c]: Compatible with the latest API of GLOG (1738) (DongZe Li)
- [bcbe64609]: Fix bugs while building on macOS 12 wih apple silicon (1736) (waruto)
- [f25fc429f]: Publish dataset image during release process (1730) (DongZe Li)
- [92f6564d3]: Multi task for bulk load (1720) (Yongmin Hu)
- [bcd37732a]: add crc to file meta store (1726) (tianliplus)
- [fe9d03383]: Supports launch vineyardd using on multiple hosts using MPI (1727) (Tao He)
- [afd61fd75]: [GAIA-IR] support bothV() in GAIA-IR (1717) (BingqingLyu)
- [deb47c9d2]: integrate gremlin query api into groot sdk and add authentication when querying (1715) (shirly121)
- [85a70b884]: Stores download OSS files with multithreading for GIE (1714) (Yongmin Hu)
- [333c3bead]: [GAIA-IR] Reorg for GAIA-IR's Runtime (1709) (BingqingLyu)
- [ded5b2efc]: Supports bulk load from ODPS table and OSS for GIE (1672) (Yongmin Hu)
- [0b49a06da]: [Bug fix - Gaia-IR] The plan of pattern matching faces a multi-join error (1704) (Longbin Lai)
- [66a4f06bb]: Disable publish the wheel package to Test.Pypi (1700) (DongZe Li)

0.14.0

Commits
---------
- [772e10749]: Bump karma from 3.0.0 to 6.3.16 in /python/jupyter (1694) (DongZe Li)
- [c2f1bd4b8]: set snapshot as extra params to get graph data of correct version in groot (1666) (shirly121)
- [b9093fc6c]: Enable local GC (1653) (Siyuan Zhang)
- [982d467af]: Increase the duration (1695) (Siyuan Zhang)
- [65523c6ef]: Optimize clustering by ignoring computation of vertices that degree less than 2 (1597) (Weibin Zeng)
- [5ad8d521c]: fuse expand/getV with the following filters to support more patterns in match (1671) (shirly121)
- [26887b514]: Disbale redefined warning of string_view (1693) (DongZe Li)
- [10b231f40]: Fix dependabot alert caused by crossbeam(1687) (Neng Li)
- [d5d714068]: Make CI filtering consistent between main and pull requests (1686) (Siyuan Zhang)
- [27e033846]: Enhance the script finding process when launching GIE from locally build without installation (1690) (Tao He)
- [275547ec9]: Support return a dict for graph schema (1682) (DongZe Li)
- [6e872a6e8]: Fixes the failure of nightly CI. (1663) (Weibin Zeng)
- [39c572bfb]: Merge gs-jython and gs-lib into graphscope package (1680) (DongZe Li)
- [3622ba8af]: Upgrade required vineyard version (1655) (Tao He)
- [c4a2f9ed6]: Upgrade Kafka version (1660) (Siyuan Zhang)
- [f06721e56]: Fix forward algorithm test import error which test dir not contain `__init__` file (1657) (Weibin Zeng)
- [c5462af43]: Fixes the uninitialized pointer error for string fragment (1659) (Tao He)
- [b5bb4408d]: Return empty map if no properties in valueMap() (1656) (shirly121)
- [ce91b0ccf]: [GIE-IR] Upgrade Gaia-IR with the new Pegasus Client/Service APIs (1648) (BingqingLyu)
- [dc256c1bf]: [BugFix] Fix install `zetcd` error with `GO111MODULE="auto"` and remove the limitation of go version (1651) (Weibin Zeng)
- [59c85b0c4]: [GAIA/engine] Merge latest version pegasus engine (1632) (Neng Li)
- [593537580]: [GAIA-IR] Support index query in IR (1618) (BingqingLyu)
- [b5cee9c63]: Implement `createGraph` on coordinator, add API to initialize builder using schema (1641) (Tao He)
- [fcda4a687]: Add ipython to the distributed docker image. (1643) (Tao He)
- [0a50ed13f]: Enable string oid type support for FFI wrapper for GIE. (1638) (Tao He)
- [8fe16119f]: Add GC snapshot functionality for groot (1635) (Siyuan Zhang)
- [87b5613a2]: Support valueMap() to fetch all properties of vertices (1623) (shirly121)
- [b452508c4]: Fixes the bug in AddColumn to graphs with `string` oid type. (1627) (Tao He)
- [76d33884e]: [GAIA-IR] Map KeyId back into KeyName for labels and properties (1615) (BingqingLyu)
- [fa5718c96]: Listen 0.0.0.0 address in GAIA frontend (1609) (DongZe Li)
- [0d68477f1]: fix the join bug (1608) (wzbxpy)
- [4b33307d0]: [Bug Fix] Fix property cache in IR Core (1606) (BingqingLyu)
- [e83e8d9bc]: Implement voterank app (1552) (liulx20)
- [b5fff8686]: Fix `networkx.cnli` forward and reorg forward algorithm tests (1584) (Weibin Zeng)
- [33546c92e]: [IR Runtime] IR TagOpt for more compact structure in Runtime (1594) (BingqingLyu)
- [55d31d8a2]: Gie sdk basic auth (1579) (tianliplus)
- [b8ee7f063]: Clean up include headers of analytical engine (1546) (Weibin Zeng)
- [0aa8c3c6f]: refactor gie sdk (tianliplus)
- [0115a729a]: Reorganize and cleanup proto definitions. (1547) (Siyuan Zhang)
- [8fbf1929b]: add ci tests for ir on vineyard (1515) (shirly121)
- [6060a6b45]: Restrict protobuf version (1549) (Weibin Zeng)
- [fb81a8291]: Make client and coordinator install with develop mode in MakeFile (1511) (Weibin Zeng)
- [95bd70166]: Simplify the python code of networkx and reorganize test cases (1540) (Weibin Zeng)
- [cbe749cd3]: Upgrade NetworkX version from 2.6 to 2.8 (1532) (Weibin Zeng)
- [c03b5395d]: Mark operation evaluated after the op is run (1528) (Weibin Zeng)
- [4c16d5364]: add oss support (1481) (tianliplus)
- [d784b2512]: Upgrade graph-learn version (1516) (Weibin Zeng)
- [9357e1317]: Revise `DynamicToArrow` with existed engine schema of `DynamicFragment` (1501) (Weibin Zeng)

0.13.0

Commits
---------
- [d0de89a55]: Disable brew update when installing dependencies as it is super slow. (1506) (Tao He)
- [ac1c1eaf2]: Upgrade graph learn version and force pyarrow<=6.0.0. (1503) (Tao He)
- [db579a7ad]: Move networkx graph schema from client to engine (1485) (Weibin Zeng)
- [617ae6312]: Display progress bar in k8s mode (1495) (Siyuan Zhang)
- [b035d0a7e]: Fix broken convert test of networkx (1496) (Weibin Zeng)
- [c833e372d]: Upgrade vineyard to 0.4.1 in Makefile (1493) (DongZe Li)
- [091b698de]: Update ScaleUp trigger in HorizontalRunnerAutoscaler (1489) (Siyuan Zhang)
- [ae9a34601]: Sync with latest changes about arrow fragment in vineyard, and include several refactors/bugfixes. (1487) (Tao He)
- [6df93c212]: Fix remove nodes logic in `DynamicFragment` (1484) (Weibin Zeng)
- [a75f33c8a]: Init the op of nx.Graph with incoming graphscope graph's op (1479) (Weibin Zeng)
- [2bc40ad5b]: Add another write path that uses the C++ IO adaptor (1480) (Siyuan Zhang)
- [23b612bce]: Remove the unused append-only arrow fragment. (1477) (Tao He)
- [4453f2e2a]: Suppress the grpc warnings in `fork_posix.cc`. (1478) (Tao He)
- [8d5a02939]: Optimize performance of arrow fragment to dynamic fragment with multi-threading (1458) (Weibin Zeng)
- [daa8649d4]: Support avg_clustering builtin app in client side (1475) (DongZe Li)
- [f27689c93]: Fix arrow version in Dockerfile (1476) (Siyuan Zhang)
- [05b0c3685]: Add __del__ to nx.Graph to handle graph delete (1464) (Weibin Zeng)
- [2745d2525]: Move maxgraph*.jar into gs-jython package (1472) (DongZe Li)
- [4de8e6cc2]: groot support pk index (1471) (tianliplus)
- [ca9c7ad80]: Add a lock in the coordinator's RunStep as well. (1465) (Tao He)
- [0479c0a96]: Adapt CI on self-hosted runner to HorizontalRunnerAutoScaler (1462) (Siyuan Zhang)
- [90876cc06]: Attempt backoff and retry during download dataset (1463) (DongZe Li)
- [bbc7ebc8d]: Correctly handle the lifecycle of graph (1460) (Siyuan Zhang)
- [d52346279]: Add clean target to MakeFile to clean temporary files create from building (1459) (Weibin Zeng)
- [708ab4db8]: Delete intermediate files (1456) (tianliplus)
- [c4d2aefd9]: Bump hadoop-common from 2.10.1 to 3.2.3 in /interactive_engine (1450) (dependabot[bot])
- [28ca22997]: Correctly handle the empty dag (1457) (Siyuan Zhang)
- [632af342c]: Release the jupyter image in CI workflow (1453) (DongZe Li)
- [ea9193174]: Fix build wheel fail on mac (1452) (Weibin Zeng)
- [2cdeb8ec3]: Add data caching for networkx to improve the graph report performance (1369) (Weibin Zeng)
- [332ca48e4]: Add version check to coordinator & client, fixes 1435 (1441) (wuyueandrew)
- [9e2d77d83]: Fixes compilation failure in cdlp<ArrowFlattenFragment> and sssp_path<ArrowFlattenFragment> (1447) (DongZe Li)
- [46b30e450]: Add a lock to protect the coordinator to avoid data race condtions. (1445) (Tao He)
- [8af17dfb3]: Shrink gs-lib package to less than 100MB (1440) (DongZe Li)

0.12.0

Commits
---------
- [b0a090082]: Support launch GraphScope on K8s from inner-pod environment (1434) (DongZe Li)
- [9e4e47f15]: Add offline deployment doc for Helm (1433) (DongZe Li)
- [477931537]: Migrate cargo rocksdb dependency to 0.18.0 version (1430) (Zichao Zhang)
- [2e74e3c47]: Split the builtin application distribution to 'gs-apps' package (1429) (DongZe Li)
- [47b0d42d2]: Support string tensor for tensor context (1425) (Weibin Zeng)
- [1068628fe]: Upgrade the version of databind, fixes the dependent bot warnings. (1424) (Tao He)
- [ab774812e]: Upgrade the required black version. (1422) (Tao He)
- [92c4b155e]: Attempt backoff and retry during handle GRPC error (1421) (DongZe Li)
- [2de6b7e93]: Bump commons-io from 2.6 to 2.7 in /research/query_service/ir/compiler (1417) (dependabot[bot])
- [edb2493e4]: Retry 3 times and then report failure during HeartBeat process (1419) (DongZe Li)
- [93ef1b56c]: Try to fixes nightly CI on macOS by packaging 'string_view' into wheel package (1420) (DongZe Li)
- [9d2c1e775]: Bump jackson-databind from 2.11.1 to 2.13.2.1 in /interactive_engine (1415) (dependabot[bot])
- [64c77c13c]: Add networkx tutorial and fixed vineyard version (1412) (DongZe Li)
- [27400d1f1]: Bump protobuf-java in /research/query_service/ir/compiler (1416) (dependabot[bot])
- [7d2f92c93]: Introducing IR query service (1407) (BingqingLyu)
- [88e767069]: [BugFix] Fix analytical engine can't not compile with NETWORKX=OFF (1410) (Weibin Zeng)
- [ed6546da0]: Push if condition down to steps to allow it be checkable. (1404) (Tao He)
- [07cb0dff7]: Remove unused dependencies (1403) (Zhang Lei)
- [bf6998587]: Fix networkx forward nightly ci (1387) (Weibin Zeng)
- [0191dd62e]: Add dummy CI worflows to allow all status checkable. (1402) (Tao He)
- [f5928a344]: Giraph on GraphScope implementation (1386) (Zhang Lei)
- [e851014bc]: Merge lastest version of pegasus (1376) (Neng Li)
- [0bf6686d9]: Upgrade vineyard to v0.3.21. (1389) (Tao He)
- [3b520cab0]: Remove gaia from GraphScope for code refactor (1388) (shirly121)
- [91f4248c7]: Add role and rolebinding for graphscope charts (1382) (DongZe Li)
- [c921cd622]: Try to upgrade tinkerpop version to 3.5.1 in maxgraph (1349) (shirly121)
- [a314bbbe6]: Revert "Giraph on GraphScope (1362)" (1385) (Tao He)
- [c3903d5ee]: Refactor `DynamicFragment` with `CSREdgecutFragmentBase` and `MutableCSR` (1328) (Weibin Zeng)
- [0a9cda988]: Bump protobuf-java from 3.18.0 to 3.18.2 in /interactive_engine (1381) (dependabot[bot])
- [83ebed579]: Upgrade proto to 3.18.0 && grpc to 1.42.1 (1149) (shirly121)
- [ee81be7d6]: Bump zookeeper from 3.4.5 to 3.4.14 in /analytical_engine/java (1372) (dependabot[bot])
- [1dbc3735e]: Giraph on GraphScope (1362) (Zhang Lei)
- [4d8390aba]: Disable noisy log inside gremlin-python, and fixes the hard-coded DEBUG. (1368) (Tao He)
- [2c56d49f3]: Enable to connect to the existed ETCD cluster in GraphScope (1359) (wuyueandrew)
- [5ea7c0de7]: [Bug fix] Fix readwrite test failed on graphscope.nx (1365) (Weibin Zeng)
- [c72da15fe]: Makes the graphlearn- and tf- related logs looks better. (1367) (Tao He)
- [9d95f32e9]: Frontend async rpc (1357) (tianliplus)
- [b61457c5c]: Upgrade version of formatter (1363) (Siyuan Zhang)
- [79904fc8a]: Correct the lifecycle of graph with session (1361) (DongZe Li)
- [9f29a7bb2]: Catch unknown exceptions in gRPC handlers. (1358) (Tao He)
- [cf4284e1f]: Also tag latest when release new version (1360) (Siyuan Zhang)
- [8a81ea26a]: The GAIA ci should be disable months ago. (1356) (Tao He)
- [e4040dba0]: It doesn't make sense to trigger those CI actions on forks. (1354) (Tao He)
- [4f2a2e688]: Add an env `USE_GAIA_ENGINE` to allow testing gaia from Python client. (1348) (Tao He)

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.