[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2022-06-21 Thread Ralf Gommers
On Mon, Jun 6, 2022 at 5:08 PM Niyas Sait wrote: > > When you say "we could request access to new Volterra machines": how do > > you see that playing out? Who would provide them, and who would maintain > > them? Would they be available to the more general scientific python > > community? Who woul

[Numpy-discussion] Re: seed for new random number generator

2022-06-21 Thread Pieter Eendebak
Hi Robert, Thanks for the information and the offer. My use case is development of algorithms where I want to be able to test variations of the algorithm while keeping the same (simulated or generated) data. Related to that are example scripts part of the documentation that I want to always have t

[Numpy-discussion] Re: seed for new random number generator

2022-06-21 Thread Robert Kern
On Tue, Jun 21, 2022 at 9:54 AM Pieter Eendebak wrote: > Hi Robert, > > Thanks for the information and the offer. My use case is development of > algorithms where I want to be able to test variations of the algorithm > while keeping the same (simulated or generated) data. Related to that are > ex