Re: [Numpy-discussion] NumPy 1.0.3 release next week

2007-05-11 Thread David M. Cooke
On Sat, May 12, 2007 at 12:50:10AM +0200, Albert Strasheim wrote: > Here's another issue with a patch that looks ready to go: > > http://projects.scipy.org/scipy/numpy/ticket/509 > > Enhancement you might consider: > > http://projects.scipy.org/scipy/numpy/ticket/375 > > And this one looks like

Re: [Numpy-discussion] NumPy 1.0.3 release next week

2007-05-11 Thread Travis Oliphant
Albert Strasheim wrote: > Here's another issue with a patch that looks ready to go: > > http://projects.scipy.org/scipy/numpy/ticket/509 > > Enhancement you might consider: > > http://projects.scipy.org/scipy/numpy/ticket/375 > > And this one looks like it can be closed: > > http://projects.scipy.o

Re: [Numpy-discussion] NumPy 1.0.3 release next week

2007-05-11 Thread Albert Strasheim
Here's another issue with a patch that looks ready to go: http://projects.scipy.org/scipy/numpy/ticket/509 Enhancement you might consider: http://projects.scipy.org/scipy/numpy/ticket/375 And this one looks like it can be closed: http://projects.scipy.org/scipy/numpy/ticket/395 Cheers, Alber

[Numpy-discussion] best way of counting time and cputime?

2007-05-11 Thread dmitrey
hi all, please inform me which way for counting elapsed time and cputime in Python is best? Previously in some Python sources I noticed there are some ones. Currently I use time.time() for time. Thx, D. ___ Numpy-discussion mailing list Numpy-discussion

Re: [Numpy-discussion] interrupted svn updates

2007-05-11 Thread Jeff Strunk
On Friday 11 May 2007 3:46 pm, George Nurser wrote: > Jeff, > > Sorry to bother you again on this, but it's certainly still giving the > same problem. > svn: REPORT request failed on '/svn/numpy/!svn/vcc/default' > svn: REPORT of '/svn/numpy/!svn/vcc/default': Could not read response > body: connec

Re: [Numpy-discussion] NumPy 1.0.3 release next week

2007-05-11 Thread Albert Strasheim
Here are a few tickets that might warrant some attention from someone who is intimately familiar with NumPy's internals ;-) http://projects.scipy.org/scipy/numpy/ticket/390 http://projects.scipy.org/scipy/numpy/ticket/405 http://projects.scipy.org/scipy/numpy/ticket/466 http://projects.scipy.org/

Re: [Numpy-discussion] interrupted svn updates

2007-05-11 Thread George Nurser
Jeff, Sorry to bother you again on this, but it's certainly still giving the same problem. svn: REPORT request failed on '/svn/numpy/!svn/vcc/default' svn: REPORT of '/svn/numpy/!svn/vcc/default': Could not read response body: connection was closed by server. (http://svn.scipy.org) I tried a fres

Re: [Numpy-discussion] numpy version of Interactive Data Analysis tutorial available

2007-05-11 Thread Perry Greenfield
On May 11, 2007, at 9:56 AM, Gary Ruben wrote: > This is great Perry, > > I think this will help to convince our department's astronomer(s) to > learn and maybe use Python for teaching. > By the way, if you do a global search for "numarray" in your document, > you'll pick up a few pieces of uncha

Re: [Numpy-discussion] numpy version of Interactive Data Analysis tutorial available

2007-05-11 Thread Perry Greenfield
On May 11, 2007, at 1:06 PM, Anne Archibald wrote: > On 10/05/07, Perry Greenfield <[EMAIL PROTECTED]> wrote: >> I have updated the "Using Python for Interactive Data Analysis" >> tutorial to use numpy instead of numarray (finally!). There are >> further improvements I would like to make in its o

Re: [Numpy-discussion] subclassing ndarray and recarray

2007-05-11 Thread Bernhard Voigt
Hi Pierre, that's great! I didn't do exactly what I wanted, but seeing how to overwrite the __getitem__ and __getslice__ methods I can adapt my class that it works with the use cases I need. Thanks for your help! Bernhard On 5/11/07, Pierre GM <[EMAIL PROTECTED]> wrote: Bernhard, Looks like y

Re: [Numpy-discussion] numpy version of Interactive Data Analysis tutorial available

2007-05-11 Thread Anne Archibald
On 10/05/07, Perry Greenfield <[EMAIL PROTECTED]> wrote: > I have updated the "Using Python for Interactive Data Analysis" > tutorial to use numpy instead of numarray (finally!). There are > further improvements I would like to make in its organization and > formatting (in the process including sug

Re: [Numpy-discussion] interrupted svn updates

2007-05-11 Thread George Nurser
It still seems to be causing me problems. Jeff, I tried a few minutes ago and got: svn: REPORT request failed on '/svn/numpy/!svn/vcc/default' svn: REPORT of '/svn/numpy/!svn/vcc/default': Chunk delimiter was invalid (http://svn.scipy.org) and then just now the previous error: svn: REPORT request

Re: [Numpy-discussion] interrupted svn updates

2007-05-11 Thread Christopher Hanley
Everything seems fine to me. Thank you for your prompt support. Chris Jeff Strunk wrote: > Is this still causing trouble? I restarted apache about 20 minutes after you > sent this. > > Thanks, > Jeff > > On Friday 11 May 2007 9:06 am, Christopher Hanley wrote: > >> I had that problem this m

Re: [Numpy-discussion] interrupted svn updates

2007-05-11 Thread Jeff Strunk
Is this still causing trouble? I restarted apache about 20 minutes after you sent this. Thanks, Jeff On Friday 11 May 2007 9:06 am, Christopher Hanley wrote: > I had that problem this morning as well. It appears to be a problem on > the server side. > > Chris > > George Nurser wrote: > > I'm tr

[Numpy-discussion] problems with calculating numpy.float64

2007-05-11 Thread michael . stoelzle
Hello out there, i try to run this Python-code snippet after I have imported: import numpy as Numeric import numpy as numpy Numeric.Int = Numeric.int32 Numeric.Float = Numeric.float64 Code: if m < maxN and n < maxN and self.activeWide[m+1, n+1]: try:

Re: [Numpy-discussion] interrupted svn updates

2007-05-11 Thread Christopher Hanley
I had that problem this morning as well. It appears to be a problem on the server side. Chris George Nurser wrote: > I'm trying to update numpy from svn. > My first try was very slow, but eventially produced 72 updated files; > gave message at end: > svn: REPORT request failed on '/svn/numpy/!

[Numpy-discussion] interrupted svn updates

2007-05-11 Thread George Nurser
I'm trying to update numpy from svn. My first try was very slow, but eventially produced 72 updated files; gave message at end: svn: REPORT request failed on '/svn/numpy/!svn/vcc/default' svn: REPORT of '/svn/numpy/!svn/vcc/default': Could not read response body: connection was closed by server. (h

Re: [Numpy-discussion] numpy version of Interactive Data Analysis tutorial available

2007-05-11 Thread Gary Ruben
This is great Perry, I think this will help to convince our department's astronomer(s) to learn and maybe use Python for teaching. By the way, if you do a global search for "numarray" in your document, you'll pick up a few pieces of unchanged text and code. Gary R. Perry Greenfield wrote: > I

Re: [Numpy-discussion] NumPy 1.0.3 release next week

2007-05-11 Thread Pearu Peterson
Hi, I am going to work on g3 f2py starting next week on full time --- I am now hired by Simula Research Laboratory that will support my work on f2py. I think I'll spend the next few months on g3 f2py. However, this work should not affect the numpy release that you are planning. I'll keep all major