Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

np.max and np.min are missing axis parameter #23

Closed Happypig375 closed 2 years ago

KevinBaselinesw commented 2 years ago

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

Happypig375 commented 2 years ago

ok