Re: [Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-14 Thread Hameer Abbasi
It was a small task. I created a PR for it here . Feel free to merge after CI passes or close. Hameer Abbasi Sent from Astro for Mac On 14. Jun 2018 at 22:50, Marten van Kerkwijk wrote: It seems everyone is in favour - any

Re: [Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-14 Thread Travis Oliphant
It is a welcome thing to see Python 2.7 support disappearing. Dropping 3.4 support in new releases sounds like a great idea as well. NumPy was originally pitched as a Python 3 thing... Travis On Thu, Jun 14, 2018, 12:52 PM Marten van Kerkwijk < m.h.vankerkw...@gmail.com> wrote: > It seems ever

Re: [Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-14 Thread Marten van Kerkwijk
It seems everyone is in favour - anybody in for making a PR reducing the travis testing accordingly? (It seems a bit of overkill more generally - would be good to reduce the kWhr footprint a little...) -- Marten ___ NumPy-Discussion mailing list NumPy-Dis

Re: [Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-13 Thread Jarrod Millman
+1 On Wed, Jun 13, 2018 at 2:27 PM, Charles R Harris wrote: > Hi All, > > I think NumPy 1.16 would be a good time to drop Python 3.4 support. We will > want to do that anyway once we drop 2.7 so that we will only be using recent > Windows compilers, and with Python 3.7 due at the end of the month

Re: [Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-13 Thread Chris Barker
> > I think NumPy 1.16 would be a good time to drop Python 3.4 support. >> > +1 Using python3 before 3.5 was still kinda "bleeding edge" -- so projects are more likely to be actively upgrading. -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R

Re: [Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-13 Thread Stephan Hoyer
This sounds good to me. Most of the downstream projects I work with have already dropped Python 3.4 support. On Wed, Jun 13, 2018 at 2:30 PM Charles R Harris wrote: > Hi All, > > I think NumPy 1.16 would be a good time to drop Python 3.4 support. We > will want to do that anyway once we drop 2.7

[Numpy-discussion] Dropping Python 3.4 support for NumPy 1.16

2018-06-13 Thread Charles R Harris
Hi All, I think NumPy 1.16 would be a good time to drop Python 3.4 support. We will want to do that anyway once we drop 2.7 so that we will only be using recent Windows compilers, and with Python 3.7 due at the end of the month I think supporting 3.5-7 for 1.16 should be sufficient. Thoughts? Ch