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] npymath on Windows

2014-12-28 Thread Carl Kleffner
Hi, 2014-12-28 17:17 GMT+01:00 David Cournapeau : > > > On Sun, Dec 28, 2014 at 1:59 AM, Matthew Brett > wrote: > >> Hi, >> >> Sorry for this ignorant email, but we got confused trying to use >> 'libnpymath.a' from the mingw builds of numpy: >> >> We were trying to link against the mingw numpy '

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

Re: [Numpy-discussion] Changing np.ravel's return to be same array type as input array

2014-12-28 Thread Charles R Harris
On Sat, Dec 27, 2014 at 10:56 PM, Garrett Reynolds < garrettreynol...@gmail.com> wrote: > I made a pull request to change np.ravel so that it would return the same > array type (ndarray, matrix, masked array, etc.) as it took in. > > This would bring np.ravel in line with other functions. For exa

Re: [Numpy-discussion] npymath on Windows

2014-12-28 Thread David Cournapeau
On Sun, Dec 28, 2014 at 1:59 AM, Matthew Brett wrote: > Hi, > > Sorry for this ignorant email, but we got confused trying to use > 'libnpymath.a' from the mingw builds of numpy: > > We were trying to link against the mingw numpy 'libnpymath.a' using > Visual Studio C, but this give undefined symb

Re: [Numpy-discussion] npymath on Windows

2014-12-28 Thread Carl Kleffner
Hi, according to http://sourceforge.net/p/mingw-w64/discussion/723798/thread/7da101da : *"Sorry, sharing static libraries with MSVC is not supported right now, the contributor who was supposed to work on this went MIA.The only sane way to do it right now is to use a DLL."* this problem seems to

[Numpy-discussion] numpy dev-version-string change

2014-12-28 Thread Ralf Gommers
Hi all, This is a heads up that the numpy version string for development versions is changing from x.y.z.dev-githash to x.y.z.dev+githash (note the +). This is due to PEP 440 [1], which specifies local (i.e. non-released) versions have to use a "+". Pip 6.0, released a few days ago, enforces this