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

2020-08-05 Thread Chris Val
Stephan Hoyer-2 wrote > On Tue, Aug 4, 2020 at 6:10 PM Charles R Harris < > charlesr.harris@ > > > wrote: > >> >> >> On Tue, Aug 4, 2020 at 4:55 AM Ralf Gommers < > ralf.gommers@ > > >> wrote: >> >>> >>> >>> On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris < > cv1038@.unh > > >>> wrote: >>> >

Re: [Numpy-discussion] Building Numpy Documentation

2020-08-05 Thread cooperrc
Thanks! I'll post the issue and full output. -- Sent from: http://numpy-discussion.10968.n7.nabble.com/ ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

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

2020-08-05 Thread Ralf Gommers
On Wed, Aug 5, 2020 at 8:16 PM Ben Nathanson wrote: > > scipy.fft is a superset of numpy.fft, and the functionality included in > NumPy is really only the basics that are needed in many fields. > > Exactly this sentence might be useful on top of the FFT page. > > Is the right page reference/routi

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

2020-08-05 Thread Ben Nathanson
> scipy.fft is a superset of numpy.fft, and the functionality included in NumPy > is really only the basics that are needed in many fields. Exactly this sentence might be useful on top of the FFT page. Is the right page reference/routines.fft.html? I can submit a PR.

Re: [Numpy-discussion] Building Numpy Documentation

2020-08-05 Thread Ralf Gommers
On Wed, Aug 5, 2020 at 7:58 PM cooperrc wrote: > I'm trying to build NumPy and its documentation from the current git repo, > but I'm hitting a snag. I keep getting a RuntimeError: > > > I'm trying to build NumPy inside the cloned repository from my fork. I'm > running Arch (kernel 5.7.12) with g

[Numpy-discussion] Building Numpy Documentation

2020-08-05 Thread cooperrc
I'm trying to build NumPy and its documentation from the current git repo, but I'm hitting a snag. I keep getting a RuntimeError: I'm trying to build NumPy inside the cloned repository from my fork. I'm running Arch (kernel 5.7.12) with gcc and gcc-libs installed. I'm using a fresh conda environm

Re: [Numpy-discussion] New random.Generator method: permuted

2020-08-05 Thread Sebastian Berg
On Mon, 2020-08-03 at 14:09 -0400, Warren Weckesser wrote: > In one of the previous weekly zoom meetings, it was suggested > to ping the mailing list about an updated PR that implements > the `permuted` method for the Generator class in numpy.random. > The relevant issue is > > https://github.