python-graphblas icon indicating copy to clipboard operation
python-graphblas copied to clipboard

Better support for binary operators with different input types

Open eriknw opened this issue 3 years ago • 0 comments

For example, numba now supports numpy.around. The second argument must be an integer, but the first argument can be any non-boolean types. The return type matches the first argument.

We should support this better.

eriknw avatar Oct 01 '22 04:10 eriknw