Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r62563:39ad5d9ff56d Date: 2013-03-20 13:13 -0700 http://bitbucket.org/pypy/pypy/changeset/39ad5d9ff56d/
Log: document branch 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 @@ -20,16 +20,22 @@ .. branch: numpypy-longdouble Long double support for numpypy + .. branch: numpypy-disable-longdouble Since r_longdouble support is missing, disable all longdouble and derivative dtypes using ENABLED_LONG_DOUBLE = False + .. branch: numpypy-real-as-view Convert real, imag from ufuncs to views. This involves the beginning of view() functionality + .. branch: indexing-by-array Adds indexing by scalar, adds int conversion from scalar and single element array, fixes compress, indexing by an array with a smaller shape and the indexed object. +.. branch: str-dtype-improvement +Allow concatenation of str and numeric arrays + .. branch: signatures Improved RPython typing _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit