Re: [Numpy-discussion] Int64 and string support for numexpr

2006-08-02 Thread Tim Hochberg
Ivan Vilata i Balaguer wrote: > Hi all, > > I'm attaching some patches that enable the current version of numexpr > (r2142) to: > > 1. Handle int64 integers in addition to int32 (constants, variables and >arrays). Python int objects are considered int32 if they fit in 32 >bits. Python lon

[Numpy-discussion] Int64 and string support for numexpr

2006-08-01 Thread Ivan Vilata i Balaguer
Hi all, I'm attaching some patches that enable the current version of numexpr (r2142) to: 1. Handle int64 integers in addition to int32 (constants, variables and arrays). Python int objects are considered int32 if they fit in 32 bits. Python long objects and int objects that don't fit in