Re: [Numpy-discussion] List migration complete

2006-11-16 Thread Tom Loredo
Quoting Nick Fotopoulos <[EMAIL PROTECTED]>: > Another oversight is that digest-mode subscribers were imported as > regular subscribers. However, this is easily fixed at http:// > projects.scipy.org/mailman/listinfo/numpy-discussion. Also, the original list passwords apparently were not/coul

Re: [Numpy-discussion] mysql -> record array

2006-11-16 Thread Erin Sheldon
Hi Francesc - Unless I missed something, I think what you have shown is that the combination of (getting data from database into python lists) + (converting to arrays) is what is taking time. I would guess the first takes significantly longer than the second. Erin On 11/16/06, Fran

Re: [Numpy-discussion] mysql -> record array

2006-11-16 Thread Francesc Altet
Hi, Well, lets see whether this shiny new list works :) El dj 16 de 11 del 2006 a les 11:05 -0700, en/na Tim Hochberg va escriure: > One weakness of this benchmark is that it doesn't break out how much of > the sqlite3 overhead is inherent to the sqlite3 engine, which I expect > is somewhat mor

Re: [Numpy-discussion] List migration complete

2006-11-16 Thread Nick Fotopoulos
On Nov 16, 2006, at 2:51 PM, Steve Lianoglou wrote: >> The list migration has completed successfully. numpy- >> [EMAIL PROTECTED] is >> the new address for this list. > > Hey look ... no more advertisements! > > Good job folks, thanks! > > One thing: I'm not sure if this was intentional, but the

Re: [Numpy-discussion] List migration complete

2006-11-16 Thread Steve Lianoglou
> The list migration has completed successfully. numpy- > [EMAIL PROTECTED] is > the new address for this list. Hey look ... no more advertisements! Good job folks, thanks! One thing: I'm not sure if this was intentional, but the Reply-To field isn't set, so in order to reply back to list we

[Numpy-discussion] HAVE_FLOAT_FUNCS on HP-UX 11.23/PA

2006-11-16 Thread Albert Chin
HP-UX 11.23/PA has expf() but not ceilf(). numpy/core/setup.py has: FUNCTIONS_TO_CHECK = [ ('expl', 'HAVE_LONGDOUBLE_FUNCS'), ('expf', 'HAVE_FLOAT_FUNCS'), ('log1p', 'HAVE_LOG1P'), ('expm1', 'HAVE_EXPM1'), ('asinh', 'HAVE_INVERSE_HYPERBOLIC'), ('atanhf', 'HAVE_

[Numpy-discussion] Precision problem Mac OS X (PPC)

2006-11-16 Thread Iain Day
Hi, I posted this query to the scipy list (which you may have seen). I have been having some precision issues with some code I've got. I've searched the list archives and came across these tests. SciPy and numpy are installed from Fink, and running on a 1.5GHz G4 with Mac os x 10.4.8. >>> imp

[Numpy-discussion] List migration complete

2006-11-16 Thread Jeff Strunk
Good afternoon, The list migration has completed successfully. [EMAIL PROTECTED] is the new address for this list. Thank you, Jeff ___ Numpy-discussion mailing list [EMAIL PROTECTED] http://projects.scipy.org/mailman/listinfo/numpy-discussion