[Numpy-discussion] Request code review of numpy.i changes

2013-03-11 Thread Bill Spotz
https://github.com/wfspotz/numpy/compare/numpy-swig ** Bill Spotz ** ** Sandia National Laboratories Voice: (505)845-0170 ** ** P.O. Box 5800 Fax: (505)284-0154 ** ** Albuquerque, NM 87185-0370Email: wfsp...@sandia.gov *

Re: [Numpy-discussion] Casting and promotion rules (e.g. int + uint64 => float)

2013-03-11 Thread Sergio Callegari
Thanks for the explanation. Chris Barker - NOAA Federal noaa.gov> writes: > There has been a lot of discussion about casting on this list in the > last couple months -- I suggest you peruse that discussion and see > what conclusions it has lead to. I'll look at it. My message to the ml followe

Re: [Numpy-discussion] Casting and promotion rules (e.g. int + uint64 => float)

2013-03-11 Thread Chris Barker - NOAA Federal
On Fri, Mar 8, 2013 at 8:23 AM, Sergio Callegari wrote: > I have noticed that numpy introduces some unexpected type casts, that are > in some cases problematic. There has been a lot of discussion about casting on this list in the last couple months -- I suggest you peruse that discussion and s

Re: [Numpy-discussion] Adopt Mersenne Twister 64bit?

2013-03-11 Thread Robert Kern
On Sun, Mar 10, 2013 at 6:12 PM, Siu Kwan Lam wrote: > Hi all, > > I am redirecting a discussion on github issue tracker here. My original > post (https://github.com/numpy/numpy/issues/3137): > > "The current implementation of the RNG seems to be MT19937-32. Since 64-bit > machines are common now