Skip to content

v0.9.0

Choose a tag to compare

@kthyng kthyng released this 26 Sep 20:51
03d69de

What's New

  • An optional subsetting option that enables subsetting directly on the target
    dataset's dimensions. For remote datasets, this ensures that remote requests
    ask for minimal slices. em.sub_grid(..., naive=True).
  • Adds preload argument for unstructured grid subsetting. Radically improves xarray resolution
    times after subsetting.