data-apis / array-api-compat

Compatibility layer for common array libraries to support the Array API
https://data-apis.org/array-api-compat/
MIT License
69 stars 22 forks source link

WIP: Add `top_k` compatibility #158

Open JuliaPoo opened 2 months ago

JuliaPoo commented 2 months ago

This references the PR data-apis/array-api-tests#274 and implements the compatibility layer for top_k.

Summary of Compatibility

Process

As mentioned in the referenced PR, since the process I went through is likely going to be repeated again, here are the steps I took:

Since I was implementing tests and compatibility on a non-existent spec, developing all 3 concurrently was incredibly messy. As of now I don't have much opinions on how to improve this process, but a documentation page of the necessary steps will be really helpful for future contributors.