[pypy-commit] pypy dtypes-compatability: document branch to be merged

mattip noreply at buildbot.pypy.org
Fri Jul 17 06:46:50 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: dtypes-compatability
Changeset: r78570:c386a754e4f4
Date: 2015-07-17 01:50 +0300
http://bitbucket.org/pypy/pypy/changeset/c386a754e4f4/

Log:	document branch to be merged

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -37,3 +37,9 @@
 .. branch: unicode-dtype
 
 Partial implementation of unicode dtype and unicode scalars.
+
+.. branch: dtypes-compatibility
+
+Improve compatibility with numpy dtypes; handle offsets to create unions,
+fix str() and repr(), allow specifying itemsize, metadata and titles, add flags,
+allow subclassing dtype


More information about the pypy-commit mailing list