Author: Alex Gaynor <[email protected]> Branch: numpy-dtype-alt Changeset: r46669:7fa371cd1e00 Date: 2011-08-20 12:46 -0500 http://bitbucket.org/pypy/pypy/changeset/7fa371cd1e00/
Log: a todo file for before-merge diff --git a/TODO.txt b/TODO.txt new file mode 100644 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,13 @@ +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 +* Any more attributes that need to be exposed at app-level + +For later +========= + +* More APIs need dtype arguments (zeros, ones, etc.) \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
