Re: [Numpy-discussion] 1.17.2 release.

2019-09-05 Thread Charles R Harris
On Thu, Sep 5, 2019 at 5:27 PM Gregory Lee wrote: > Hi Chuck, > > It is not critical, but it would be nice if the fft ZeroDivisionError fix > in https://github.com/numpy/numpy/pull/14279 could make it into 1.17.2. > It has an "approved" review and seems to be ready. > Thanks! > OK, I put that i

Re: [Numpy-discussion] 1.17.2 release.

2019-09-05 Thread Gregory Lee
Hi Chuck, It is not critical, but it would be nice if the fft ZeroDivisionError fix in https://github.com/numpy/numpy/pull/14279 could make it into 1.17.2. It has an "approved" review and seems to be ready. Thanks! Greg On Thu, Sep 5, 2019 at 6:56 PM Charles R Harris wrote: > Hi All, > > I'm p

[Numpy-discussion] 1.17.2 release.

2019-09-05 Thread Charles R Harris
Hi All, I'm planning to make a 1.17.2 release Friday or Saturday in order to fix some newly reported regressions. If there is anything that you think absolutely needs to be in that release, please yell. Chuck ___ NumPy-Discussion mailing list NumPy-Disc

[Numpy-discussion] Integer array indexing (numpy.take) as function composition

2019-09-05 Thread Jim Pivarski
Hi, I'm a long-time user of Numpy; I had a question and I didn't know where else to ask. (It's not a bug—otherwise I would have posted it at https://github.com/numpy/numpy/issues). Has anyone noticed that indexing an array with integer arrays (i.e. numpy.take) is a function composition? For examp

Re: [Numpy-discussion] NEP 31 — Context-local and global overrides of the NumPy API

2019-09-05 Thread Hameer Abbasi
Hello everyone; Thanks to all the feedback from the community, in particular Sebastian Berg, we have a new draft of NEP-31. Please find the full text quoted below for discussion and reference. Any feedback and discussion is welcome. =