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

Make numpy.ndarray a subclass of Sequence #9719

Closed
mitar opened this issue Sep 20, 2017 · 1 comment
Closed

Make numpy.ndarray a subclass of Sequence #9719

mitar opened this issue Sep 20, 2017 · 1 comment

Comments

@mitar
Copy link

mitar commented Sep 20, 2017

numpy.ndarray could be marked as a subclass of Sequence. To my understanding it exposes interface.

All that is needed to be done is:

Sequence.register(numpy.ndarray)
@shoyer
Copy link
Member

shoyer commented Sep 20, 2017

There is already an issue for this -- please see #2776

@shoyer shoyer closed this as completed Sep 20, 2017
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

2 participants