Re: [Numpy-discussion] Addition of new distributions: Polya-gamma

2020-12-28 Thread Robert Kern
My view is that we will not add more non-uniform distribution (i.e. "named" statistical probability distributions like Polya-Gamma) methods to `Generator`. I think that we might add a couple more methods to handle some more fundamental issues (like sampling from the unit interval with control over

[Numpy-discussion] Help needed GDB

2020-12-28 Thread Amardeep Singh
Hi All, I am trying to debug c code of numpy via gdb.Can someone help me with this? i am getting " Python scripting is not supported in this copy of GDB". How to install python supported gdb on win10? https://numpy.org/doc/stable/dev/development_environment.html I am following the steps in the

[Numpy-discussion] ANN: NumExpr 2.7.2

2020-12-28 Thread Robert McLeod
Announcing NumExpr 2.7.2 Hi everyone, It's been awhile since the last update to NumExpr, mostly as the existing scientific Python tool chain for building wheels on PyPi became defunct and we have had to redevelop a new one based on `cibuildwheel`