* Ignore __init__.py at PEP257 checks since __all__ is not properly supported.
* Fix custom log format definitions. Format selection in CLI via subcommands.
* Add pypy to tox environments.
0.2.0
------------------
* Remove dependency on configparser package for Python 2.x.
* Allow specifying all ``analog`` arguments in a file for convenience.
0.1.7
------------------
* Giving up on VERSIONS file. Does not work with different distributions.
0.1.6
------------------
* Include CHANGELOG in documentation.
* Move VERSION file to analog module to make sure it can be installed.
0.1.5
------------------
* Replace numpy with backport of statistics for mean and median calculation.
0.1.4
------------------
* Move fallback for verbs, status_codes and paths configuration to ``analyzer``. Also use the fallbacks in ``analog.analyzer.Analyzer.__init__`` and ``analog.analyzer.analyze``.