You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2022/11/07 14:47:37 UTC

[incubator-hugegraph] branch olap-algo updated (30c685f3e -> 97748a475)

This is an automated email from the ASF dual-hosted git repository.

jin pushed a change to branch olap-algo
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


 discard 30c685f3e adapt the latest version & clean code
 discard 4f60381a0 fix lpa not exist c_label property when a request pass source_label (#78)
 discard f3d1f2729 fix fusiform and kcore min_groups args default value (#79)
 discard d906bc02f fix ap compile error for edition 0.11 (#72)
 discard 2c49c74e6 performance improvement: the  meetNode is invoked only when node.distance is parent.distance() + 1 (#69)
 discard b1d923871 add StressCentrality v2 (#65)
 discard 2d5be6205 add depth-first version betweennes centrality (#68)
 discard 1c5692317 fix closeness distance: 1 extra length is calculated (#67)
 discard 8e70ee40d add betweenness algorithm (#63)
 discard e7088eba0 update Betweenness with Stressness (#60)
 discard f49f233b8 add export_community for lounvain (#43)
 discard 6e4f6fb0f add with_boundary parameter for betweeness (#42)
 discard 77c1921d5 fix DegreeCentrality degree count limit OOL (#39)
 discard 7ecd6cb23 add skipi_isolated param for louvain (#37)
 discard bd62bcbe6 add parameter top to print the top result in job result (#32)
 discard d3fdb99b8 fix server id/role NPE in initServerInfo when truncate temp graph (#28)
 discard 740382cf6 fix no auth with worker thread of olap algo (#27)
 discard 7b83d1604 rebase master(0.11.1)
 discard 800376954 add BOTH direction support for triangle_count/cluster_coeffcient (#24)
 discard 313321fd8 add subgraph_stat algorithm (#23)
 discard 99927e284 add weak connected component analysis (#21)
 discard 59660c75b add page rank algorithm (#19)
 discard e4ec1fd1f fix algorithm can't stop caused by threads exception (#18)
 discard 042891b9d Support ring detect count (#17)
 discard ab8f68dcb fix parallel LPA not commit by threads (#16)
 discard 2c3c10818 support parallel: Louvain,LPA,Rings,K-Core,Fusiform (#15)
 discard c4d90b8d7 louvain: add modularity parameter and fix isolated community lost (#14)
 discard e2b1a0f4d add direction and label parameter for centrality algorithms (#13)
 discard 56bf81428 optimize filterNonShortestPath() for betweeness_centrality (#12)
 discard 3e1583a6b fix inconsistent error messages with clabel (#10)
 discard 1a10a99bb set louvain max community members limit 10w (#9)
 discard 33e971c91 add fusiform_similarity,rings_detect and kcore ap algorithm (#5)
 discard 33173db80 implement 8 olap algorithms (#4)
     add 09619597d refactor: improve rocksdb code (#2002)
     add 2fc886934 check dependencies (#2006)
     add 6ff96f92a implement 8 olap algorithms (#4)
     add aae07a756 add fusiform_similarity,rings_detect and kcore ap algorithm (#5)
     add ae7a9de3f set louvain max community members limit 10w (#9)
     add 529e4b20c fix inconsistent error messages with clabel (#10)
     add 18f1de4d6 optimize filterNonShortestPath() for betweeness_centrality (#12)
     add 263b14eb2 add direction and label parameter for centrality algorithms (#13)
     add 7151c80c4 louvain: add modularity parameter and fix isolated community lost (#14)
     add 366fe37f4 support parallel: Louvain,LPA,Rings,K-Core,Fusiform (#15)
     add 5974fd1d4 fix parallel LPA not commit by threads (#16)
     add 2ee51c411 Support ring detect count (#17)
     add ff88f116c fix algorithm can't stop caused by threads exception (#18)
     add d4be504b4 add page rank algorithm (#19)
     add 1449cac5b add weak connected component analysis (#21)
     add 12b6bdf32 add subgraph_stat algorithm (#23)
     add abb5dddb7 add BOTH direction support for triangle_count/cluster_coeffcient (#24)
     add 69ebdfd74 rebase master(0.11.1)
     add 909a11076 fix no auth with worker thread of olap algo (#27)
     add b0f79814f fix server id/role NPE in initServerInfo when truncate temp graph (#28)
     add 320402a22 add parameter top to print the top result in job result (#32)
     add 5def931f3 add skipi_isolated param for louvain (#37)
     add 4cd6eb390 fix DegreeCentrality degree count limit OOL (#39)
     add 52fa08b22 add with_boundary parameter for betweeness (#42)
     add 029f66c7f add export_community for lounvain (#43)
     add 65c37984e update Betweenness with Stressness (#60)
     add a6fbb7c2e add betweenness algorithm (#63)
     add 6d19a9e57 fix closeness distance: 1 extra length is calculated (#67)
     add 9158f6114 add depth-first version betweennes centrality (#68)
     add 3519c27b4 add StressCentrality v2 (#65)
     add 2729971b1 performance improvement: the  meetNode is invoked only when node.distance is parent.distance() + 1 (#69)
     add 5ba5b947f fix ap compile error for edition 0.11 (#72)
     add c2e308224 fix fusiform and kcore min_groups args default value (#79)
     add 36f7cd0c9 fix lpa not exist c_label property when a request pass source_label (#78)
     add 97748a475 adapt the latest version & clean code

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (30c685f3e)
            \
             N -- N -- N   refs/heads/olap-algo (97748a475)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check-dependencies.yml           |  26 ++
 .../backend/serializer/BinarySerializer.java       |  10 +-
 .../scripts/dependency/check_dependencies.sh       |  16 +-
 .../scripts/dependency/known-dependencies.txt      | 262 +++++++++++++++++++++
 .../dependency/regenerate_known_dependencies.sh    |  17 +-
 .../backend/store/rocksdb/RocksDBStdSessions.java  |  10 +-
 .../backend/store/rocksdb/RocksDBStore.java        |  37 +--
 .../backend/store/rocksdb/RocksDBTable.java        |   7 +-
 .../backend/store/rocksdb/RocksDBTables.java       |   2 +-
 .../store/rocksdbsst/RocksDBSstSessions.java       |   4 +-
 10 files changed, 348 insertions(+), 43 deletions(-)
 create mode 100644 .github/workflows/check-dependencies.yml
 copy build.sh => hugegraph-dist/scripts/dependency/check_dependencies.sh (60%)
 create mode 100644 hugegraph-dist/scripts/dependency/known-dependencies.txt
 copy build.sh => hugegraph-dist/scripts/dependency/regenerate_known_dependencies.sh (67%)