[Numpy-tickets] [NumPy] #201: Clean up and unify r_,c_,hstack,vstack etc
NumPy
numpy-tickets at scipy.net
Wed Sep 13 20:14:43 CDT 2006
#201: Clean up and unify r_,c_,hstack,vstack etc
-------------------------+--------------------------------------------------
Reporter: baxissimo | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: numpy.lib | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
column_stack now handles 2-d inputs without transposing them.
As for the other suggestions. The c_ call is deprecated. It's
functionality is subsumed by the r_ call which can take an axis to
concatenate along using '#' as an argument. Also, it can take an 'r' and
a 'c' string to produce matrices.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/201>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list