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

ENH: Add ndarray tile method #8880

Closed
jakirkham opened this issue Mar 31, 2017 · 3 comments
Closed

ENH: Add ndarray tile method #8880

jakirkham opened this issue Mar 31, 2017 · 3 comments

Comments

@jakirkham
Copy link
Contributor

There is already a repeat method for ndarrays. It would be good for symmetry to have a tile method as well.

@charris
Copy link
Member

charris commented Mar 31, 2017

Take a look at #7768. I'm embarrassed that after taking it over it is still unfinishec.

@eric-wieser
Copy link
Member

eric-wieser commented Mar 31, 2017

@charris: I think this is just the "why does ndarray.X method not exist when ndarray.Y does, where np.X and np.Y are existing and similar" issue again. (like #8797)

@WarrenWeckesser
Copy link
Member

After reviewing the linked issue about median, my conclusion is that the same arguments apply here. I'm closing the issue, but @jakirkham, if you still think tile should be a method, I won't complain if you reopen the issue and try again to make a case for adding it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants