Re: [Numpy-discussion] Why is numpy.ma.extras.clump_masked() not in main documentation?

2014-12-30 Thread Benjamin Root
Wow, thanks for pointing these out! I have been using masked arrays for quite a while now, but I never noticed these before! Cheers! Ben Root On Sun, Dec 28, 2014 at 3:35 PM, Yuxiang Wang wrote: > Hi Ralf, > > Thanks for the quick response! I will submit a PR soon. I noticed > there are some o

Re: [Numpy-discussion] Why is numpy.ma.extras.clump_masked() not in main documentation?

2014-12-28 Thread Yuxiang Wang
Hi Ralf, Thanks for the quick response! I will submit a PR soon. I noticed there are some other functions with outdated examples, such as numpy.ma.notmasked_contiguous() (still using the numpy.ma.extras.notmasked_contiguous). -Shawn On Sun, Dec 28, 2014 at 3:04 PM, Ralf Gommers wrote: > > > On

Re: [Numpy-discussion] Why is numpy.ma.extras.clump_masked() not in main documentation?

2014-12-28 Thread Ralf Gommers
On Sun, Dec 28, 2014 at 9:04 PM, Ralf Gommers wrote: > > > > On Sun, Dec 28, 2014 at 8:48 PM, Yuxiang Wang wrote: > >> Dear all, >> >> I am really glad to find out a very useful function called >> numpy.ma.extras.clump_masked(), and it is indeed well documented if >> you look into the source. Ho

Re: [Numpy-discussion] Why is numpy.ma.extras.clump_masked() not in main documentation?

2014-12-28 Thread Ralf Gommers
On Sun, Dec 28, 2014 at 8:48 PM, Yuxiang Wang wrote: > Dear all, > > I am really glad to find out a very useful function called > numpy.ma.extras.clump_masked(), and it is indeed well documented if > you look into the source. However, may I ask why does it not show up > in the main documentation

[Numpy-discussion] Why is numpy.ma.extras.clump_masked() not in main documentation?

2014-12-28 Thread Yuxiang Wang
Dear all, I am really glad to find out a very useful function called numpy.ma.extras.clump_masked(), and it is indeed well documented if you look into the source. However, may I ask why does it not show up in the main documentation website (http://docs.scipy.org/doc/numpy/reference/routines.ma.htm