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

[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

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

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

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

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

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: connection

[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

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:

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 it can