Re: [Numpy-discussion] C99

2018-09-07 Thread Eric Wieser
Thanks for the first step on this! Should we allow // style comments I don’t think it matters too much. I think it might be a little messy to have a mix of the two styles where // means “post py3” and /* */ means pre-py3 - but at the same time, I do slightly prefer the C++-style. For C contributo

Re: [Numpy-discussion] A minor milestone

2018-09-07 Thread Andrew Nelson
> but on Travis I install it half a dozen times every day. Good point. I wonder if there's any way to take that into account when considering whether to drop versions. On Sat, 8 Sep 2018 at 15:14, Nathaniel Smith wrote: > On Fri, Sep 7, 2018 at 6:33 PM, Charles R Harris > wrote: > > Thanks fo

Re: [Numpy-discussion] A minor milestone

2018-09-07 Thread Nathaniel Smith
On Fri, Sep 7, 2018 at 6:33 PM, Charles R Harris wrote: > Thanks for the link. It would be nice to improve the Windows numbers, Linux > is still very dominant. I suppose that might be an artifact of the systems > used by developers as opposed to end users. It would be a different open > source wor

[Numpy-discussion] C99

2018-09-07 Thread Charles R Harris
Hi All, I've a PR up converting travis testing to use C99 . I suspect we may not want to merge it for a while, but it does raise a couple of style questions that we should probably settle up front. Namely: - Should we allow // style comments - Sho

Re: [Numpy-discussion] A minor milestone

2018-09-07 Thread Charles R Harris
On Fri, Sep 7, 2018 at 2:31 AM Nathaniel Smith wrote: > On Fri, Sep 7, 2018 at 1:19 AM, Hans Dembinski > wrote: > > > >> On 7. Sep 2018, at 06:33, Nathaniel Smith wrote: > >> > >> Looking at https://pypistats.org/packages/numpy , it appears that > >> August 24 was the last day when numpy had mo

Re: [Numpy-discussion] A minor milestone

2018-09-07 Thread Nathaniel Smith
On Fri, Sep 7, 2018 at 1:19 AM, Hans Dembinski wrote: > >> On 7. Sep 2018, at 06:33, Nathaniel Smith wrote: >> >> Looking at https://pypistats.org/packages/numpy , it appears that >> August 24 was the last day when numpy had more Python 2 downloads than >> Python 3 downloads (maybe ever?). > > Go

Re: [Numpy-discussion] A minor milestone

2018-09-07 Thread Hans Dembinski
> On 7. Sep 2018, at 06:33, Nathaniel Smith wrote: > > Looking at https://pypistats.org/packages/numpy , it appears that > August 24 was the last day when numpy had more Python 2 downloads than > Python 3 downloads (maybe ever?). Good news, it is about time. Just out of curiosity, what happen