Closed ljgray closed 1 year ago
Numpy 1.25 seems to have changes the median ufunc to a reduce rather than __call__. It's also possible that it's changed other ufunc behaviour. We should identify any other updates and tweak mpiarray ufunc handling as needed
median
reduce
__call__
mpiarray
This was closed by 99fccd35addec6a09584b7d1b4918ab7bd287f78
Numpy 1.25 seems to have changes the
median
ufunc to areduce
rather than__call__
. It's also possible that it's changed other ufunc behaviour. We should identify any other updates and tweakmpiarray
ufunc handling as needed