Skip to content

Releases: pangeo-forge/pangeo-forge-recipes

0.6.0

02 Sep 17:36
ec99949
Compare
Choose a tag to compare
  • Added pangeo_forge_recipes.recipes.HDFReferenceRecipe class to create virtual Zarrs from collections of
    NetCDF / HDF5 files. #174
  • Limit output from logging. #175
  • Change documentation structure. #178
  • Move fsspec_open_kwargs and is_opendap parameters out of pangeo_forge_recipes.recipes.XarrayZarrRecipe and into pangeo_forge_recipes.patterns.FilePattern. Add query_string_secrets as attribute of pangeo_forge_recipes.patterns.FilePattern. #167

0.5.0

11 Aug 08:26
0a8a6a5
Compare
Choose a tag to compare
  • Added subset_inputs option to {class}pangeo_forge_recipes.recipes.XarrayZarrRecipe. #93, #166
  • Fixed file opening to eliminate HDF errors related to closed files. #170, #171
  • Changed default behavior of executors so that the cache_input loop is always run, regardless of the value of cache_inputs. #168

0.4.0

26 Jun 07:54
e1ef575
Compare
Choose a tag to compare
  • Fixed issue with recipe serialilzation causing high memory usage of Dask schedulers and workers when executing recipes with Prefect or Dask #160.
  • Added new methods .to_dask(), to_prefect(), and .to_function() for converting a recipe to one of the Dask, Prefect, or Python execution plans. The previous method, recpie.to_pipelines() is now deprecated.

0.3.4

25 May 13:24
23b7296
Compare
Choose a tag to compare
  • Added copy_pruned method to pangeo_forge_recipes.recipes.XarrayZarrRecipe to facilitate testing.
  • Internal refactor of storage module.

0.3.3

10 May 19:32
b3f9222
Compare
Choose a tag to compare

Many feature enhancements. Non-backwards compatible changes to core API. Package renamed from pangeo_forge to pangeo_forge_recipes.

There were problems with packaging for the 0.3.0-0.3.2 releases.

0.3.2

10 May 19:01
f4cd70b
Compare
Choose a tag to compare

Packaging.

0.3.1

10 May 17:33
4aeeff4
Compare
Choose a tag to compare
Merge pull request #129 from TomAugspurger/packaging-2

Write version to sdist

0.3.0

10 May 16:15
29faf9a
Compare
Choose a tag to compare

Many feature enhancements. Non-backwards compatible changes to core API. Package renamed from pangeo_forge to pangeo_forge_recipes.

0.2.0

27 Apr 01:26
292818f
Compare
Choose a tag to compare

First release since major Spring 2021 overhaul. This release depends on Xarray v0.17.1 (specifically pydata/xarray#5065), which has not yet been released as of the date of this release.