On Tue, Aug 20, 2013 at 2:39 AM, Joe Kington <[email protected]> wrote: > That's certainly a potential source of confusion. However, I can't seem to > come up with a better name for the kwarg. Matlab's "unique" function has a > "rows" option, which is probably a more intuitive name, but doesn't imply > the expansion to N-dimensions.
To me, `unique_rows` sounds perfect. To go along columns: unique_rows(A.T) Stéfan _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
