Description
Add Sorting, searching, and counting functions to Numpy frontend:
_
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
_
- sort #5647
- lexsort #7126
- argsort #3718
- msort #4498
- sort_complex #7420
- partition #15870
- argpartition #20880
- argmax #3470
- nanargmax #4497
- argmin #4485
- nanargmin #4496
- argwhere #4488
- nonzero #4486
- flatnonzero #4006
- where #4487
- searchsorted #4005
- extract #14932
- count_nonzero #4484
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/numpy/sorting\_searching\_counting/sorting.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_sorting\_searching\_counting/test\_sorting.py
ivy/functional/frontends/numpy/sorting\_searching\_counting/counting.py
ivy/functional/frontends/numpy/sorting\_searching\_counting/searching.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_sorting\_searching\_counting/test\_counting.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_sorting\_searching\_counting/test\_searching.py
ivy/functional/frontends/numpy/logic/array\_type\_testing.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_logic/test\_array\_type\_testing.py