Skip to content

0.10.1

Compare
Choose a tag to compare
@cisaacstern cisaacstern released this 01 Sep 05:02
· 529 commits to main since this release
3c52d36
  • Add sentinel as default for transform keyword arguments that are required at runtime and which recipe developers may not want to set in recipe modules. This allows recipe modules to be importable (i.e., unit-testable) and type-checkable during development. #588
  • StoreToZarr now emits a zarr.storage.FSStore which can be consumed by downstream transforms. This is useful for opening and testing the completed zarr store, adding it to a catalog, etc. #574
  • Concurrency limiting transform added. This base transform can be used to limit concurrency for calls to external services. It is now used internally to allow OpenURLWithFSSpec to be limited
    to a specified maximum concurrency. #557
  • Various packaging, testing, and maintenance upgrades https://github.com/pangeo-forge/pangeo-forge-recipes/pull/565` https://github.com/pangeo-forge/pangeo-forge-recipes/pull/567` #576
  • Patched deserialization bug that affected rechunking on GCP Dataflow #548