2018-08-09
- Support for caching has been removed. While this feature was potentially
useful, the
joblib
implementation was sometimes causing more trouble than it was worth. A modified approach to caching may be added in a future release. - The
task
decorator and friends have been removed. Use thedask.delayed
decorator directly. - Support for running pipelines on rhino's SGE cluster was added.
2018-06-19
Bug Fixes:
wrapper.make_task()
now accepts the same keyword arguments aswrapper.task()
; was previously missingnout
argument
2018-05-17
- Adds helper container class for keeping track of file paths relative to some mount point
2018-05-16
This is the initial release which includes a decorator for making Dask delayed
tasks and hooks for broadcasting status updates. This functionality was
separated from ramutils
in order to be reusable in other projects.