From: Sebastian H. <ha...@ms...> - 2006-09-14 03:35:25
|
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. > |