xtensor
xtensor copied to clipboard
Give xt::unique() an `axis` argument
Rather than flatten the array, it would be cool to find unique rows, or columns, etc. Numpy can currently do this https://www.numpy.org/devdocs/reference/generated/numpy.unique.html#numpy.unique
Is there any progress regarding this suggestion?