* for Windows, replace os.getuid() with os.getlogin() * cosmetic tweaks in demo notebooks, including pure Python listing() helper to display files on Windows
1.1.4
* groupes vs groups * grade-quiz.py based on json and .nbautoeval.trace
1.1.3
* based on shareable Makefile.pypi
1.1.2
* Makefile now uses twine for publishing onto pypi * no change in the library itself * slight brushes in the doc
1.1.1
* fixed awkward bug in rendering contents the MarkdownMathContent and MarkdownMathOption classes should now fit most common needs, and are the new defaults * expose class `MathContent` for consistency * documentation on quizzes rewritten to focus on YAML, has become much cleaner and shorter
1.1.0
* teachers can define their quiz in yaml and display them with run_yaml_quiz() * quiz questions and options objects can have an explanation that gets revealed when the quiz is finished (12) * improved traces kept when students validate their work * new class CodeContent exposed for consistency * rough tool for grading quizzes * new dependency to PyYAML * markdown engine replacement for issue 16 MyST a.k.a. myst_parser replaces markdown2