This repository was archived by the owner on Oct 15, 2025. It is now read-only.
v1.0.3
Backwards incompatible changes: * Dropped support for Python 3.4. (#96) * Dropped support for Python 3.5. (#116) Fixes: * Add support for Python 3.7. (#68) * Add support for Python 3.8. (#102) * Add support for Python 3.9. (#117) * Reformatted code with Black, added Makefile, switched to GitHub Actions. * Fix ``get_runtime_config()`` to infer namespaces. (#118) * Fix ``RemovedInSphinx50Warning``. (#115) * Documentation fixes and clarifications.