[pypy-commit] pypy numpy-dtype-alt: a todo file for before-merge

alex_gaynor noreply at buildbot.pypy.org
Sat Aug 20 19:41:44 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
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


More information about the pypy-commit mailing list