Skip to content

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