Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@mivade mivade released this 09 Aug 16:53
· 4 commits to master since this release
25b6b24
  • 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 the dask.delayed
    decorator directly.
  • Support for running pipelines on rhino's SGE cluster was added.