Re: [Numpy-discussion] request for help

2013-12-20 Thread Ralf Gommers
On Mon, Dec 16, 2013 at 3:03 AM, janani padmanabhan wrote: > Hello > Hearty greetings > I am a novice who is extremely interested in contributing to NumPy > opensource community. How and where do I start? > Thanking you > Hi Janani, welcome! Here is a description on the mechanics on contributin

Re: [Numpy-discussion] git tag for version 1.8?

2013-12-20 Thread Warren Weckesser
On 12/20/13, Charles R Harris wrote: > On Thu, Dec 19, 2013 at 10:16 PM, Warren Weckesser < > warren.weckes...@gmail.com> wrote: > >> Is version 1.8.0 tagged in git? I see tags up to 1.7.1. I suspect >> the tagging convention has changed in the git repo. How do I checkout >> v1.8.0? >> >> > It'

Re: [Numpy-discussion] git tag for version 1.8?

2013-12-20 Thread Charles R Harris
On Thu, Dec 19, 2013 at 10:16 PM, Warren Weckesser < warren.weckes...@gmail.com> wrote: > Is version 1.8.0 tagged in git? I see tags up to 1.7.1. I suspect > the tagging convention has changed in the git repo. How do I checkout > v1.8.0? > > It's tagged. You can see it on github under branches/

Re: [Numpy-discussion] Array search considering order

2013-12-20 Thread Andrei Rozanski
On Fri, Dec 20, 2013 at 11:19:49AM +, Oscar Benjamin wrote: > Date: Fri, 20 Dec 2013 11:19:49 + > From: Oscar Benjamin > To: Discussion of Numerical Python > Subject: Re: [Numpy-discussion] Array search considering order > > On 19 December 2013 16:49, Andrei Rozanski wrote: > > > > Sorr

Re: [Numpy-discussion] Array search considering order

2013-12-20 Thread Oscar Benjamin
On 19 December 2013 16:49, Andrei Rozanski wrote: > > Sorry if I was not clear enough. > The SO question is alike what I want. However, in my problem, Im not sure if > there will be only one occurence. > What I do expect is: > Given one array (big one), to retrieve indexes for "query array" occur

[Numpy-discussion] Need help with np.ma.median and np.apply_along_axis

2013-12-20 Thread Siegfried Gonzi
Please have a look at version1 and version2. What are my other options here? Do I need to go the cython route here? Thanks, Siegfried == My array is as follows (shown here for dummy values; and yes this kind of arrays do exist: 150 observations x 8 years x 366 days x 24 hours x 7 model level