Skip to content

Easier factory generator function for NumPy binary ufuncs

Compare
Choose a tag to compare
@LaurentRDC LaurentRDC released this 05 Aug 17:45

It is now much easier to roll up your own streaming reduction function using ireduce_ufunc.

Some routines were also added:

  • imin, imax
  • iinner, idot, itensordot, ieinsum

I'm probably forgetting some more.