summaryrefslogtreecommitdiff
path: root/numpy/doc
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-03-13 07:05:41 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-03-13 07:05:41 +0000
commit3afb449634c2f1aac55e0a0d9d0693d098d66d8c (patch)
treec451d7d0c33788c6ef02e274f230aacb2c195273 /numpy/doc
parent64c7a3cb6e30bee5bfbffb65b5e651362ccdaf32 (diff)
downloadnumpy-3afb449634c2f1aac55e0a0d9d0693d098d66d8c.tar.gz
Adding swig and pyrex examples
Diffstat (limited to 'numpy/doc')
-rw-r--r--numpy/doc/ufuncs.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/doc/ufuncs.txt b/numpy/doc/ufuncs.txt
index 2d4fa5048..345aa0a72 100644
--- a/numpy/doc/ufuncs.txt
+++ b/numpy/doc/ufuncs.txt
@@ -1,6 +1,9 @@
BUFFERED General Ufunc explanation:
+Note: This was implemented already, but the notes are kept here for historical
+ and explanatory purposes.
+
We need to optimize the section of ufunc code that handles mixed-type
and misbehaved arrays. In particular, we need to fix it so that items
are not copied into the buffer if they don't have to be.
@@ -95,4 +98,4 @@ If there are object arrays involved then loop->obj gets set to 1. Then there ar
- \ No newline at end of file
+