Re: [Numpy-discussion] ANN: Numexpr 1.4 released

2010-08-01 Thread Francesc Alted
2010/8/1 Christoph Gohlke > Solid release as usual. Works well with the MKL. > > Btw, numexpr-1.4.tar.gz is missing the win32/pthread.h file. > Mmh, not so solid ;-) Fixed. Thanks for reporting! -- Francesc Alted ___ NumPy-Discussion mailing list N

Re: [Numpy-discussion] ANN: Numexpr 1.4 released

2010-08-01 Thread Christoph Gohlke
Solid release as usual. Works well with the MKL. Btw, numexpr-1.4.tar.gz is missing the win32/pthread.h file. Christoph On 8/1/2010 4:33 AM, Francesc Alted wrote: > Hi, > > After the Theano talk in last EuroSciPy I suddenly realized that it would not > be too difficult to implement a multi-thre

Re: [Numpy-discussion] ANN: Numexpr 1.4 released

2010-08-01 Thread Francesc Alted
Hey Sebastian, 2010/8/1 Sebastian Haase > Would you mind summarizing very briefly which dtypes you support in Numexpr > ? > (float32?) > Yup. See: http://code.google.com/p/numexpr/wiki/Overview#Datatypes_supported_internally for the complete list. > And 2ndly, is there (regarding this) a d

Re: [Numpy-discussion] ANN: Numexpr 1.4 released

2010-08-01 Thread Sebastian Haase
Congratulations Francesc ! On Sun, Aug 1, 2010 at 1:33 PM, Francesc Alted wrote: > Hi, > > After the Theano talk in last EuroSciPy I suddenly realized that it would not > be too difficult to implement a multi-threaded version of Numexpr.  Well, as > usual I was terribly wrong and it took me a *l

[Numpy-discussion] ANN: Numexpr 1.4 released

2010-08-01 Thread Francesc Alted
Hi, After the Theano talk in last EuroSciPy I suddenly realized that it would not be too difficult to implement a multi-threaded version of Numexpr. Well, as usual I was terribly wrong and it took me a *long* week to do the job :-/ Anyway the thing is done now, so... enjoy! Note for PyTables