On Wed, Feb 13, 2019 at 3:45 PM Mauro Cavalcanti <maurobio@gmail.com> wrote:
Chuck,

I attempted to find such a list from the Numpy website. A complete list like yours should be quite handy for users if available there.


In ipython

In [1]: numpy.lib.nanfunctions?

will give it to you. But it looks like a module level entry should be added to the documentation under "NaN functions (numpy.lib.nanfunctions)" in a "Routines" entry. Maybe "Histograms" also.

<snip>

Chuck