diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 19:53:28 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 19:53:28 +0000 |
| commit | 218033db10a2fd643cf30857cfff7bfd15bf2555 (patch) | |
| tree | 2193580001983061458033cc7bbf6b04a9a5ad64 | |
| parent | 02656952c1ca3e5814d44ad26e2c1a0598d93fd3 (diff) | |
| download | numpy-218033db10a2fd643cf30857cfff7bfd15bf2555.tar.gz | |
Updated a few TODOs
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,9 @@ -Extend ufuncs to handle flexible types - or at least handle comparisons in array type for flexible types +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... + 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. |
