Author: Romain Guillebert <[email protected]> Branch: Changeset: r62418:8170a9a04586 Date: 2013-03-19 00:22 +0100 http://bitbucket.org/pypy/pypy/changeset/8170a9a04586/
Log: Update what's new 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 @@ -24,6 +24,9 @@ .. 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: signatures Improved RPython typing _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
