Re: [Numpy-discussion] Improving Complex Comparison/Ordering in Numpy

2020-06-04 Thread Brock Mendel
Corresponding pandas issue: https://github.com/pandas-dev/pandas/issues/28050 On Thu, Jun 4, 2020 at 9:17 PM Rakesh Vasudevan wrote: > Hi all, > > As a follow up to gh-15981 , > I would like to propose a change to bring complex dtype(s) comparison > o

[Numpy-discussion] Improving Complex Comparison/Ordering in Numpy

2020-06-04 Thread Rakesh Vasudevan
Hi all, As a follow up to gh-15981 , I would like to propose a change to bring complex dtype(s) comparison operators and related functions, in line with respective cpython implementations. The current state of complex dtype comparisons/ordering as summ

[Numpy-discussion] Numpy FFT normalization options issue (addition of new option)

2020-06-04 Thread cvav
Issue #16126: https://github.com/numpy/numpy/issues/16126 PR #16476: https://github.com/numpy/numpy/pull/16476 numpy.fft docs (v1.18): https://numpy.org/doc/1.18/reference/routines.fft.html Hello all, I was advised to write on the numpy mailing list, after this week's community meeting led to som