Quansight-Labs / ndindex

A Python library for manipulating indices of ndarrays
https://quansight-labs.github.io/ndindex/
MIT License
97 stars 12 forks source link

Implement selected_indices() #166

Closed asmeurer closed 9 months ago

asmeurer commented 11 months ago

Fixes https://github.com/Quansight-Labs/ndindex/issues/21. Didn't go with __iter__() because I think that's a bad API.