-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
create labelled subsets #60
base: master
Are you sure you want to change the base?
Conversation
@ChrisRackauckas left a note at the the code of slicing [ ] with vectors that it could return a LabelledArray instead of an Array. |
Has conflicts after #61 |
Subset now additionally accepts specifying indices as both symbols or integers in the form of Not yet working is only specifying indices as a tuple of integer indices, because the Tuple method is already assuming symbols. Could you help me on dispatching based on a Tuple of Symbols versus a Tuple of Integers? |
I implemented the integer tuples with a conditional on the type of the first item of a Val(Tuple). A am happy to learn a more elegant way. |
I am not familiar with the effects of |
deals with #59