* The graphs library is to slow and rather off topic. Is is removed. * Show the usage of expected value in the HelloWorld challenge. * Update README
0.6.1
* add read fasta to simple list of strands * add line to words * add line to single integer * add expectation to challenge
0.6.0
* Adding empty `__init__.py` to each challenge to improve the finding of the tests by *unittest* and *nosetest*. * Adding `expect` class variable in addition to `sample`. * Refactoring the generation of the unit test. * Adjusting documentation.
0.5.0
The graph module contains the classes: Graph, Node, Edge.
0.4.0
* Another round of change in the naming convention to prevent conflicts in the library resolution. * First unit tests of the library itself created.
0.3.0
Starting with version 0.3.0 the classes will be documented step by step.