[pypy-commit] [OPEN] Pull request #59 for pypy/pypy: allow [newindex] functionality in NumPy
Bitbucket
pullrequests-noreply at bitbucket.org
Wed Mar 14 23:27:50 CET 2012
A new pull request has been opened by Michael Blume.
MichaelBlume/pypy has changes to be pulled into pypy/pypy.
https://bitbucket.org/pypy/pypy/pull-request/59/allow-newindex-functionality-in-numpy
Title: allow [newindex] functionality in NumPy
numpy allows:
newindex = None
a = array([1,2,3])
a[newindex]
array([[1,2,3]])
This adds that.
Changes to be pulled:
4805ca9b8d4c by Michael Blume: "hack in support for [None] to create new index"
b3eff16f15be by Michael Blume: "add simple (failing) tests for newindex"
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the participating
in a pull request, or you are following it.
More information about the pypy-commit
mailing list