Pull request #59 has been updated by Michael Blume to include new changes.

https://bitbucket.org/pypy/pypy/pull-request/59/allow-newaxis-functionality-in-numpy

Title: allow [newaxis] functionality in NumPy

Creator: Michael Blume

numpy allows:

newaxis = None

a = array([1,2,3])

a[newaxis]

array([[1,2,3]])

This adds that.


Updated list of changes:

db64d273fc46 by Michael Blume: "add newaxis keyword to numpy.numeric"
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.

_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to