Re: [Numpy-discussion] C vs. Fortran order -- misleading documentation?

2010-06-07 Thread David Goldsmith
On Mon, Jun 7, 2010 at 4:52 AM, Pavel Bazant wrote: > Correct me if I am wrong, but the paragraph > > Note to those used to IDL or Fortran memory order as it relates to > indexing. Numpy uses C-order indexing. That means that the last index > usually (see xxx for exceptions) represents the most r

Re: [Numpy-discussion] numscons and Python 2.7 problems

2010-06-07 Thread David
On 06/08/2010 11:37 AM, Ralf Gommers wrote: > > Is it really that much worse than for earlier versions? The support > burden is probably more because of having too many Python versions at > the same time. It's now 2.4-2.6, soon it may be 2.4-2.7 + 3.1-3.2. I don't think scons issues should affect

Re: [Numpy-discussion] numscons and Python 2.7 problems

2010-06-07 Thread Ralf Gommers
On Tue, Jun 8, 2010 at 4:58 AM, Charles R Harris wrote: > > > On Mon, Jun 7, 2010 at 2:07 PM, Christoph Gohlke wrote: > >> Dear NumPy developers, >> >> I was trying to build numpy 2.0.dev and scipy 0.9.dev using numscons >> 0.12.dev and Python 2.7b2 (32 bit) on Windows 7 64 bit and ran into two >

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 7:26 PM, Ralf Gommers wrote: > > > On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis > wrote: >> >> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold >> wrote: >> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis >> > wrote: >> >>   "Cannot compile 'Python.h'. Perhaps you need to

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Ralf Gommers
On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis wrote: > On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold > wrote: > > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis > wrote: > >> "Cannot compile 'Python.h'. Perhaps you need to "\ > >> SystemError: Cannot compile 'Python.h'. Perhaps you need to in

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Charles R Harris
On Mon, Jun 7, 2010 at 3:19 PM, Vincent Davis wrote: > On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus > wrote: > > Hi Vincent, > > > > (1) Fortran compiler isn't necessary for numpy, but is for scipy, > > which isn't ported to python 3 yet. > > (2) Could you put up on pastebin or somewhere online

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
Well I am way from my computer so I am not sure what's up. You might give it a bit? Vincent On Monday, June 7, 2010, Zachary Pincus wrote: > > On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote: > >> Here is a link to the full output after typing python setup.py build. >> https://docs.google.com/Doc

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Zachary Pincus
On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote: > Here is a link to the full output after typing python setup.py build. > https://docs.google.com/Doc?docid=0AVQgwG2qUDgdZGYyaGo0NjNfMjI5Z3BraHd6ZDg&hl=en that's just bringing up an empty document page for me... ___

Re: [Numpy-discussion] Is there really a moderator that reviews posts?

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 3:04 PM, PostMaster wrote: > On Mon, Jun 7, 2010 at 14:32,   wrote: >> On Mon, Jun 7, 2010 at 3:14 PM, Vincent Davis >> wrote: >>> I just tried a post and got this. Should I repost without the long >>> section of the terminal output I pasted in ? >>> >>> Your mail to 'NumP

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus wrote: > Hi Vincent, > > (1) Fortran compiler isn't necessary for numpy, but is for scipy, > which isn't ported to python 3 yet. > (2) Could you put up on pastebin or somewhere online the full error > you got? > > The problem isn't one of not finding

Re: [Numpy-discussion] Is there really a moderator that reviews posts?

2010-06-07 Thread PostMaster
On Mon, Jun 7, 2010 at 14:32, wrote: > On Mon, Jun 7, 2010 at 3:14 PM, Vincent Davis > wrote: >> I just tried a post and got this. Should I repost without the long >> section of the terminal output I pasted in ? >> >> Your mail to 'NumPy-Discussion' with the subject >> >>   Installing numpy fro

Re: [Numpy-discussion] numscons and Python 2.7 problems

