Skip to content

Release v0.15.0

Compare
Choose a tag to compare
@lidongze0629 lidongze0629 released this 06 Jul 09:56
· 1190 commits to main since this release
78a3c07

We highlight the following fixes and improvements included in this release:

  • [GAIA-IR] Fixes the multi-join error in the plan of pattern matching
  • Supports bulk load from ODPS table and OSS for the Interactive Engine.
  • [GAIA-IR] Support the bothV() operator.
  • Compatible with the latest GLOG API of Analytical Engine.
  • Fixes some compilation errors in Learning Engine under Apple M1 chip.
  • [GAIA-IR] fix the protobuf encode error of logical plan in Interactive Engine.
  • Fixes bug while installing dependencies on ubuntu and update deprecated --all to --workspace

Docker Image

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

Commits

  • [b93a809]: Fix nightly CI on macOS (#1797) (DongZe Li)
  • [f7c18d1]: ignore a Cargo.lock (#1792) (waruto)
  • [1758525]: Impl PartialOrd and some methods for Property, then format it (#1788) (waruto)
  • [e8f0b98]: [Gaia/IR] Return json with possible error message in print_plan_as_json (#1786) (Longbin Lai)
  • [5af6ef9]: Fixes bug while install deps on ubuntu and update deprecated --all to --workspace (#1785) (waruto)
  • [314a3fc]: [GAIA-IR] fix a bug of encode protobuf of logical plan (#1784) (shirly121)
  • [0d8fca9]: [GAIA-IR] Fix compiling warnings in v6d_ffi (#1780) (BingqingLyu)
  • [07e8672]: Fixes the failure of nightly CI on macOS by fixed the rust toolchain version to 1.60.0. (#1777) (DongZe Li)
  • [e0166e7]: fix communication caused by broadcast (#1750) (Neng Li)
  • [b7960ba]: [GAIA-IR] Make v6d_ffi build as features in IR (#1775) (BingqingLyu)
  • [9abea6d]: support more than 2 branches to union (#1756) (Melo Yang)
  • [faadf9f]: [GAIA-IR] Support writing a new graph in GAIA-IR (#1745) (BingqingLyu)
  • [3e449f9]: [IR Compiler] support TextP.containing/TextP.notContaing as within/without in ir_core (#1755) (shirly121)
  • [ec11bd1]: [IR Compiler] represent identity as AsNone in subgraph (#1752) (shirly121)
  • [cfabc90]: fix bug, or_predicates is a collection of AndPredicate that forms a logical OR of all AndPredicates (#1751) (waruto)
  • [2cba970]: [IR Compiler] fix error when creating json file (#1743) (shirly121)
  • [b3f9afe]: [GAIA-IR] support lazy projection for columns used only in a predicate (#1746) (shirly121)
  • [1ab5737]: Bump fastjson from 1.2.76 to 1.2.83 in /analytical_engine/java (#1732) (dependabot[bot])
  • [be3bf0e]: Bump fastjson from 1.2.75 to 1.2.83 in /interactive_engine (#1731) (dependabot[bot])
  • [f844808]: Upgrade vineyard version to fixes some build failures on Mac. (#1748) (Tao He)
  • [96ffefe]: [GAIA-IR] support subgraph in ir compiler (#1721) (shirly121)
  • [a97a779]: Upgrade required graphlearn to fixes a build error on M1 Mac. (#1742) (Tao He)
  • [7af26c9]: Compatible with the latest API of GLOG (#1738) (DongZe Li)
  • [bcbe646]: Fix bugs while building on macOS 12 wih apple silicon (#1736) (waruto)
  • [f25fc42]: Publish dataset image during release process (#1730) (DongZe Li)
  • [92f6564]: Multi task for bulk load (#1720) (Yongmin Hu)
  • [bcd3773]: add crc to file meta store (#1726) (tianliplus)
  • [fe9d033]: Supports launch vineyardd using on multiple hosts using MPI (#1727) (Tao He)
  • [afd61fd]: [GAIA-IR] support bothV() in GAIA-IR (#1717) (BingqingLyu)
  • [deb47c9]: integrate gremlin query api into groot sdk and add authentication when querying (#1715) (shirly121)
  • [85a70b8]: Stores download OSS files with multithreading for GIE (#1714) (Yongmin Hu)
  • [333c3be]: [GAIA-IR] Reorg for GAIA-IR's Runtime (#1709) (BingqingLyu)
  • [ded5b2e]: Supports bulk load from ODPS table and OSS for GIE (#1672) (Yongmin Hu)
  • [0b49a06]: [Bug fix - Gaia-IR] The plan of pattern matching faces a multi-join error (#1704) (Longbin Lai)
  • [66a4f06]: Disable publish the wheel package to Test.Pypi (#1700) (DongZe Li)