Minor fixes and update documentation. Preparing the upcoming 0.2 release.

This commit is contained in:
Romain Dorgueil
2017-01-20 20:45:16 +01:00
parent e57ec4a4b3
commit 9dab39a474
67 changed files with 845 additions and 714 deletions

View File

@ -68,6 +68,11 @@ Version 0.2
* Threaded does not terminate anymore
* More tests
Bugs:
- KeyboardInterrupt does not work anymore.
- ThreadPool does not stop anymore.
Configuration
.............
@ -119,6 +124,7 @@ Random thoughts and things to do
def execute(graph: Graph, *, strategy: ExecutionStrategy, plugins: List[Plugin]) -> Execution:
pass
* Handling console. Can we use a queue, and replace stdout / stderr ?