[pypy-commit] pypy default: Update what's new

rguillebert noreply at buildbot.pypy.org
Tue Mar 19 00:23:33 CET 2013


Author: Romain Guillebert <romain.py at gmail.com>
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


More information about the pypy-commit mailing list