Quansight-Labs/numpy.net

np.max and np.min are missing axis parameter

Happypig375 opened this issue · 2 comments

np.max and np.min are missing axis parameter

Use the np.amax and np.amin APIs. They support the axis parameter.