Skip to content

1.2.3

Compare
Choose a tag to compare
@AliciaFrame AliciaFrame released this 16 Jul 19:58
· 21399 commits to master since this release

Breaking changes

  • 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.