[Numpy-discussion] Re: PR - can I get a new review?

2024-07-23 Thread Ralf Gommers
On Mon, Jul 22, 2024 at 3:36 AM Jake S. wrote: > Hi all, it's been a couple of months, so I'm asking for a review again > of my typing PR. Original > reviewer requested a useful additional feature, but hasn't been able to > provide feedback since then.

[Numpy-discussion] Re: feature request: N-D Gaussian function (not random distribution)

2024-07-23 Thread Jake S.
It doesn't need to be on pypi to be imported into other projects. The general solution when you have functionality that * you need in multiple projects * you're unhappy with/can't find existing OS implementations * you're not sure you can build a performant, tested implementation that fits in exis