Re: [Numpy-discussion] Status of np.bincount

2012-05-03 Thread Wes McKinney
On Thu, May 3, 2012 at 12:51 PM, Tony Yu wrote: > > > On Thu, May 3, 2012 at 9:57 AM, Robert Kern wrote: >> >> On Thu, May 3, 2012 at 2:50 PM, Robert Elsner wrote: >> > >> > Am 03.05.2012 15:45, schrieb Robert Kern: >> >> On Thu, May 3, 2012 at 2:24 PM, Robert Elsner >> >> wrote: >> >>> Hello E

Re: [Numpy-discussion] Status of np.bincount

2012-05-03 Thread Tony Yu
On Thu, May 3, 2012 at 9:57 AM, Robert Kern wrote: > On Thu, May 3, 2012 at 2:50 PM, Robert Elsner wrote: > > > > Am 03.05.2012 15:45, schrieb Robert Kern: > >> On Thu, May 3, 2012 at 2:24 PM, Robert Elsner > wrote: > >>> Hello Everybody, > >>> > >>> is there any news on the status of np.bincou

Re: [Numpy-discussion] Status of np.bincount

2012-05-03 Thread Robert Kern
On Thu, May 3, 2012 at 2:50 PM, Robert Elsner wrote: > > Am 03.05.2012 15:45, schrieb Robert Kern: >> On Thu, May 3, 2012 at 2:24 PM, Robert Elsner wrote: >>> Hello Everybody, >>> >>> is there any news on the status of np.bincount with respect to "big" >>> numbers? It seems I have just been bitte

Re: [Numpy-discussion] Status of np.bincount

2012-05-03 Thread Robert Elsner
Am 03.05.2012 15:45, schrieb Robert Kern: > On Thu, May 3, 2012 at 2:24 PM, Robert Elsner wrote: >> Hello Everybody, >> >> is there any news on the status of np.bincount with respect to "big" >> numbers? It seems I have just been bitten by #225. Is there an efficient >> way around? I found the np

Re: [Numpy-discussion] Status of np.bincount

2012-05-03 Thread Robert Kern
On Thu, May 3, 2012 at 2:24 PM, Robert Elsner wrote: > Hello Everybody, > > is there any news on the status of np.bincount with respect to "big" > numbers? It seems I have just been bitten by #225. Is there an efficient > way around? I found the np.histogram function painfully slow. > > Below a si

[Numpy-discussion] Status of np.bincount

2012-05-03 Thread Robert Elsner
Hello Everybody, is there any news on the status of np.bincount with respect to "big" numbers? It seems I have just been bitten by #225. Is there an efficient way around? I found the np.histogram function painfully slow. Below a simple script, that demonstrates bincount failing with a memory erro