[Numpy-discussion] eighteen bourbon

2006-06-13 Thread Nolly Sosa
___ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Re: [Numpy-discussion] Any Numeric or numarray users on this list?

2006-06-13 Thread konrad . hinsen
On 10.06.2006, at 01:57, Travis Oliphant wrote: You may be interested to note that I just added the RNG interface to numpy for back-wards compatibility. It can be accessed and used by re-placing import RNG with import numpy.random.oldrng as RNG Thanks, that will facilitate the

Re: [Numpy-discussion] Any Numeric or numarray users on this list?

2006-06-13 Thread Robert Kern
[EMAIL PROTECTED] wrote: On 10.06.2006, at 01:57, Travis Oliphant wrote: You may be interested to note that I just added the RNG interface to numpy for back-wards compatibility. It can be accessed and used by re-placing import RNG with import numpy.random.oldrng as RNG Thanks, that

Re: [Numpy-discussion] Back to numexpr

2006-06-13 Thread Francesc Altet
A Dimarts 13 Juny 2006 19:47, Francesc Altet va escriure: - Support for both numpy and numarray (use the flag --force-numarray in setup.py). At first glance this looks like it doesn't make things to messy, so I'm in favor of incorporating this. Yeah. I thing you are right. It's

Re: [Numpy-discussion] Back to numexpr

2006-06-13 Thread Tim Hochberg
Francesc Altet wrote: Ei, numexpr seems to be back, wow! :-D A Dimarts 13 Juny 2006 18:56, Tim Hochberg va escriure: I've finally got around to looking at numexpr again. Specifically, I'm looking at Francesc Altet's numexpr-0.2, with the idea of harmonizing the two versions. Let me go

Re: [Numpy-discussion] Back to numexpr

2006-06-13 Thread Tim Hochberg
Francesc Altet wrote: A Dimarts 13 Juny 2006 20:46, Tim Hochberg va escriure: Uh, I'm afraid that yes. In PyTables, int64, while being a bit bizarre for some users (specially in 32-bit platforms), is a type with the same rights than the others and we would like to give support for it in

Re: [Numpy-discussion] Atlas missing dgeev

2006-06-13 Thread Robert Kern
Mathew Yeates wrote: I finally got things linked with libg2c but now I get import linalg - failed: ld.so.1: python: fatal: relocation error: file /u/fuego0/myeates/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so: symbol dgeev_: referenced symbol not found I looked all through my