python-graphblas / graphblas-algorithms

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

WIP: update to support NetworkX 3.3 (dev), and other maintenance #91

Open eriknw opened 6 months ago

eriknw commented 6 months ago

The main thing we still need to add it the ability to support a structure-only graph. For example, when we convert from a graphblas Graph to a networkx Graph, we shouldn't have an assumed edge attribute of "weight". Hence, we may want to add e.g. G.edge_attr to our graph objects.

As a WIP, this PR begins by updating linting and GA versions.