Re: [Numpy-discussion] Unique() function and avoiding Loop

2013-07-10 Thread Aronne Merrelli
On Fri, Jul 5, 2013 at 4:20 AM, Bakhtiyor Zokhidov < bakhtiyor_zokhi...@mail.ru> wrote: > Hi everybody, > > I have a problem with sorting out the following function. What I expect is > that I showed as an example below. > > Two problems are encountered to achieve the result: > 1) The function some

[Numpy-discussion] Unique() function and avoiding Loop

2013-07-05 Thread Bakhtiyor Zokhidov
Hi everybody, I have a problem with sorting out the following function. What I expect is that I showed as an example below. Two problems are encountered to achieve the result: 1) The function sometimes can't not sort as expected: I showed an example for that below. 2) I could not do vectorizat