[Numpy-discussion] [Numpy-tickets] [NumPy] #235: r_, c_, hstack, vstack, column_stack should be made more consistent

Sebastian Haase haase at msg.ucsf.edu
Wed Sep 13 23:35:21 EDT 2006


Travis,
what is the "new string directives as the first element of the item 
tuple" !?

I always liked the idea of having a "shortest possible" way for creating 
  (or concatenating)
rows with "r_"
*and*
columns with "c_"
!

Why did the "c_" have to be removed !?

Thanks,
Sebastan


NumPy wrote:
> #235: r_, c_, hstack, vstack, column_stack should be made more consistent
> -------------------------+--------------------------------------------------
>  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:
> 
>  r_ is the only current quick-creator.  You can now get the functionality
>  of all others using string directives as the first element of the item
>  tuple.
> 
>  Column stack was fixed.
> 




More information about the NumPy-Discussion mailing list