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] Make `()` the default value for `AxisQuery.coords` #136

Closed thetorpedodog closed 1 year ago

thetorpedodog commented 1 year ago

Since coords values are no longer Optional (and the (slice(None),) workaround is no longer needed), this updates the declared API for AxisQuery to also not be Optional (i.e., to request everything, the () should be used).