Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented Feb 27, 2024

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 eriknw added enhancement Improve existing functionality or make things work better hygiene Improve code quality and reduce maintenance overhead labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or make things work better hygiene Improve code quality and reduce maintenance overhead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant