Re: [Numpy-discussion] Proposals for NumPy 1.22.0

2021-06-09 Thread Jeff Reback
>> Drop support for Python 3.7 (3.10 will be available). FYI pandas is going to drop 3.7 in 1.4 (likely releases early next year) > > On Jun 9, 2021, at 4:16 PM, Ralf Gommers wrote: > >  > > >> On Wed, Jun 9, 2021 at 8:19 PM Charles R Harris >> wrote: >> Hi All, >> >> Here are some propo

Re: [Numpy-discussion] Tensor Typing presentation and discussion on Wednesday! (As part of the NumPy Community Meeting)

2021-06-09 Thread Sebastian Berg
On Tue, 2021-06-08 at 11:40 -0700, Stefan van der Walt wrote: > On Tue, Jun 8, 2021, at 03:23, Juan Nunez-Iglesias wrote: > > Hello! Any chance this could be recorded for those of us in useless > > time zones? 😂 > > I added a note to the agenda; we'll ask the speakers and record if > they don't m

Re: [Numpy-discussion] Proposals for NumPy 1.22.0

2021-06-09 Thread Ralf Gommers
On Wed, Jun 9, 2021 at 8:19 PM Charles R Harris wrote: > Hi All, > > Here are some proposals for the NumPy 1.22.0 release currently in > development. > > >1. Drop support for Python 3.7 (3.10 will be available). > > NEP 29 says December 2021, so that'd be kind of borderline. It would allow us

[Numpy-discussion] Proposals for NumPy 1.22.0

2021-06-09 Thread Charles R Harris
Hi All, Here are some proposals for the NumPy 1.22.0 release currently in development. 1. Drop support for Python 3.7 (3.10 will be available). 2. Drop manylinux1 wheels. 3. Drop manylinux2010 wheels? 4. Use ILP64 BLAS for 64 bit wheels. Thoughts? Chuck