helmholtz-analytics / heat

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
https://heat.readthedocs.io/
MIT License
212 stars 53 forks source link

Implement `argsort` #777

Open ClaudiaComito opened 3 years ago

ClaudiaComito commented 3 years ago

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

mrfh92 commented 1 year ago

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

Reviewed within #1109

github-actions[bot] commented 1 year ago

Branch 777-Implement_argsort created!