Re: [Numpy-discussion] c api deprecations with NPY_NO_DEPRECATED_API

2014-03-08 Thread Charles R Harris
On Sat, Mar 8, 2014 at 2:54 PM, Paul Brossier wrote: > hi all, > > I'm trying to understand how to use the deprecation mechanism. > > 1. When not defining NPY_NO_DEPRECATED_API, I get warnings (as expected): > > #warning "Using deprecated NumPy API, disable it by #defining > NPY_NO_DEPREC

[Numpy-discussion] c api deprecations with NPY_NO_DEPRECATED_API

2014-03-08 Thread Paul Brossier
hi all, I'm trying to understand how to use the deprecation mechanism. 1. When not defining NPY_NO_DEPRECATED_API, I get warnings (as expected): #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" 2. When defining NPY_NO_DEPRECATED_AP

Re: [Numpy-discussion] 1.8.1rc1 on sourceforge.

2014-03-08 Thread Matthew Brett
Hi, Thanks to Chuck and Jarrod for giving me upload permission - wheels are on sourceforge now: https://sourceforge.net/projects/numpy/files/NumPy/1.8.1rc1 Until the wheels reach pypi, you'll have to test by: * downloading the python 2.7 or 3.3 wheel to a directory (say the current directory) a

Re: [Numpy-discussion] 1.8.1rc1 on sourceforge.

2014-03-08 Thread Ralf Gommers
On Thu, Mar 6, 2014 at 11:10 PM, Chris Barker wrote: > On Thu, Mar 6, 2014 at 1:14 PM, Matthew Brett wrote: > >> I believe that the wheels built against python.org python will in any >> case work with system python. >> > > IIUC, the system python is built agains an up-to-date SDK. so it wouldn't

Re: [Numpy-discussion] 1.8.1rc1 on sourceforge.

2014-03-08 Thread Ralf Gommers
On Thu, Mar 6, 2014 at 10:10 PM, Charles R Harris wrote: > > > > On Thu, Mar 6, 2014 at 1:32 PM, Chris Barker wrote: > >> On Thu, Mar 6, 2014 at 11:21 AM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> That would be helpful. Ralf does those now and I suspect he would >>> welcome t

Re: [Numpy-discussion] 1.8.1rc1 on sourceforge.

2014-03-08 Thread Ralf Gommers
On Thu, Mar 6, 2014 at 8:38 PM, Matthew Brett wrote: > Hi, > > On Thu, Mar 6, 2014 at 11:21 AM, Charles R Harris > wrote: > > > On Thu, Mar 6, 2014 at 12:05 PM, Matthew Brett > > wrote: > >> > >> On Thu, Mar 6, 2014 at 9:37 AM, Charles R Harris > >> wrote: > > >> >> Julian has done most of the