issues
search
python-graphblas
/
graphblas-algorithms
Graph algorithms written in GraphBLAS
Apache License 2.0
76
stars
4
forks
source link
Remove from_graphblas; convert to class constructor
#35
Closed
jim22k
closed
2 years ago
jim22k
commented
2 years ago
Use proper constructors for classes rather than
from_graphblas
.
Add .matrix property for (Di)Graph
eriknw
commented
2 years ago
LGTM, thanks @jim22k!
from_graphblas
.