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

change where function to return vector of vectors #808

Open
wolfv opened this issue Apr 24, 2018 · 1 comment
Open

change where function to return vector of vectors #808

wolfv opened this issue Apr 24, 2018 · 1 comment

Comments

@wolfv
Copy link
Member

wolfv commented Apr 24, 2018

the

where(a > 3)

should return a vector of vectors, or actually a vector of xtensor<std::size_t, 1>, like in numpy.

@wolfv wolfv added this to the 0.16.0 milestone Apr 24, 2018
@wolfv wolfv modified the milestones: 0.16.0, 0.17.0 May 15, 2018
@wolfv
Copy link
Member Author

wolfv commented May 15, 2018

Moved to 0.17.0.

We need to carefully think about this change. Also, when we have the "new" dynamic view from @JohanMabille we can use it in combination with islice to recreate index_view in the same way it exists in numpy.

@SylvainCorlay SylvainCorlay removed this from the 0.17.0 milestone Aug 17, 2018
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