• v1.5.0 509072ab78

    bss released this 2021-06-24 11:46:43 -05:00 | 79 commits to master since this release

    v1.5.0

    Features

    • Graphs can now be written inline in Markdown with pydot fenced code blocks, by starting a code fence with ~~~pydot:filename.png and entering dot. These are rendered at request-time by pydot and served as an inline image.

    Miscellaneous

    • Markdown errors are caught in a better way in the code.
    • The license declaration in setup.py now matches the README and LICENSE.
    • tox is also testing with Python 3.9.
    • tox is also using Safety for package checks.
    Downloads