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

2014-12-27 Thread Garrett Reynolds
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 example, np.sort, np.clip, np.cumsum, np.conjugate, np.partition, np.reshape, np.transpose, etc. a

[Numpy-discussion] npymath on Windows

2014-12-27 Thread Matthew Brett
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 symbols from 'libnpymath.a' like this: npymath.lib(npy_math.o) : error

Re: [Numpy-discussion] Guidance regarding build and testing

2014-12-27 Thread Maniteja Nandana
Hello guys, I have filed a pull request 5386, which is my first one. It would be great if someone would lookup at the issue, and suggest any further changes. Waiting in anticipation, Maniteja. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org