Releases: pangeo-forge/pangeo-forge-recipes
Releases · pangeo-forge/pangeo-forge-recipes
0.6.0
- 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
andis_opendap
parameters out ofpangeo_forge_recipes.recipes.XarrayZarrRecipe
and intopangeo_forge_recipes.patterns.FilePattern
. Addquery_string_secrets
as attribute ofpangeo_forge_recipes.patterns.FilePattern
. #167
0.5.0
- 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 ofcache_inputs
. #168
0.4.0
- 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
0.3.3
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
Packaging.
0.3.1
Merge pull request #129 from TomAugspurger/packaging-2 Write version to sdist
0.3.0
0.2.0
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.