sgkit-dev / sgkit

Scalable genetics toolkit
https://sgkit-dev.github.io/sgkit
Apache License 2.0
235 stars 32 forks source link

Change `Dataset.dims` to `Dataset.sizes` to address Xarray FutureWarning #1163

Closed tomwhite closed 11 months ago

tomwhite commented 11 months ago
tomwhite commented 11 months ago

In the meeting we talked about pinning a minimum Xarray version, but actually Dataset.sizes has been available for years, so I don't think it's needed.

This should be OK to merge.