Re: [Numpy-discussion] Would it be possible to enhance np.unique(.) with a keyword kind

2011-12-19 Thread eat
Hi, On Tue, Dec 20, 2011 at 3:41 AM, wrote: > On Mon, Dec 19, 2011 at 8:16 PM, eat wrote: > > Hi, > > > > On Tue, Dec 20, 2011 at 2:33 AM, wrote: > >> > >> On Mon, Dec 19, 2011 at 6:27 PM, eat wrote: > >> > Hi, > >> > > >> > Especially when the keyword return_index of np.unique(.) is specifie

Re: [Numpy-discussion] Would it be possible to enhance np.unique(.) with a keyword kind

2011-12-19 Thread josef . pktd
On Mon, Dec 19, 2011 at 8:16 PM, eat wrote: > Hi, > > On Tue, Dec 20, 2011 at 2:33 AM, wrote: >> >> On Mon, Dec 19, 2011 at 6:27 PM, eat wrote: >> > Hi, >> > >> > Especially when the keyword return_index of np.unique(.) is specified to >> > be >> > True, would it in general also be reasonable to

Re: [Numpy-discussion] Would it be possible to enhance np.unique(.) with a keyword kind

2011-12-19 Thread eat
Hi, On Tue, Dec 20, 2011 at 2:33 AM, wrote: > On Mon, Dec 19, 2011 at 6:27 PM, eat wrote: > > Hi, > > > > Especially when the keyword return_index of np.unique(.) is specified to > be > > True, would it in general also be reasonable to be able to specify the > > sorting algorithm of the underly

Re: [Numpy-discussion] Would it be possible to enhance np.unique(.) with a keyword kind

2011-12-19 Thread josef . pktd
On Mon, Dec 19, 2011 at 6:27 PM, eat wrote: > Hi, > > Especially when the keyword return_index of np.unique(.) is specified to be > True, would it in general also be reasonable to be able to specify the > sorting algorithm of the underlying np.argsort(.)? > > The rationale is that (for at least so

[Numpy-discussion] Would it be possible to enhance np.unique(.) with a keyword kind

2011-12-19 Thread eat
Hi, Especially when the keyword return_index of np.unique(.) is specified to be True, would it in general also be reasonable to be able to specify the sorting algorithm of the underlying np.argsort(.)? The rationale is that (for at least some of my cases) higher level algorithms seems to be too o

[Numpy-discussion] [ANN] IPython 0.12 is out!

2011-12-19 Thread Fernando Perez
Hi all, on behalf of the IPython development team, I'm thrilled to announce, after an intense 4 1/2 months of work, the official release of IPython 0.12. This is a very important release for IPython, for several reasons. First and foremost, we have a major new feature, our interactive web-based n