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

Proposal: make indexes optional? #283

Closed
shoyer opened this issue Dec 4, 2014 · 0 comments · Fixed by #1017
Closed

Proposal: make indexes optional? #283

shoyer opened this issue Dec 4, 2014 · 0 comments · Fixed by #1017

Comments

@shoyer
Copy link
Member

shoyer commented Dec 4, 2014

This would have the advantage of not requiring labels like range(n) when there aren't sensible one to use, and allowing for numpy like broadcasting in these cases.

In principle, I think this could be pretty simple, but it would need some careful testing to verify that it doesn't break any of the existing code, some of which certainly assumes there is always an index for each dimension.

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

Successfully merging a pull request may close this issue.

1 participant