-
Allow the user arrays to be NULL. Not an error.
If NULL for `extractTuples()`, that array is not populated (perhaps the user just needs the values and not the integer row/col indices, or perhaps t…
-
Ability to define the MATLAB equivalent of `C=A(lo:stride:hi)` (a la extract) without explicitly constructing the integer index array.
-
The GraphBLAS C API v. 2.0 has the following variants and signatures (pseudocode)
Standard Variants
- standard vector variant: `apply(Vec w, Vec mask, BinaryOp accum, UnaryOp op, Vec U, ...)`
- s…
-
## Motivation
The [`sparse`](https://github.com/pydata/sparse) (also called PyData/Sparse) development team have been working on integration efforts with the ecosystem, most notably with SciPy, sciki…
-
### Brief Abstract
How about using some kind of graph analyzer to support note manangement
### Long Description
I'm interested in using some kind of brain dump style to write notes, and tagging it…
-
Created by: @alexandergunnarson
Source: https://github.com/RedisGraph/RedisGraph/issues/2718
A suggestion/idea — I read the paper ["Vertical, Temporal, and Horizontal Scaling of Hierarchical Hyperspar…
-
@ilan-gold @ivirshup if you have time, it'd be nice to see a groupby-reduce workflow you'd like to see supported natively by flox.
-
First off: hooray for trying to create an "easy button" for making wheels for those of us using conda forge!
Using `conda-press` version 0.0.6 on Python 3.7.
So. I have a new Python package on …
-
See the code below:
```julia
mT = SparseMatrixCSC{Float64, int32}(sprand(1_000, 1_000, 0.01));
GBMatrix(mT); #
-
Per the spec, one can pass a BinaryOp to `GrB_Matrix_reduce_BinaryOp` to reduce the rows or columns of a Matrix to a Vector. SuiteSparse 4.0 changed so that only BinaryOps that correspond to known Mo…