pygraphblas icon indicating copy to clipboard operation
pygraphblas copied to clipboard

GraphBLAS for Python

Results 15 pygraphblas issues
Sort by recently updated
recently updated
newest added

An alternative solution to implement the algorithm in #9 would be to use select. However, I could not get select working after studying the examples in `dnn.py` and `K-Truss.ipynb`. So,...

I wanted to use LAGraph_cc_fastsv from pygraphblas as seen in the wrappers of other functions. I realized that only a fraction of LAGraph [header](https://github.com/michelp/pygraphblas/blob/aa0982ffba38fb06ac22047a8d45e2165831c567/pygraphblas/cdef/la_a6fcf0_cdef.h) and [source code](https://github.com/michelp/pygraphblas/tree/aa0982ffba38fb06ac22047a8d45e2165831c567/pygraphblas/cdef/LAGraph) is included, which...

The `setup.py` file pins the version of `numpy` by having the [requirement line](https://github.com/Graphegon/pygraphblas/blob/2d893016299767ce9c0c41b5be4aab7fc14315a5/setup.py#L19): ``` "numpy

1. The numpy pin caused `pip install` to fail 2. Makefile will just run tests in parallel and collect coverage 3. `make debug` will run `nodemon` to watch for changes...

Hi all, I'm new to pygraphblas & was just trying to re-implement the [Louvain modularity tutorial](https://github.com/Graphegon/pygraphblas/blob/main/demo/Louvain.ipynb), but the code there gives an error, traceable to k.reduce() returning a traditional float,...