Skip to content

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented May 14, 2023

Check out the README!

This adds the following new algorithms:

networkx.algorithms.efficiency_measures.efficiency networkx.algorithms.isomorphism.isomorph.fast_could_be_isomorphic networkx.algorithms.isomorphism.isomorph.faster_could_be_isomorphic networkx.algorithms.lowest_common_ancestors.lowest_common_ancestor networkx.algorithms.operators.unary.complement networkx.algorithms.operators.unary.reverse networkx.algorithms.shortest_paths.weighted.bellman_ford_path_length networkx.linalg.bethehessianmatrix.bethe_hessian_matrix networkx.linalg.graphmatrix.adjacency_matrix networkx.linalg.laplacianmatrix.laplacian_matrix networkx.linalg.laplacianmatrix.normalized_laplacian_matrix networkx.linalg.modularitymatrix.directed_modularity_matrix networkx.linalg.modularitymatrix.modularity_matrix 
@codecov-commenter
Copy link

codecov-commenter commented May 15, 2023

Codecov Report

Patch coverage: 70.60% and project coverage change: +0.57 🎉

Comparison is base (17f19ba) 70.44% compared to head (2409365) 71.01%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 70.44% 71.01% +0.57%  ========================================== Files 89 118 +29 Lines 3461 4240 +779 Branches 642 805 +163 ========================================== + Hits 2438 3011 +573  - Misses 830 1006 +176  - Partials 193 223 +30 
Impacted Files Coverage Δ
...ithms/algorithms/traversal/breadth_first_search.py 94.59% <0.00%> (ø)
graphblas_algorithms/nxapi/exception.py 24.00% <0.00%> (-2.09%) ⬇️
...blas_algorithms/algorithms/isomorphism/isomorph.py 13.63% <13.63%> (ø)
graphblas_algorithms/linalg/bethehessianmatrix.py 15.00% <15.00%> (ø)
graphblas_algorithms/linalg/laplacianmatrix.py 16.12% <16.12%> (ø)
graphblas_algorithms/linalg/modularitymatrix.py 17.85% <17.85%> (ø)
graphblas_algorithms/linalg/graphmatrix.py 18.75% <18.75%> (ø)
graphblas_algorithms/classes/digraph.py 39.10% <25.00%> (+0.19%) ⬆️
...s_algorithms/algorithms/lowest_common_ancestors.py 35.71% <35.71%> (ø)
graphblas_algorithms/algorithms/operators/unary.py 41.66% <41.66%> (ø)
... and 46 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@eriknw
Copy link
Member Author

eriknw commented Jun 2, 2023

YOLO 🚀

@eriknw eriknw merged commit d63d49d into python-graphblas:main Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants