| Travis Oliphant | 218033d | 2006-01-05 19:53:28 | [diff] [blame] | 1 | Extend RichCompare function for arrays to handle string and unicode types |
| 2 | using comparisons in C. |
| Travis Oliphant | c2e7e3f | 2005-12-31 07:21:07 | [diff] [blame] | 3 | |
| 4 | Fix reduce, accumululate, and reduceat buffered method to be similar |
| 5 | to the fix for the generic function (use a specialized inner loop, |
| Travis Oliphant | 218033d | 2006-01-05 19:53:28 | [diff] [blame] | 6 | but other than that it should be the same code as NOBUFFER...) |
| Travis Oliphant | c2e7e3f | 2005-12-31 07:21:07 | [diff] [blame] | 7 | |
| Travis Oliphant | 218033d | 2006-01-05 19:53:28 | [diff] [blame] | 8 | Add specialized scalar math functions so that scalars do not go through |
| 9 | the ufunc machinery but still use error-setting mode. |