Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Scott Sinclair
On 19 January 2012 21:48, Fernando Perez wrote: > We've moved to the following setup with ipython, which works very well > for us so far: > > 1. ipython.org: Main website with only static content, manged as a > repo in github (https://github.com/ipython/ipython-website) and > updated with a gh-pag

Re: [Numpy-discussion] getting position index from array

2012-01-19 Thread Benjamin Root
On Thursday, January 19, 2012, Ruby Stevenson wrote: > hi, all > > I am a newbie on numpy ... I am trying to figure out, given an array, > how to get back position value based on some conditions. > Say, array([1, 0, 0, 0 1], and I want to get a list of indices where > it is none-zero, [ 0 , 4 ] >

[Numpy-discussion] getting position index from array

2012-01-19 Thread Ruby Stevenson
hi, all I am a newbie on numpy ... I am trying to figure out, given an array, how to get back position value based on some conditions. Say, array([1, 0, 0, 0 1], and I want to get a list of indices where it is none-zero, [ 0 , 4 ] The closest thing I can find from the doc is select(), but I can't

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Fernando Perez
On Thu, Jan 19, 2012 at 12:14 PM, Ognen Duzlevski wrote: > ipython.org used to live on scipy.org machine - as far as I can tell > the only thing still on the scipy.org machine related to ipython are > the dev and user mailing lists (via mailman) hosted at > projects.scipy.org. Yup, we've now move

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Ognen Duzlevski
On Thu, Jan 19, 2012 at 11:57 AM, Pauli Virtanen wrote: > 19.01.2012 18:21, Travis Oliphant kirjoitti: >> I think the problem here is one of delegation and information. >> >> I'm not even sure how the web-pages get updated at this point. >> Does anyone on this list know? I think it would be a grea

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Ognen Duzlevski
On Thu, Jan 19, 2012 at 1:48 PM, Fernando Perez wrote: > On Thu, Jan 19, 2012 at 9:21 AM, Travis Oliphant wrote: >> I'm not even sure how the web-pages get updated at this point.   Does anyone >> on this list know?    I think it would be a great idea to move to github >> pages for the NumPy pro

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Fernando Perez
On Thu, Jan 19, 2012 at 9:21 AM, Travis Oliphant wrote: > I'm not even sure how the web-pages get updated at this point.   Does anyone > on this list know?    I think it would be a great idea to move to github > pages for the NumPy project at least. We've moved to the following setup with ipyth

Re: [Numpy-discussion] swaxes(0, 1) 10% faster than transpose on 2D matrix?

2012-01-19 Thread Keith Goodman
On Thu, Jan 19, 2012 at 1:37 AM, Mark Bakker wrote: > I noticed that swapaxes(0,1) is consistently (on my system) 10% faster than > transpose on a 2D matrix. Transpose is faster for me. And a.T is faster than a.transpose() perhaps because a.transpose() checks that the inputs make sense? My guess

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Pauli Virtanen
19.01.2012 18:21, Travis Oliphant kirjoitti: > I think the problem here is one of delegation and information. > > I'm not even sure how the web-pages get updated at this point. > Does anyone on this list know? I think it would be a great idea > to move to github pages for the NumPy project at lea

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Travis Oliphant
I think the problem here is one of delegation and information. I'm not even sure how the web-pages get updated at this point. Does anyone on this list know?I think it would be a great idea to move to github pages for the NumPy project at least. -Travis On Jan 19, 2012, at 12:39 AM, Fer

[Numpy-discussion] swaxes(0, 1) 10% faster than transpose on 2D matrix?

2012-01-19 Thread Mark Bakker
Hello List, I noticed that swapaxes(0,1) is consistently (on my system) 10% faster than transpose on a 2D matrix. Any reason why? Any reason why the swapaxes algorithm is not used in transpose? Just wondering. Thanks, Mark ___ NumPy-Discussion mailing

Re: [Numpy-discussion] NumPy / SciPy related tutorials at PyCon 2012

2012-01-19 Thread Olivier Grisel
2012/1/18 Chao YUE : > Does anybody know if there is similar chance for training in Paris? (or > other places of France)/ > the price is nice, just because it's in US The next EuroScipy will take place in Brussels. Just 1h25m train ride from Paris. http://www.euroscipy.org/conference/eurosc

Re: [Numpy-discussion] NumPy / SciPy related tutorials at PyCon 2012

2012-01-19 Thread Dag Sverre Seljebotn
On 01/18/2012 08:54 PM, Olivier Grisel wrote: > Hi all, > > Just a quick email to advertise this year's PyCon tutorials as they > are very focused on HPC& data analytics. In particular the numpy / > scipy ecosystem is well covered, see: > >https://us.pycon.org/2012/schedule/tutorials/ > > Here