|
From: Todd M. <jm...@st...> - 2005-11-01 18:23:55
|
Francesc Altet wrote: >El dt 01 de 11 del 2005 a les 12:27 -0500, en/na Todd Miller va >escriure: > > > >>numarray's array interface for Numeric-->numarray >>was degenerating to fromlist(); I added array interface "consumption" >>support for numerical arrays by beefing up numarray's array() function. >> >> > >I'm not sure what are you saying here. You mean that in CVS there is >already code for Numeric-->numarray that does not degenerate to >fromlist() anymore? > Yes. I added a check in array() for suppliers of the array-interface which are not NDArrays. It only works for numerical arrays. Todd |