heat icon indicating copy to clipboard operation
heat copied to clipboard

Implement `argsort`

Open ClaudiaComito opened this issue 3 years ago • 2 comments

Related #774

Feature functionality see https://numpy.org/doc/stable/reference/generated/numpy.argsort.html

This functionality is already present within ht.sort, make API-compliant

Additional context See Python array API standard

ClaudiaComito avatar May 26 '21 10:05 ClaudiaComito

Only a small API-change required, so a good first issue.

Reviewed within #1109

mrfh92 avatar Aug 21 '23 09:08 mrfh92

Branch 777-Implement_argsort created!

github-actions[bot] avatar Sep 05 '23 12:09 github-actions[bot]