Re: [Numpy-discussion] ANN: Numexpr 1.1, an efficient array evaluator

2009-01-16 Thread Ted Horst
Note that Apple has a similar library called vForce: I think these libraries use several techniques and are not neces

Re: [Numpy-discussion] test_multiarray.test_clip fails on Solaris 8 system

2007-04-01 Thread Ted Horst
I get the same failure on ppc. Here is the result of your commands: big < > = On Apr 1, 2007, at 16:22, Stefan van der Walt wrote: > Hi Chris > > Would you please run the following commands and show their output? > > import sys > print sys.byteorder > > import numpy as N > print N.array([1,2,3

Re: [Numpy-discussion] random permutation

2007-01-25 Thread Ted Horst
BTW, This test doesn't work on python 2.3 because sorted does not exist there. Ted On Jan 13, 2007, at 15:15, Stefan van der Walt wrote: > On Sat, Jan 13, 2007 at 10:01:59AM -0800, Keith Goodman wrote: >> On 1/11/07, Robert Kern <[EMAIL PROTECTED]> wrote: >>> Keith Goodman wrote: Why is t