Re: [Numpy-discussion] Profiling line-by-line

2006-07-20 Thread Arnd Baecker
On Wed, 19 Jul 2006, David Grant wrote: > Is there any way to do line-by-line profiling in Python? The profiling > results can tell me how much time is spent in all functions, but within a > given function I can't get any idea of how much time was spent on each line. > For example, in the exampl

Re: [Numpy-discussion] Pretty printing an array: no ellipses?

2006-07-20 Thread Stefan van der Walt
On Wed, Jul 19, 2006 at 03:06:00PM -0700, Webb Sprague wrote: > I am not sure where to look for this, sorry if it is RTFM or JPS > ("just plain stupid"): > > Is there a way to set a default to print the entire array, rather than > an ellipses version of it? If not, why doesn't > pprint.pformat(nu

[Numpy-discussion] vector to tensor matrix speed up

2006-07-20 Thread Ferenc . Pintye
Hi users, i have some problem in Numpy with indexing speed for array to tensor matrix transport. With 20 cycles it's 9sec ! (without sort(eigvals() - functions) Many thanks f. # stress values/matrix in array form for 20 points out = zeros((20,11),Float32) # #.out = fil

[Numpy-discussion] numpy.var and numpy.std

2006-07-20 Thread Tom Denniston
Are these functions supposed to compute variance and standard deviation? They don't have docstrings and I can't find anything about them in Travis' manual. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForg

Re: [Numpy-discussion] numpy.var and numpy.std

2006-07-20 Thread David Huard
Yes, In SVN, std has a docstring and I submitted one for var in ticket #174. David2006/7/20, Tom Denniston <[EMAIL PROTECTED] >:Are these functions supposed to compute variance and standarddeviation?  They don't have docstrings and I can't find anything about them in Travis' manual.

Re: [Numpy-discussion] numpy.var and numpy.std

2006-07-20 Thread Tom Denniston
Sounds great. Thanks David. --Tom On 7/20/06, David Huard <[EMAIL PROTECTED]> wrote: > Yes, > > In SVN, std has a docstring and I submitted one for var in ticket #174. > > David > > 2006/7/20, Tom Denniston <[EMAIL PROTECTED] > >: > > > Are these functions supposed to compute variance and standa

Re: [Numpy-discussion] numpy.var and numpy.std

2006-07-20 Thread Travis Oliphant
Tom Denniston wrote: > Are these functions supposed to compute variance and standard > deviation? They don't have docstrings and I can't find anything about > them in Travis' manual. > These are in the manual but only as a general reference to the fact that array methods also have functional c

Re: [Numpy-discussion] numpy.var and numpy.std

2006-07-20 Thread Travis Oliphant
Tom Denniston wrote: > Are these functions supposed to compute variance and standard > deviation? They don't have docstrings and I can't find anything about > them in Travis' manual. > > I just wanted to advertise the fact that there are two utility functions in NumPy that can come in handy fo

Re: [Numpy-discussion] vector to tensor matrix speed up

2006-07-20 Thread Tim Hochberg
[EMAIL PROTECTED] wrote: > > > Hi users, > > i have some problem in Numpy with indexing speed for array to tensor > matrix transport. > With 20 cycles it's 9sec ! (without sort(eigvals() - functions) > > Many thanks > f. > The big problem you have here is that you are operating on you

Re: [Numpy-discussion] Beta release on Thursday

2006-07-20 Thread Nick Fotopoulos
On July 17, 2006, at 9:01 PM, Travis Oliphant wrote: > I'd like to make release 1.0beta on Thursday. Please submit bug- reports > and fixes before then. > > -Travis Is it possible to incorporate v7 mat-file support before the new- feature freeze? I have the fixes posted to ticket #14. Sever

[Numpy-discussion] NumPy 1.0b1 at the door...

2006-07-20 Thread Travis Oliphant
I'm getting ready to tag the trunk as the 1.0b1 release (will be done in 2 hours unless I hear from somebody).I've taken care of most of the relevant open tickets. Some of the build issues are still there but they can be fixed during the beta release period which I expect to be several mo