single-cell-data / SOMA

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

[python] Add support for floats in axis query #138

Closed thetorpedodog closed 1 year ago

thetorpedodog commented 1 year ago

As of recently 1, TileDB-SOMA now supports floats when indexing dataframes. We should no longer forbid them in axis queries.

Context: issue https://github.com/single-cell-data/TileDB-SOMA/issues/960