Tests and Styling
- Has pytest style unit tests (and
pytestpasses). - Is Flake 8 compliant (install
flake8-docstringsand runflake8 --docstring-convention=all).
Documentation
- New features are documented, with examples if plot related.
- New features have an entry in
doc/users/next_whats_new/(follow instructions in README.rst there). - API changes documented in
doc/api/next_api_changes/(follow instructions in README.rst there). - Documentation is sphinx and numpydoc compliant (the docs should build without error).