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
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
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
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
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.
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
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
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
[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
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
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
11 matches
Mail list logo