Released on 2013-03-04.
This version is basically a bugfix release: it optimizes PipelineManager
(actually I consider the behaviour a bug since it's not viable to submit
thousands of pipelines in a reasonable time), fixes the deprecated calls to
some psutil
functions and removes dependency on
pygraph (since we had
problems with pyparsing packaging and its
developers didn't help).
The issues that were fixed are:
- #32
PipelineManager.start
delays when there are many pipelines being processed -- thanks to @andrebco - #33 Optimize
PipelineManager.finished
-- thanks to @andrebco - #28 psutil may not be platform independent or may have changed its API -- thanks to @rhcarvalho
- #42 Remove pygraph dependency
-- thanks to @andrebco (pair programming)
and @gvanrossum (
find_cycle
implementation) - #27 Fix URL in docstring -- thanks to @rhcarvalho
- Added a little tutorial to run the example
Released on 2012-10-15.
- First version released!
- Have
Router
,Broker
andPipeliner
on "server-side" - Have
Job
,Pipeline
andPipelineManager
on "client-side"