Re: [Numpy-discussion] deprecate random.random_integers

2016-01-04 Thread Robert Kern
On Sun, Jan 3, 2016 at 11:51 PM, G Young wrote: > > Hello all, > > In light of the discussion in #6910, I have gone ahead and deprecated random_integers in my most recent PR here. As this is an API change (sort of), what are people's thoughts on this deprecation? I'm reasonably in favor. random_

Re: [Numpy-discussion] deprecate random.random_integers

2016-01-03 Thread G Young
Hello all, In light of the discussion in #6910 , I have gone ahead and deprecated random_integers in my most recent PR here . As this is an API change (sort of), what are people's thoughts on this deprecation? Th