Skip to content

core/v0.17.0

Choose a tag to compare

@piroyoung piroyoung released this 06 Jul 13:27
ff61a14

LocalCommunity now applies the weighting transform (scoreEdge) to its returned induced-subgraph edge weights, matching the BFS family. WeightingRaw (the default) still returns the verbatim stored weight; TFIDF/BM25 re-score, and any subsequent Reduction becomes weighting-aware.

Closes #966 (via #967).