[Numpy-discussion] Deprecate norm of 3d and more ndarrays

Matti Picus matti.picus at gmail.com
Wed Oct 16 01:43:47 EDT 2019


np.norm(a, axis=None) where a.ndim > 2 calls np.norm(np.ravel(a)). PR 
14719 proposes deprecating this unexpected behavior, with the suggestion 
that people who need this should call ravel themselves.


Thoughts?


Matti



More information about the NumPy-Discussion mailing list