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

Teach selectdim that its slices are slices #26655

Merged
merged 1 commit into from
Apr 3, 2018
Merged

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Mar 29, 2018

This allows selectdim to return more optimized views that can be considered IndexLinear in some cases and make it more closely match the behavior of view with :s. Fixes issue reported at https://discourse.julialang.org/t/selectdim-fails-to-recognize-indexlinear/10053.

This allows selectdim to return more optimized views that can be considered IndexLinear in some cases and make it more closely match the behavior of view with `:`s.  Fixes issue reported at https://discourse.julialang.org/t/selectdim-fails-to-recognize-indexlinear/10053.
@mbauman mbauman added the arrays [a, r, r, a, y, s] label Mar 29, 2018
@mbauman mbauman merged commit 956811c into master Apr 3, 2018
@mbauman mbauman deleted the mb/discourse/t/10053 branch April 3, 2018 15:36
martinholters added a commit to JuliaLang/Compat.jl that referenced this pull request Apr 10, 2018
martinholters added a commit to JuliaLang/Compat.jl that referenced this pull request Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrays [a, r, r, a, y, s]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant