Skip to content

2023.6.0

Compare
Choose a tag to compare
@eriknw eriknw released this 08 Jun 21:46
· 11 commits to main since this release
1f5ccb6

New algorithms (#67)

  • algorithms.efficiency_measures.efficiency
  • algorithms.isomorphism.isomorph.fast_could_be_isomorphic
  • algorithms.isomorphism.isomorph.faster_could_be_isomorphic
  • algorithms.lowest_common_ancestors.lowest_common_ancestor
  • algorithms.operators.unary.complement
  • algorithms.operators.unary.reverse
  • algorithms.shortest_paths.weighted.bellman_ford_path_length
  • linalg.bethehessianmatrix.bethe_hessian_matrix
  • linalg.graphmatrix.adjacency_matrix
  • linalg.laplacianmatrix.laplacian_matrix
  • linalg.laplacianmatrix.normalized_laplacian_matrix
  • linalg.modularitymatrix.directed_modularity_matrix
  • linalg.modularitymatrix.modularity_matrix