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.