Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.83 KB

CHANGELOG.markdown

File metadata and controls

45 lines (36 loc) · 1.83 KB

pypelinin's Log of Changes

Version 0.1.1

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:

Version 0.1.0

Released on 2012-10-15.

  • First version released!
  • Have Router, Broker and Pipeliner on "server-side"
  • Have Job, Pipeline and PipelineManager on "client-side"