blob: ae54e83938891e285f315d5a497f8a93f942ef21 (
plain)
1
2
3
4
5
6
7
8
9
|
Extend RichCompare function for arrays to handle string and unicode types
using comparisons in C.
Fix reduce, accumululate, and reduceat buffered method to be similar
to the fix for the generic function (use a specialized inner loop,
but other than that it should be the same code as NOBUFFER...)
Add specialized scalar math functions so that scalars do not go through
the ufunc machinery but still use error-setting mode.
|