Skip to content
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

Add Instance Methods to NumPy Frontend #3607

Open
iamjameskeane opened this issue Aug 25, 2022 · 18 comments
Open

Add Instance Methods to NumPy Frontend #3607

iamjameskeane opened this issue Aug 25, 2022 · 18 comments
Assignees
Labels
hacktoberfest hacktoberfest NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist ToDo A ToDo list of tasks

Comments

@iamjameskeane
Copy link
Contributor

iamjameskeane commented Aug 25, 2022

Add Instance Methods 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.
_

The main file paths where these functions are likely to be added are:

ivy/functional/frontends/numpy/ndarray/ndarray.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/helpers.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_ndarray/test\_ndarray.py
ivy/functional/frontends/numpy/creation\_routines/from\_existing\_data.py
ivy/functional/frontends/jax/devicearray.py
ivy/functional/frontends/numpy/manipulation\_routines/changing\_array\_shape.py
ivy/functional/frontends/numpy/sorting\_searching\_counting/searching.py
ivy/functional/backends/tensorflow/linear\_algebra.py
ivy/functional/frontends/numpy/manipulation\_routines/transpose\_like\_operations.py
ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_manipulation\_routines/test\_transpose\_like\_operations.py

@iamjameskeane iamjameskeane added Extension NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist ToDo A ToDo list of tasks labels Aug 25, 2022
@iamjameskeane iamjameskeane closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 2022
@iamjameskeane iamjameskeane reopened this Sep 9, 2022
@NicAOB97
Copy link
Contributor

Hi! So each instance method needs to be added to: ivy/functional/frontends/numpy/ndarray.py

@iamjameskeane
Copy link
Contributor Author

iamjameskeane commented Sep 20, 2022

Hi! So each instance method needs to be added to: ivy/functional/frontends/numpy/ndarray.py

They should be implemented in ivy/functional/frontends/numpy/ndarray/ndarray.py as documented here :)

@ivy-llc ivy-llc deleted a comment from hmahmood24 Sep 25, 2022
@ivy-llc ivy-llc deleted a comment from hmahmood24 Sep 25, 2022
@ivy-llc ivy-llc deleted a comment from westrany Sep 26, 2022
@ivy-llc ivy-llc deleted a comment from varshithamanasa Sep 27, 2022
@ivy-llc ivy-llc deleted a comment from morleythomas Sep 28, 2022
@ivy-llc ivy-llc deleted a comment from geeythree Oct 13, 2022
@AmeenUrRehman AmeenUrRehman mentioned this issue Oct 14, 2022
1 task
@ivy-llc ivy-llc deleted a comment from Shajeeran Oct 22, 2022
@ivy-llc ivy-llc deleted a comment from EvanMarie Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from codeamic Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from EvanMarie Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from EvanMarie Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from EvanMarie Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from codeamic Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from NicAOB97 Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from alizahidraja Oct 27, 2022
@ivy-llc ivy-llc deleted a comment from Hassan-Ik Nov 3, 2022
@hello-fri-end hello-fri-end mentioned this issue Nov 10, 2022
@hello-fri-end
Copy link
Contributor

hello-fri-end commented Nov 10, 2022

@jkeane508 Please mark reshape & transpose as completed.

@ivy-llc ivy-llc deleted a comment from hello-fri-end Nov 10, 2022
@Ramzan-Ali12
Copy link

Add Instance Methods to NumPy Frontend #3607

@ivy-llc ivy-llc deleted a comment from Maxzeno Aug 15, 2023
@ivy-llc ivy-llc deleted a comment from Kappuccino111 Aug 15, 2023
@ivy-llc ivy-llc deleted a comment from PushpamJha14 Aug 15, 2023
@ivy-llc ivy-llc deleted a comment from Maxzeno Aug 15, 2023
@ivy-llc ivy-llc deleted a comment from PushpamJha14 Aug 17, 2023
@ivy-llc ivy-llc deleted a comment from niixxaaa Aug 19, 2023
@ivy-llc ivy-llc deleted a comment from mtilerisoy Aug 20, 2023
@ivy-llc ivy-llc deleted a comment from HarishTheKingsMan Aug 23, 2023
@ivy-llc ivy-llc deleted a comment from mustafa1adel Aug 25, 2023
@ivy-llc ivy-llc deleted a comment from vincenzofanizza Aug 25, 2023
@ivy-llc ivy-llc deleted a comment from vincenzofanizza Sep 6, 2023
@vincenzofanizza
Copy link
Contributor

@jkeane508 I'm working on argpartition (#23024). Could you please update the to-do list?

@ivy-llc ivy-llc deleted a comment from paulmbuitu Sep 6, 2023
@ivy-llc ivy-llc deleted a comment from assem1390 Sep 7, 2023
@ivy-llc ivy-llc deleted a comment from OriginCoding Sep 19, 2023
@ivy-llc ivy-llc deleted a comment from VedangSavadi Sep 19, 2023
@ivy-llc ivy-llc deleted a comment from memorybase Sep 19, 2023
@ivy-llc ivy-llc deleted a comment from PushpamKJha Sep 19, 2023
@manny-uncharted
Copy link

@ivy-llc ivy-llc deleted a comment from RajniHarsha27 Sep 19, 2023
@ivy-llc ivy-llc deleted a comment from Ivanseven Sep 22, 2023
@a0m0rajab a0m0rajab added the hacktoberfest hacktoberfest label Sep 25, 2023
@ivy-llc ivy-llc deleted a comment from cespinosa Oct 11, 2023
@ivy-llc ivy-llc deleted a comment from Abhinav-CHD Oct 17, 2023
@ivy-llc ivy-llc locked and limited conversation to collaborators Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hacktoberfest hacktoberfest NumPy Frontend Developing the NumPy Frontend, checklist triggered by commenting add_frontend_checklist ToDo A ToDo list of tasks
Projects
None yet
Development

No branches or pull requests