2010-06-07 Thread Charles R Harris
On Mon, Jun 7, 2010 at 2:07 PM, Christoph Gohlke wrote: > Dear NumPy developers, > > I was trying to build numpy 2.0.dev and scipy 0.9.dev using numscons > 0.12.dev and Python 2.7b2 (32 bit) on Windows 7 64 bit and ran into two > problems. > > > First, Python 2.7's UserDict is now a new-style cla

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Zachary Pincus
Hi Vincent, (1) Fortran compiler isn't necessary for numpy, but is for scipy, which isn't ported to python 3 yet. (2) Could you put up on pastebin or somewhere online the full error you got? The problem isn't one of not finding the Python.h header file, which will be present in the Python 3

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold wrote: > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis > wrote: >> Going down the prerequisite list I have. >> >> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) >> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin >> Type "help", "copyright", "credi

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Skipper Seabold
On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis wrote: > Going down the prerequisite list I have. > > Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) > [GCC 4.0.1 (Apple Inc. build 5493)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > nose.__version__ > '

[Numpy-discussion] numscons and Python 2.7 problems

2010-06-07 Thread Christoph Gohlke
Dear NumPy developers, I was trying to build numpy 2.0.dev and scipy 0.9.dev using numscons 0.12.dev and Python 2.7b2 (32 bit) on Windows 7 64 bit and ran into two problems. First, Python 2.7's UserDict is now a new-style class (http://docs.python.org/dev/whatsnew/2.7.html). Apparently scons

[Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
Going down the prerequisite list I have. Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> nose.__version__ '0.11.0' I don't really understand the fortran stuff so so I just e

Re: [Numpy-discussion] Is there really a moderator that reviews posts?

2010-06-07 Thread josef . pktd
On Mon, Jun 7, 2010 at 3:14 PM, Vincent Davis wrote: > I just tried a post and got this. Should I repost without the long > section of the terminal output I pasted in ? > > Your mail to 'NumPy-Discussion' with the subject > >   Installing numpy from source on py 3.1.2, osx > > Is being held until

[Numpy-discussion] Is there really a moderator that reviews posts?

2010-06-07 Thread Vincent Davis
I just tried a post and got this. Should I repost without the long section of the terminal output I pasted in ? Your mail to 'NumPy-Discussion' with the subject Installing numpy from source on py 3.1.2, osx Is being held until the list moderator can review it for approval. The reason it is b

Re: [Numpy-discussion] [Numpy-svn] r8457 - trunk

2010-06-07 Thread Charles R Harris
2010/6/6 Stéfan van der Walt > I guess this changeset is up for discussion, but I'd be very glad if > we could track the .gitignore. This makes life a lot easier for > everybody using git-svn. > > Do you really want to see all the various files that I want to ignore? It bothered me that when I e

[Numpy-discussion] allbut2ax_iterator

2010-06-07 Thread josef . pktd
Maybe I missed something, but I didn't find anything like this in numpy a kind of apply along 2axis, iterates over all 2d arrays defined by axes argument in a n-dim array with n>2 useful for functions that operate on a 2d array (chisquare_twoway, np.corrcoef ? ...) awful function name Josef de

Re: [Numpy-discussion] "Dynamic convolution" in Numpy

2010-06-07 Thread arthur de conihout
Hello thanks for all your answers. I had a look at some references in this field. Mostly in R. Nicoll Monograph on Binaural Technology, which is the best recent overview i could find (on AES). All the solutions mentionned in the ones you submitted are included ;) You might do better with interpola

[Numpy-discussion] C vs. Fortran order -- misleading documentation?

2010-06-07 Thread Pavel Bazant
Correct me if I am wrong, but the paragraph Note to those used to IDL or Fortran memory order as it relates to indexing. Numpy uses C-order indexing. That means that the last index usually (see xxx for exceptions) represents the most rapidly changing memory location, unlike Fortran or IDL, wher

[Numpy-discussion] Greater common divisor

2010-06-07 Thread Daniele Nicolodi
Hello. There is a method in numpy to compute the greater common divisor of the elements of an array? Searching through the documentation I didn't find it. Thanks. Cheers, -- Daniele ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mai