|
From: Francesc A. <fa...@ca...> - 2005-10-28 16:03:59
|
Hi Todd, I've just installed numarray 1.4.1 and pass my tests over it. Everything goes well, except some small detail: Python 2.4.2 (#2, Sep 29 2005, 00:23:59) [GCC 4.0.2 (Debian 4.0.1-9)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import Numeric >>> import numarray >>> Numeric.__version__ '24.0b2' >>> numarray.__version__ '1.4.1' >>> na=3Dnumarray.array([ 51.], type=3Dnumarray.Float64) >>> Numeric.array(na, typecode=3D'd') Traceback (most recent call last): File "<stdin>", line 1, in ? TypeError: expected a writeable buffer object >>> This worked in 1.3.x and before. I hope that this is not the intended behaviour. Thanks, =2D-=20 >0,0< Francesc Altet =A0 =A0 http://www.carabos.com/ V V C=E1rabos Coop. V. =A0=A0Enjoy Data "-" |