[Numpy-tickets] [NumPy] #293: Add a roll function (or shift or rotate)
NumPy
numpy-tickets at scipy.net
Fri Oct 13 15:50:58 CDT 2006
#293: Add a roll function (or shift or rotate)
-------------------------+--------------------------------------------------
Reporter: baxissimo | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.0 Release
Component: Other | Version:
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
I just added this, but with a change to the way shift was interpreted.
Now, positive shift means that elements move in the direction of positive
indexes (to the right for 1 1-d array).
In r3334
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/293#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list