Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Ralf Gommers
On Fri, Jan 29, 2016 at 4:21 AM, Nathaniel Smith wrote: > On Jan 28, 2016 3:25 PM, "Ralf Gommers" wrote: > > > > > > > > On Thu, Jan 28, 2016 at 11:57 PM, Nathaniel Smith wrote: > >> > >> On Thu, Jan 28, 2016 at 2:23 PM, Ralf Gommers

[Numpy-discussion] Proposal for IQR function

2016-01-28 Thread Joseph Fox-Rabinovitz
I have created an IQR function to add to the other dispersion metrics such as standard deviation. I have described the purpose and nature of the proposal in PR#7137, so I am pasting the text here as well: Motivation -- This function is used in one place in numpy already (to compute the

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Charles R Harris
On Thu, Jan 28, 2016 at 2:36 PM, Nathaniel Smith wrote: > Maybe we should upload to pypi? This allows us to upload binaries for osx > at least, and in general will make the beta available to anyone who does > 'pip install --pre numpy'. (But not regular 'pip install numpy',

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Nathaniel Smith
AFAIK beta releases act just like regular releases, except that the pip ui and the pypi ui continue to emphasize the older "real" release. On Jan 28, 2016 2:03 PM, "Charles R Harris" wrote: > > > On Thu, Jan 28, 2016 at 2:36 PM, Nathaniel Smith wrote:

Re: [Numpy-discussion] Problem with NumPy 1.10.4 with ATLAS on Python 2.7.8

2016-01-28 Thread Nathaniel Smith
What does ldd /usr/local/python2/2.7.8/x86_64/gcc46/New_build/lib/python2.7/site-packages/numpy/core/multiarray.so say? (I'm not a numpy build expert but that should at least give a hint at which kind of brokenness you're running into... I'm also somewhat curious why you're using such an

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Nathaniel Smith
On Thu, Jan 28, 2016 at 2:23 PM, Ralf Gommers wrote: > > > On Thu, Jan 28, 2016 at 11:03 PM, Charles R Harris > wrote: >> >> >> >> On Thu, Jan 28, 2016 at 2:36 PM, Nathaniel Smith wrote: >>> >>> Maybe we should upload to pypi?

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Ralf Gommers
On Thu, Jan 28, 2016 at 11:57 PM, Nathaniel Smith wrote: > On Thu, Jan 28, 2016 at 2:23 PM, Ralf Gommers > wrote: > > > > > > On Thu, Jan 28, 2016 at 11:03 PM, Charles R Harris > > wrote: > >> > >> > >> > >> On Thu, Jan 28,

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Ralf Gommers
On Thu, Jan 28, 2016 at 11:03 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Thu, Jan 28, 2016 at 2:36 PM, Nathaniel Smith wrote: > >> Maybe we should upload to pypi? This allows us to upload binaries for osx >> at least, and in general will make the beta

Re: [Numpy-discussion] Problem with NumPy 1.10.4 with ATLAS on Python 2.7.8

2016-01-28 Thread Davide Vanzo
Nathaniel, thanks for your reply. Here is the output you requested (and a little more). # ldd /usr/local/python2/2.7.8/x86_64/gcc46/nonet/lib/python2.7/site- packages/numpy/core/multiarray.so linux-vdso.so.1 =>  (0x7fffce3f2000) libatlas.so =>

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Nathaniel Smith
Maybe we should upload to pypi? This allows us to upload binaries for osx at least, and in general will make the beta available to anyone who does 'pip install --pre numpy'. (But not regular 'pip install numpy', because pip is clever enough to recognize that this is a prerelease and should not be

[Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Charles R Harris
Hi All, I hope I am pleased to announce the Numpy 1.11.0b2 release. The first beta was a damp squib due to missing files in the released source files, this release fixes that. The new source filese may be downloaded from sourceforge, no binaries will be released until the mingw tool chain

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Matthew Brett
Hi, On Thu, Jan 28, 2016 at 12:51 PM, Charles R Harris wrote: > Hi All, > > I hope I am pleased to announce the Numpy 1.11.0b2 release. The first beta > was a damp squib due to missing files in the released source files, this > release fixes that. The new source filese

[Numpy-discussion] Problem with NumPy 1.10.4 with ATLAS on Python 2.7.8

2016-01-28 Thread Davide Vanzo
Hi all, I recently upgraded NumPy from 1.9.1 to 1.10.4 on Python 2.7.8 by using pip. As always I specified the paths to Blas, Lapack and Atlas in the respective environment variables. I used the same compiler I used to compile both Python and the libraries (GCC 4.6.1). The problem is that it

Re: [Numpy-discussion] Bump warning stacklevel

2016-01-28 Thread Sebastian Berg
On Mi, 2016-01-27 at 17:12 -0500, Benjamin Root wrote: > I like the idea of bumping the stacklevel in principle, but I am not > sure it is all that practical. For example, if a warning came up when > doing "x / y", I am assuming that it is emitted from within the ufunc > np.divide(). So, you

Re: [Numpy-discussion] Numpy 1.11.0b2 released

2016-01-28 Thread Nathaniel Smith
On Jan 28, 2016 3:25 PM, "Ralf Gommers" wrote: > > > > On Thu, Jan 28, 2016 at 11:57 PM, Nathaniel Smith wrote: >> >> On Thu, Jan 28, 2016 at 2:23 PM, Ralf Gommers wrote: >> > >> > >> > On Thu, Jan 28, 2016 at 11:03 PM, Charles R