On Wed, May 30, 2012 at 5:55 PM, Ralf Gommers
wrote:
>
>
> On Wed, May 30, 2012 at 5:39 PM, Charles R Harris
> wrote:
>>
>>
>>
>> On Wed, May 30, 2012 at 4:59 AM, Nathaniel Smith wrote:
>>>
>>> On Tue, May 29, 2012 at 7:42 PM, Charles R Harris
>>> wrote:
>>> >
>>> >
>>> > On Mon, May 28, 2012 a
On Wed, May 30, 2012 at 5:39 PM, Charles R Harris wrote:
>
>
> On Wed, May 30, 2012 at 4:59 AM, Nathaniel Smith wrote:
>
>> On Tue, May 29, 2012 at 7:42 PM, Charles R Harris
>> wrote:
>> >
>> >
>> > On Mon, May 28, 2012 at 9:18 PM, wrote:
>> >>
>> >>
>> >>
>> https://github.com/numpy/numpy/com
On Wed, May 30, 2012 at 4:59 AM, Nathaniel Smith wrote:
> On Tue, May 29, 2012 at 7:42 PM, Charles R Harris
> wrote:
> >
> >
> > On Mon, May 28, 2012 at 9:18 PM, wrote:
> >>
> >>
> >>
> https://github.com/numpy/numpy/commit/74b9f5eef8fac643bf9012dbb2ac6b4b19f46892
> >> broke return_inverse for
On Tue, May 29, 2012 at 7:42 PM, Charles R Harris
wrote:
>
>
> On Mon, May 28, 2012 at 9:18 PM, wrote:
>>
>>
>> https://github.com/numpy/numpy/commit/74b9f5eef8fac643bf9012dbb2ac6b4b19f46892
>> broke return_inverse for structured arrays, because of the use of
>> mergesort
>>
>> I'm using structur
On Mon, May 28, 2012 at 9:18 PM, wrote:
>
> https://github.com/numpy/numpy/commit/74b9f5eef8fac643bf9012dbb2ac6b4b19f46892
> broke return_inverse for structured arrays, because of the use of mergesort
>
> I'm using structured dtypes to get uniques and return_inverse by rows
>
> >>> groups = np.ra
https://github.com/numpy/numpy/commit/74b9f5eef8fac643bf9012dbb2ac6b4b19f46892
broke return_inverse for structured arrays, because of the use of mergesort
I'm using structured dtypes to get uniques and return_inverse by rows
>>> groups = np.random.randint(0,4,size=(10,2))
>>> groups_ = groups.vie