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
gds.bridges.stream can now return for each bridge a list with the sizes of the resulting components after the bridge is removed by the remainingSizes yields parameter.
New write mode procedures for hashGNN:
gds.hashgnn.write
gds.hashgnn.write.estimate
Bug fixes
Fixed a bug where gds.graph.sample.rwr and gds.graph.sample.cnarw would fail on very small graphs.
Fix a bug where gds.spanningTree would return zero cost per relationship instead of one for unspecified relationshipWeightProperty.