graphblas-algorithms icon indicating copy to clipboard operation
graphblas-algorithms copied to clipboard

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

Open eriknw opened this issue 4 months ago • 0 comments

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.

eriknw avatar Feb 27 '24 16:02 eriknw