Re: [Numpy-discussion] Dropping manylinux1 wheels for NumPy 1.20.

2020-08-28 Thread Ralf Gommers
On Fri, Aug 28, 2020 at 5:01 PM Matthew Brett wrote: > Hi, > > Updated for Numpy wheels only - BigQuery [1], Notebook [2]. > > 41% of 32-bit wheels need manylinux1, 30% of 64-bit wheels. > Thanks for doing the analysis, very useful data. > Ralf - agreed we shouldn't wait too long for old pip -

[Numpy-discussion] Documentation Team meeting - Monday August 31

2020-08-28 Thread Melissa Mendonça
Hi all! This is a reminder that our next Documentation Team meeting will be on *Monday, August 31* at 3PM UTC**. If you wish to join on Zoom, you need to use this link https://zoom.us/j/420005230 Here's the permanent hackmd document with the meeting notes (still being updated in the next few day

Re: [Numpy-discussion] Dropping manylinux1 wheels for NumPy 1.20.

2020-08-28 Thread Matthew Brett
Hi, Updated for Numpy wheels only - BigQuery [1], Notebook [2]. 41% of 32-bit wheels need manylinux1, 30% of 64-bit wheels. Ralf - agreed we shouldn't wait too long for old pip - but maybe we need to think of some way of reminding people with old pip to upgrade? Cheers, Matthew [1] https://gi

Re: [Numpy-discussion] Dropping manylinux1 wheels for NumPy 1.20.

2020-08-28 Thread Ralf Gommers
On Fri, Aug 28, 2020 at 3:38 PM Matthew Brett wrote: > Hi, > > On Thu, Aug 27, 2020 at 10:51 PM Charles R Harris > wrote: > > > > Hi All, > > > > The 32 bit manylinux1 wheels are proving problematic, see > https://github.com/numpy/numpy/issues/17174. One proposed solution is to > only release ma

Re: [Numpy-discussion] Dropping manylinux1 wheels for NumPy 1.20.

2020-08-28 Thread Matthew Brett
Hi, On Thu, Aug 27, 2020 at 10:51 PM Charles R Harris wrote: > > Hi All, > > The 32 bit manylinux1 wheels are proving problematic, see > https://github.com/numpy/numpy/issues/17174. One proposed solution is to only > release manylinux2010 linux wheels for the NumPy 1.20 release. Thoughts? I th