Re: [Numpy-discussion] Add Chebyshev (cosine) transforms implemented via FFTs

2020-08-04 Thread Ralf Gommers
On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris wrote: > PR #16999: https://github.com/numpy/numpy/pull/16999 > > Hello all, > this PR adds the two 1D Chebyshev transform functions `chebyfft` and > `ichebyfft` into the `numpy.fft` module, utilizing the real FFTs `rfft` and > `irfft`, respectively

[Numpy-discussion] NumPy Community Meeting Wednesday

2020-08-04 Thread Sebastian Berg
Hi all, There will be a NumPy Community meeting Wednesday Agust 5th at 1pm Pacific Time (20:00 UTC). Everyone is invited and encouraged to join in and edit the work-in-progress meeting topics and notes at: https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both Best wishes Sebastian signature.asc Desc

Re: [Numpy-discussion] Add Chebyshev (cosine) transforms implemented via FFTs

2020-08-04 Thread Charles R Harris
On Tue, Aug 4, 2020 at 4:55 AM Ralf Gommers wrote: > > > On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris > wrote: > >> PR #16999: https://github.com/numpy/numpy/pull/16999 >> >> Hello all, >> this PR adds the two 1D Chebyshev transform functions `chebyfft` and >> `ichebyfft` into the `numpy.fft`

Re: [Numpy-discussion] Add Chebyshev (cosine) transforms implemented via FFTs

2020-08-04 Thread Stephan Hoyer
On Tue, Aug 4, 2020 at 6:10 PM Charles R Harris wrote: > > > On Tue, Aug 4, 2020 at 4:55 AM Ralf Gommers > wrote: > >> >> >> On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris >> wrote: >> >>> PR #16999: https://github.com/numpy/numpy/pull/16999 >>> >>> Hello all, >>> this PR adds the two 1D Cheby