summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-05 19:53:28 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-05 19:53:28 +0000
commit218033db10a2fd643cf30857cfff7bfd15bf2555 (patch)
tree2193580001983061458033cc7bbf6b04a9a5ad64 /TODO.txt
parent02656952c1ca3e5814d44ad26e2c1a0598d93fd3 (diff)
downloadnumpy-218033db10a2fd643cf30857cfff7bfd15bf2555.tar.gz
Updated a few TODOs
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index db69c1068..ae54e8393 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.