Following the [source] link in the docs, I found that:
def isin(element, test_elements, assume_unique=False, invert=False): "..." element = np.asarray(element) return in1d(element, test_elements, assume_unique=assume_unique, invert=invert).reshape(element.shape)
This does nothing that you can no longer do with in1d .
Contains a file that you can download and use from your own directory. It has an extended unique .
source share