Skip to content

v0.11.4

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:26
· 758 commits to main since this release

Release Notes

Internal Changes

  • Use ujson for JSON parsing instead of orjson since orjson only serializes to bytes which is not compatible with aiohttp.
  • Convert the transform attribute data type from Affine to tuple
    since saving an data array to netcdf cannot handle the Affine type.