python-graphblas / graphblas-algorithms

Graph algorithms written in GraphBLAS
Apache License 2.0
73 stars 4 forks source link

Update to NetworkX 3.2 #77

Closed eriknw closed 11 months ago

eriknw commented 11 months ago

This changes to __networkx_backend__, and introduces an entry-point to get the info.

This new entry point is in _nx_graphblas, which currently needs updated manually.

codecov-commenter commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Files Coverage Δ
graphblas_algorithms/classes/digraph.py 43.95% <100.00%> (+1.12%) :arrow_up:
graphblas_algorithms/classes/graph.py 61.18% <100.00%> (+1.18%) :arrow_up:
graphblas_algorithms/nxapi/smetric.py 100.00% <100.00%> (ø)
graphblas_algorithms/tests/test_core.py 90.90% <100.00%> (+0.43%) :arrow_up:

... and 2 files with indirect coverage changes

:loudspeaker: Thoughts on this report? Let us know!.

eriknw commented 11 months ago

This also drops Python 3.8.

Merging so we can test w/ networkx docs. May still make changes before releasing.