On Sep 25, 2009, at 3:51 PM, Skipper Seabold wrote: >> >> While you're at it, can you ask for adding the possibility to process >> a dtype like (int,int,float) ? That was what I was working on >> before I >> started installing Snow Leopard... > > Sure. Should it be another keyword though `type` maybe? dtype > implies that it's a legal dtype, and I don't think (int,int,float) > works does it?
`type` would call for troubles. And no, (int,int,float) is not a valid dtype, but it can be easily processed as such. _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
