Version 5.1.0
This is a major release.
- Completely overhauled the documentation. Instead of relying on a collection of loosely organized markdown files, the documentation is much more cohesive and hosted on readthedocs. It now includes a clear introduction to what RSMTool is as well as tutorials.
- The RSMTool API is now richer and explicitly documented.
rsmcompare
can now compare tworsmeval
experiments as well as anrsmtool
experiment to anrsmeval
experiment.- Code coverage is now automatically computed as part of CI testing.
- Expected warnings are now suppressed when running the tests.
- Fixed several stylistic issues in the codebase raised by pep8 and pyflakes.