single-cell-data / SOMA

A flexible and extensible API for annotated 2D matrix data stored in multiple underlying formats.
MIT License
72 stars 9 forks source link

Remove optional keyword args from `IndexLike.get_indexer` #190

Closed jp-dark closed 6 months ago

jp-dark commented 6 months ago

We only use the target positional argument from the pandas Index.get_indexer method. Remove optional keyword arguments to allow greater flexibility when implementing a IndexLike class.