Re: [Numpy-discussion] Which dtype are supported by numexpr ?

2007-03-14 Thread Francesc Altet
A Divendres 09 Març 2007 18:56, Francesc Altet escrigué: A Divendres 09 Març 2007 18:40, Sebastian Haase escrigué: Which dtypes are supported by numexpr ? Well, numexpr does support any dtype that is homogeneous, except 'uint64'. This is because internally all the unsigned types are upcasted

Re: [Numpy-discussion] Which dtype are supported by numexpr ?

2007-03-14 Thread David M. Cooke
On Wed, 14 Mar 2007 13:02:10 +0100 Francesc Altet [EMAIL PROTECTED] wrote: The info above is somewhat inexact. I was talking about the enhanced numexpr version included in PyTables 2.0 (see [1]). The original version of numexpr (see [2]) doesn't have support for int64 on 32-bit platforms and

[Numpy-discussion] Which dtype are supported by numexpr ?

2007-03-09 Thread Sebastian Haase
Hi ! This is really only one question: Which dtypes are supported by numexpr ? We are very interested in numexpr ! Where is the latest / most-up-to-date documentation ? Thanks, Sebastian Haase ___ Numpy-discussion mailing list

Re: [Numpy-discussion] Which dtype are supported by numexpr ?

2007-03-09 Thread Francesc Altet
A Divendres 09 Març 2007 18:40, Sebastian Haase escrigué: Hi ! This is really only one question: Which dtypes are supported by numexpr ? Well, numexpr does support any dtype that is homogeneous, except 'uint64'. This is because internally all the unsigned types are upcasted to the smallest