Re: [Numpy-discussion] Updated numpy.random C-API

2019-11-28 Thread Ralf Gommers
On Fri, Nov 22, 2019 at 8:54 AM Matti Picus wrote: > Hi everyone, > > > We recently officially exposed and documented[0] the C-API side of > numpy.random. There are now working examples[3] of using numpy.random > from numba[1], cython[2], and cffi[5]. > > > Please try this out before the 1.18 rel

[Numpy-discussion] Updated numpy.random C-API

2019-11-22 Thread Matti Picus
Hi everyone, We recently officially exposed and documented[0] the C-API side of numpy.random. There are now working examples[3] of using numpy.random from numba[1], cython[2], and cffi[5]. Please try this out before the 1.18 release by installing the latest HEAD version and making sure the