News

The ndarray.__array_function__ implementation seems special, it's not recognized when applying array_function_dispatch to a function outside of NumPy (which NEP 18 suggests is ... import numpy as np ...
In my test, it will stick into infinite loop ,once accepted a empty list or ndarray, the numpy.pad function will stick into infinite loop. Although the comment says that the function need a rank 1 ...