Author: Alex Gaynor <[email protected]> Branch: numpy-dtype-alt Changeset: r46673:ee9fd32850fc Date: 2011-08-20 14:01 -0500 http://bitbucket.org/pypy/pypy/changeset/ee9fd32850fc/
Log: signatures are fixed. diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,6 @@ TODO for mering numpy-dtype-alt =============================== -* Fix signatures * Fix sin(<bool array>) * Fix for raw memory with the JIT under llgraph. * More operations on more dtypes @@ -10,4 +9,4 @@ For later ========= -* More APIs need dtype arguments (zeros, ones, etc.) \ No newline at end of file +* More APIs need dtype arguments (zeros, ones, etc.) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
