* DO NOT USE - broken ! * more illustrative examples of generator-based exercises * unfinished support to passing generators as arguments
0.6.0
* new classes ExerciseGenerator and GeneratorArgs to build exercises where students are to write generator functions * demo notebooks are ol=nly exposed in jupytext/python format
0.5.2
* bugfix in class example display * bugfix in displaying outputs with <> which is the case for default repr() on objects that don't have their own __repr__()
0.5.1
* improved class definition: * results of constructor step now checked as well * no longer need to call `repr()` explicitly * now has support for statements w/ ClassExpression and ClassStatement * StepClass now renamed into ClassExpression, which breaks from 0.5.0
0.5.0
* rewrote class-oriented exercise to extend possibilities * DO NOT USE THIS VERSION as the API has been changed in 0.5.1
0.4.7
* properly display type objects when used as arguments