Re: [Numpy-discussion] ANN: line_profiler 1.0b2 released

2009-02-19 Thread Matthew Miller
cycles. -- Matthew Miller mat...@mattdm.org http://mattdm.org/ ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] parallel compilation of numpy

2009-02-18 Thread Matthew Miller
On Thu, Feb 19, 2009 at 02:50:01AM +0100, Sturla Molden wrote: I have a shiny new computer with 8 cores and numpy still takes forever to compile Yes, forever/8 = forever. Good point. nan_to_num() could be helpful here. -- Matthew Miller mat...@mattdm.org http

Re: [Numpy-discussion] lack of memory?

2009-02-17 Thread Matthew Miller
in 10s. Does anyone know if it is because of the memory issue or something else? By the way, I am using the method linalg.eigvals(M) Is this on Linux? If so, try this at a terminal prompt: dmesg | grep oom -- Matthew Miller mat...@mattdm.org http://mattdm.org

[Numpy-discussion] numpy.load and gzip file handles

2009-02-01 Thread Matthew Miller
. The offending code is that which distinguishes between npy and npz files. Could there maybe be something added to just trust me that it's an npy? Or better yet, is there something I'm doing wrong / overlooking? Thanks! -- Matthew Miller mat...@mattdm.org http://mattdm.org

Re: [Numpy-discussion] numpy.load and gzip file handles

2009-02-01 Thread Matthew Miller
. Unless I'm misunderstanding, even with the wrapper one can't actually seek backwards, which is what the numpy code wants to do. In the meantime, I'm just using numpy.lib.format.read_array() directly. -- Matthew Miller mat...@mattdm.org http://mattdm.org