Closed
Description
Issue with current documentation:
There appears to be a few functions in the numpy.ma that is missing from the documentation. The one that I noticed first is numpy.ma.unique
, and after some poking around in numpy/ma/extras.py, I found the following (possibly incomplete) list of functions missing from the docs:
diagflat
isin
in1d
intersect1d
setdiff1d
setxor1d
unique
union1d
It appears that these functions already have docstrings, so making them show up on the documentation webpage shouldn't be too much of a hassle.
Idea or request for content:
No response