Skip to content

Add gb.ss.burble from python-suitesparse-graphblas #514

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

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented Oct 17, 2023

The SuiteSparse:GraphBLAS burble can be pretty handy, and having a burble object makes it as easy to use as possible. We reuse burble from python-suitesparse-graphblas (added last year), which is already pretty capable:
https://github.com/GraphBLAS/python-suitesparse-graphblas/blob/decaf1502d1a6053ba7b829e61b5ed796139ff2a/suitesparse_graphblas/__init__.py#L223
Note that one can still interact with the burble via config option such as

gb.ss.config["burble"] = True

but sometimes you just want to do

with gb.ss.burble:
    ...

FYI @michelp

@eriknw eriknw merged commit 228faa1 into python-graphblas:main Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant