Re: [Numpy-discussion] Is python 3 supported or not?

2011-01-13 Thread Chris Barker
On 1/13/2011 10:49 AM, David Cortesi wrote: > I would like to point out that the wikipedia article on numpy says, > "The release version 1.5 of NumPy is compatible with Python versions > 2.4–2.7 and Python 3," citing the release note of september 2010, > which itself opens with the following lines:

Re: [Numpy-discussion] Is python 3 supported or not?

2011-01-13 Thread Pauli Virtanen
On Thu, 13 Jan 2011 19:25:47 +, Pauli Virtanen wrote: [clip] > If you really want to run Python 3, just build it yourself from the > sources. Of course, this should have been: "..., just build Numpy from the sources." ___ NumPy-Discussion mailing l

Re: [Numpy-discussion] Is python 3 supported or not?

2011-01-13 Thread Pauli Virtanen
On Thu, 13 Jan 2011 10:49:17 -0800, David Cortesi wrote: [clip] >> Highlights >> >> Python 3 compatibility >> >> This is the first NumPy release which is compatible with Python 3. > > There is an obvious disconnect here. Is it or isn't it? There is no disconnect. The fact just is that nobody has

Re: [Numpy-discussion] Is python 3 supported or not?

2011-01-13 Thread Peter
On Thu, Jan 13, 2011 at 6:49 PM, David Cortesi wrote: > > I asked about getting numpy to install on OS X with Activestate Python > 3. I got thoughtful & responsive replies from three of you, many > thanks to all! I am sad that the consistent message was, "forget it." I thought the message was sin

[Numpy-discussion] Is python 3 supported or not?

2011-01-13 Thread David Cortesi
I asked about getting numpy to install on OS X with Activestate Python 3. I got thoughtful & responsive replies from three of you, many thanks to all! I am sad that the consistent message was, "forget it." Chris said, "...look for a binary for 3.* -- I'm not sure it exists, though." Sebastian sai

Re: [Numpy-discussion] Any idea to run the dot-product on many arrays

2011-01-13 Thread Pascal
On 01/13/2011 05:04 PM, EMMEL Thomas wrote: > Hi, > > I need to rotate many vectors (x,y,z) with a given rotation matrix (3x3). > I can always do > > for v in vectors: > tv += np.dot(mat, v) > > where mat is my fixed matrix (or array of arrays) and v is a single array. > Is there any efficient

[Numpy-discussion] Any idea to run the dot-product on many arrays

2011-01-13 Thread EMMEL Thomas
Hi, I need to rotate many vectors (x,y,z) with a given rotation matrix (3x3). I can always do for v in vectors: tv += np.dot(mat, v) where mat is my fixed matrix (or array of arrays) and v is a single array. Is there any efficient way to use an array of vectors to do the transfomation for al

Re: [Numpy-discussion] Numpy 1.5.1 - Mac - with Activestate Python 3

2011-01-13 Thread Ralf Gommers
On Thu, Jan 13, 2011 at 5:06 PM, Sebastian Haase wrote: > On Thu, Jan 13, 2011 at 3:32 AM, Chris Barker > wrote: > > On 1/12/2011 12:57 PM, David Cortesi wrote: > >> I have installed ActiveState's Python 3 packages on Mac OS X 10.6.6. > > > >> When I run the Mac OS installer it shows all disks as

Re: [Numpy-discussion] Numpy 1.5.1 - Mac - with Activestate Python 3

2011-01-13 Thread Sebastian Haase
On Thu, Jan 13, 2011 at 3:32 AM, Chris Barker wrote: > On 1/12/2011 12:57 PM, David Cortesi wrote: >> I have installed ActiveState's Python 3 packages on Mac OS X 10.6.6. > >> When I run the Mac OS installer it shows all disks as ineligible and >> the error message, "numpy 1.5.1 can't be installed