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

Should indexing return copies? #38

Closed
mbauman opened this issue Sep 15, 2016 · 1 comment
Closed

Should indexing return copies? #38

mbauman opened this issue Sep 15, 2016 · 1 comment

Comments

@mbauman
Copy link
Member

mbauman commented Sep 15, 2016

When I started development of this package, it was somewhat of a testbed for new indexing behaviors. I tried to make the package rather opinionated on how I believed indexing should work. One of those opinions was that indexing should return views by default.

Base Julia has caught up (and surpassed) AxisArrays in terms of APL indexing, but it hasn't caught the view train yet. Should AxisArrays take a step back and match behaviors?

@timholy
Copy link
Member

timholy commented Sep 15, 2016

Yes, I've had the same thought. Let's do that.

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