-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reformat sorting #779
Labels
Function Reformatting
Reformat all Ivy functions in accordance with the latest coding style in the contributor guide
hacktoberfest
hacktoberfest
ToDo
A ToDo list of tasks
Comments
saeedashrraf
added
ToDo
A ToDo list of tasks
Function Reformatting
Reformat all Ivy functions in accordance with the latest coding style in the contributor guide
labels
Apr 2, 2022
Closed
Closed
Closed
Hi @trihernandez @saeedashrraf @sreegandh804 @Aarsh2001 @thecoder12 , I want to work on this issue, can you please assign this to me. |
Hey is anyone working on this issue? If not, then I would like to work on it. |
hey @Abhinav-CHD I'm working on it |
Okay |
3 tasks
@Abhinav-CHD can you check my pr request #23593 |
5 tasks
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Function Reformatting
Reformat all Ivy functions in accordance with the latest coding style in the contributor guide
hacktoberfest
hacktoberfest
ToDo
A ToDo list of tasks
As explained in the function reformatting open task, each function in the sorting submodule should be updated to follow the implementation instructions given in the Deep Dive section of the docs. The updates should be applied for both the Ivy API and Backend API. The Deep Dive is the best general resource for learning in detail how functions should be implemented. Many of the functions are not implemented as they should be. You will need to make changes to the current implementations, but you do not need to go through all section of the Deep Dive. Specifically, you should make the following changes, where appropriate:
_
_
The text was updated successfully, but these errors were encountered: