
4 Nov
2022
4 Nov
'22
8:05 p.m.
Hi all,
I just opened a PR (https://github.com/numpy/numpy/pull/22533) that makes a minor modification to the numpy API. The PR creates numpy.testing.overrides, which contains some helpers for downstream projects who want to test types that implement __array_function__ and __array_ufunc__. See the discussion in https://github.com/numpy/numpy/issues/15544 for more context.
-Nathan