You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alpha similarity algorithms no longer accept graph name as a parameter. The algorithm never used the named graph, and now the possibility to specify one is removed.
Bug fixes
Fixed a bug where the Jaccard Similarity function would compute incorrectly when inputs contained duplicates.
Fixed a bug where Alpha Similarity algorithms would load a graph even though they operate on separate inputs.
Fixed a bug where community statistic computation could overflow for large community ids.
Parallel edges in the graph no longer affects Local Clustering Coefficient and Triangle Count results.