Re: [Numpy-discussion] unique1d docs

2008-12-15 Thread Jarrod Millman
On Mon, Dec 15, 2008 at 8:37 PM, wrote: > What's the future of the example list, on the example list with docs > it says Numpy 1.0.4. It hasn't been updated in a while. When I started > out with numpy, I used it as a main reference, but now, some examples, > that I wanted to look at, had outdated

Re: [Numpy-discussion] unique1d docs

2008-12-15 Thread josef . pktd
On Mon, Dec 15, 2008 at 10:18 PM, Alan G Isaac wrote: >> On Mon, Dec 15, 2008 at 9:21 PM, Alan G Isaac wrote: >>> I noticed that unique1d is not documented on the >>> Numpy Example List http://www.scipy.org/Numpy_Example_List >>> but is documented on the Numpy Example List with Doc >>> http://www.

Re: [Numpy-discussion] unique1d docs

2008-12-15 Thread Alan G Isaac
> On Mon, Dec 15, 2008 at 9:21 PM, Alan G Isaac wrote: >> I noticed that unique1d is not documented on the >> Numpy Example List http://www.scipy.org/Numpy_Example_List >> but is documented on the Numpy Example List with Doc >> http://www.scipy.org/Numpy_Example_List_With_Doc >> I thought the l

Re: [Numpy-discussion] unique1d docs (was: Efficient removal of duplicates)

2008-12-15 Thread josef . pktd
On Mon, Dec 15, 2008 at 9:21 PM, Alan G Isaac wrote: > On 12/15/2008 7:53 PM Robert Kern apparently wrote: >> That basic idea is what unique1d() does; however, it uses numpy >> primitives to keep the heavy lifting in C instead of Python. > > > > I noticed that unique1d is not documented on the > N

Re: [Numpy-discussion] unique1d docs (was: Efficient removal of duplicates)

2008-12-15 Thread Alan G Isaac
On 12/15/2008 7:53 PM Robert Kern apparently wrote: > That basic idea is what unique1d() does; however, it uses numpy > primitives to keep the heavy lifting in C instead of Python. I noticed that unique1d is not documented on the Numpy Example List http://www.scipy.org/Numpy_Example_List but is