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

josef.pktd at gmail.com josef.pktd at gmail.com
Mon Dec 15 21:38:30 EST 2008


On Mon, Dec 15, 2008 at 9:21 PM, Alan G Isaac <aisaac at american.edu> 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
> 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 latter was auot-generated from the former,
> as stated at the top of the latter?
>
> Alan Isaac
>
>
>
>
>
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>

I checked the changelog of example list with docs, and it seems that
there were several edits directly on the example list with docs page.
I guess the warning on top is not enough to prevent edits.

Josef



More information about the NumPy-Discussion mailing list