Merge branch '0.2' into minor_fixes

This commit is contained in:
Romain Dorgueil
2017-04-23 03:32:59 +02:00
committed by GitHub

View File

@ -3,13 +3,13 @@
Data-processing. By monkeys. For humans.
Bonobo is a data-processing library for python 3.5+ that emphasis writing
Bonobo is a data-processing library for python 3.5+ that emphasises writing
simple, atomic, plain old python functions and chaining them using a basic
acyclic graph. The nodes will need a bit of plumbery to be runnable in
different means (iteratively, in threads, in processes, on different machines
...) but that should be as transparent as possible.
The only thing asked to the developer is to either write "pure" functions to
The only thing asked of the developer is to write "pure" functions to
process data (create a new dict, don't change in place, etc.), and everything
should be fine from this point.
@ -102,7 +102,7 @@ Random thoughts and things to do
* NaiveStrategy
* PoolExecutionStrategy
* ThreadPoolExecutionStrategy
* ProcesPoolExecutionStrategy
* ProcessPoolExecutionStrategy
* ThreadExecutionStrategy
* ProcessExecutionStrategy