From: Francesc A. <fa...@ca...> - 2006-11-03 15:21:48
|
Hi, This is just to inform you that I've detected also problems with indexation code in Numeric (24.2) with Python 2.5 and 64-bit platforms. The next reproduces the issue: >>> a=3DNumeric.array([1,0]) >>> a array([1, 0]) >>> a[:] zeros((0,), 'l') # ?? # The order of values in the array doesn't seem to affect >>> a=3DNumeric.array([0,1]) >>> a array([0, 1]) >>> a[:] zeros((0,), 'l') # ? I know that support for Numeric has officially ceased. This is just to let others know that using latest Numeric with Python 2.5 and 64-bit platforms (or, at very least, Linux64 on top of AMD64 :P) can lend to pretty scaring results. Cheers, =2D-=20 >0,0< Francesc Altet =A0 =A0 http://www.carabos.com/ V V C=E1rabos Coop. V. =A0=A0Enjoy Data "-" |