-------------------
* Remove scipy (and numpy) as a dependency. Pearson's correlation code is now in
``malaffinity.calcs`` and stdev checking is handled by the ``statistics`` module.
* Use ``lxml`` for XML parsing, instead of the default ``html.parser``.
* Add return types for components inside the return tuple into the docstring.