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

2020-06-27 Thread Rakesh Vasudevan
Hi all, Following up on this. Created a WIP PR https://github.com/numpy/numpy/pull/16700 As stated in the original thread, We need to start by having a sort() function for complex numbers that can do it based on keys, rather than plain arithmetic ordering. There are two broad ways to approach

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

2020-06-27 Thread Sebastian Berg
On Fri, 2020-06-26 at 21:53 -0700, leofang wrote: > Hi all, > > > Since I brought this issue from CuPy to Numpy, I'd like to see a > decision > made sooner than later so that downstream libraries like SciPy and > CuPy can > act accordingly. I think norm='forward' is fine. If there're still > peop