[Scipy-svn] r4541 - trunk/scipy/sandbox/mkufunc

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Jul 14 00:14:10 EDT 2008


Author: ilan
Date: 2008-07-13 23:14:10 -0500 (Sun, 13 Jul 2008)
New Revision: 4541

Removed:
   trunk/scipy/sandbox/mkufunc/docs/
Modified:
   trunk/scipy/sandbox/mkufunc/README.txt
   trunk/scipy/sandbox/mkufunc/TODO.txt
Log:
Small changes

Modified: trunk/scipy/sandbox/mkufunc/README.txt
===================================================================
--- trunk/scipy/sandbox/mkufunc/README.txt	2008-07-14 03:53:29 UTC (rev 4540)
+++ trunk/scipy/sandbox/mkufunc/README.txt	2008-07-14 04:14:10 UTC (rev 4541)
@@ -15,5 +15,5 @@
 
 You need the pypy path in your PYTHONPATH environment:
 
-$ export PYTHONPATH=/giant/src/pypy-dist
+$ export PYTHONPATH=/<...>/pypy-dist
 

Modified: trunk/scipy/sandbox/mkufunc/TODO.txt
===================================================================
--- trunk/scipy/sandbox/mkufunc/TODO.txt	2008-07-14 03:53:29 UTC (rev 4540)
+++ trunk/scipy/sandbox/mkufunc/TODO.txt	2008-07-14 04:14:10 UTC (rev 4541)
@@ -1,6 +1,9 @@
 
-- add Csrc attribute to ufunc object
+- Documentation
 
-- Mandelbrot
+- improve caching of pypy compiler output
 
+- think about shipping issues (using weave ext_tools)
 
+- add Csrc attribute to ufunc object
+




More information about the Scipy-svn mailing list